Searched refs:work_to_do (Results 1 – 3 of 3) sorted by relevance
298 int work_to_do = FALSE; in notify_hosts() local307 work_to_do = TRUE; in notify_hosts()312 if (!work_to_do) return; /* No work found */ in notify_hosts()340 work_to_do = FALSE; /* Unless anything fails */ in notify_hosts()350 else work_to_do = TRUE; in notify_hosts()353 if (!work_to_do) break; in notify_hosts()
338 int work_to_do; in sm_simu_crash_1_svc() local342 work_to_do = FALSE; in sm_simu_crash_1_svc()353 work_to_do = TRUE; in sm_simu_crash_1_svc()359 if (work_to_do) notify_hosts(); in sm_simu_crash_1_svc()
979 int err, pages_flipped = 0, work_to_do; in xn_rxeof() local1104 RING_FINAL_CHECK_FOR_RESPONSES(&np->rx, work_to_do); in xn_rxeof()1105 } while (work_to_do); in xn_rxeof()