Home
last modified time | relevance | path

Searched refs:work_to_do (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/rpc.statd/
H A Dfile.c304 int work_to_do = FALSE; in notify_hosts() local
313 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()
H A Dprocs.c339 int work_to_do; in sm_simu_crash_1_svc() local
343 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()
/freebsd/sys/dev/enic/
H A Dvnic_cq.h88 unsigned int work_to_do, in vnic_cq_service() argument
120 if (work_done >= work_to_do) in vnic_cq_service()
128 unsigned int work_to_do) in vnic_cq_work() argument
156 if (work_avail >= work_to_do) in vnic_cq_work()
/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c1250 int err, work_to_do; in xn_rxeof() local
1312 RING_FINAL_CHECK_FOR_RESPONSES(&rxq->ring, work_to_do); in xn_rxeof()
1313 } while (work_to_do); in xn_rxeof()