Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dkern_shutdown.c222 int iter, nbusy; in reboot_kernel() local
296 nbusy = count_busy_buffers(); in reboot_kernel()
297 if (nbusy == 0) { in reboot_kernel()
300 printf("%d ", nbusy); in reboot_kernel()
301 delay_for_interval( 1 * nbusy, 1000 * 1000); in reboot_kernel()
303 if (nbusy) { in reboot_kernel()
/xnu-8796.121.2/tools/lldbmacros/
H A Dipc.py79 nbusy, nmsgs = GetTaskBusyPortsSummary(task)
80 out_string += busy_format.format(nbusy, nmsgs)
81 return (out_string, table_size, nbusy, nmsgs)
91 nbusy = 0
101 nbusy += 1
104 return (nbusy, nmsgs)
1653 (summary, table_size, nbusy, nmsgs) = GetTaskBusyIPCSummary(tsk)
1655 ipc_busy_ports += nbusy
1659 (summary, table_size, nbusy, nmsgs) = GetTaskBusyIPCSummary(tsk)
1661 ipc_busy_ports += nbusy