Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_shutdown.c212 int iter, nbusy; in reboot_kernel() local
286 nbusy = count_busy_buffers(); in reboot_kernel()
287 if (nbusy == 0) { in reboot_kernel()
290 printf("%d ", nbusy); in reboot_kernel()
291 delay_for_interval( 1 * nbusy, 1000 * 1000); in reboot_kernel()
293 if (nbusy) { in reboot_kernel()
/xnu-8020.101.4/tools/lldbmacros/
H A Dipc.py48 nbusy, nmsgs = GetTaskBusyPortsSummary(task)
49 out_string += busy_format.format(nbusy, nmsgs)
50 return (out_string, table_size, nbusy, nmsgs)
59 nbusy = 0
66 nbusy += 1
68 return (nbusy, nmsgs)
430 (summary, table_size, nbusy, nmsgs) = GetTaskBusyIPCSummary(tval)
1563 (summary, table_size, nbusy, nmsgs) = GetTaskBusyIPCSummary(tsk)
1565 ipc_busy_ports += nbusy
1569 (summary, table_size, nbusy, nmsgs) = GetTaskBusyIPCSummary(tsk)
[all …]