Home
last modified time | relevance | path

Searched refs:nbusy (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dkern_shutdown.c211 int iter, nbusy; in reboot_kernel() local
281 nbusy = count_busy_buffers(); in reboot_kernel()
282 if (nbusy == 0) { in reboot_kernel()
285 printf("%d ", nbusy); in reboot_kernel()
286 delay_for_interval( 1 * nbusy, 1000 * 1000); in reboot_kernel()
288 if (nbusy) { in reboot_kernel()
/xnu-8019.80.24/tools/lldbmacros/
H A Dipc.py46 nbusy, nmsgs = GetTaskBusyPortsSummary(task)
47 out_string += busy_format.format(nbusy, nmsgs)
48 return (out_string, table_size, nbusy, nmsgs)
57 nbusy = 0
64 nbusy += 1
66 return (nbusy, nmsgs)
474 (summary, table_size, nbusy, nmsgs) = GetTaskBusyIPCSummary(tval)
1540 (summary, table_size, nbusy, nmsgs) = GetTaskBusyIPCSummary(tsk)
1542 ipc_busy_ports += nbusy
1546 (summary, table_size, nbusy, nmsgs) = GetTaskBusyIPCSummary(tsk)
[all …]