Searched refs:nbusy (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_shutdown.c | 221 int iter, nbusy; in reboot_kernel() local 295 nbusy = count_busy_buffers(); in reboot_kernel() 296 if (nbusy == 0) { in reboot_kernel() 299 printf("%d ", nbusy); in reboot_kernel() 300 delay_for_interval( 1 * nbusy, 1000 * 1000); in reboot_kernel() 302 if (nbusy) { in reboot_kernel()
|
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | ipc.py | 58 nbusy, nmsgs = GetTaskBusyPortsSummary(task) 59 out_string += busy_format.format(nbusy, nmsgs) 60 return (out_string, table_size, nbusy, nmsgs) 69 nbusy = 0 76 nbusy += 1 78 return (nbusy, nmsgs) 1599 (summary, table_size, nbusy, nmsgs) = GetTaskBusyIPCSummary(tsk) 1601 ipc_busy_ports += nbusy 1605 (summary, table_size, nbusy, nmsgs) = GetTaskBusyIPCSummary(tsk) 1607 ipc_busy_ports += nbusy
|