Searched refs:work_to_do (Results 1 – 4 of 4) sorted by relevance
304 int work_to_do = FALSE; in notify_hosts() local313 work_to_do = TRUE; in notify_hosts()318 if (!work_to_do) return; /* No work found */ in notify_hosts()346 work_to_do = FALSE; /* Unless anything fails */ in notify_hosts()356 else work_to_do = TRUE; in notify_hosts()359 if (!work_to_do) break; in notify_hosts()
339 int work_to_do; in sm_simu_crash_1_svc() local343 work_to_do = FALSE; in sm_simu_crash_1_svc()354 work_to_do = TRUE; in sm_simu_crash_1_svc()360 if (work_to_do) notify_hosts(); in sm_simu_crash_1_svc()
88 unsigned int work_to_do, in vnic_cq_service() argument120 if (work_done >= work_to_do) in vnic_cq_service()128 unsigned int work_to_do) in vnic_cq_work() argument156 if (work_avail >= work_to_do) in vnic_cq_work()
1250 int err, work_to_do; in xn_rxeof() local1312 RING_FINAL_CHECK_FOR_RESPONSES(&rxq->ring, work_to_do); in xn_rxeof()1313 } while (work_to_do); in xn_rxeof()