Home
last modified time | relevance | path

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

/trueos/usr.sbin/rpc.statd/
HDfile.c298 int work_to_do = FALSE; in notify_hosts() local
307 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()
HDprocs.c338 int work_to_do; in sm_simu_crash_1_svc() local
342 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()
/trueos/sys/dev/xen/netfront/
HDnetfront.c979 int err, pages_flipped = 0, work_to_do; in xn_rxeof() local
1104 RING_FINAL_CHECK_FOR_RESPONSES(&np->rx, work_to_do); in xn_rxeof()
1105 } while (work_to_do); in xn_rxeof()