Home
last modified time | relevance | path

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

/xnu-11215.1.10/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-11215.1.10/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
103 nbusy += 1
106 return (nbusy, nmsgs)
1683 (summary, table_size, nbusy, nmsgs) = GetTaskBusyIPCSummary(tsk)
1685 ipc_busy_ports += nbusy
1689 (summary, table_size, nbusy, nmsgs) = GetTaskBusyIPCSummary(tsk)
1691 ipc_busy_ports += nbusy