Searched refs:nbusy (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kern_shutdown.c | 231 int iter, nbusy; in reboot_kernel() local 310 nbusy = count_busy_buffers(); in reboot_kernel() 311 if (nbusy == 0) { in reboot_kernel() 314 printf("%d ", nbusy); in reboot_kernel() 315 delay_for_interval( 1 * nbusy, 1000 * 1000); in reboot_kernel() 317 if (nbusy) { in reboot_kernel()
|
| /xnu-12377.1.9/tools/lldbmacros/ |
| H A D | ipc.py | 130 nbusy, nmsgs = GetTaskBusyPortsSummary(task) 131 out_string += busy_format.format(nbusy, nmsgs) 132 return (out_string, table_size, nbusy, nmsgs) 148 nbusy = 0 161 nbusy += 1 164 return (nbusy, nmsgs) 2018 (summary, table_size, nbusy, nmsgs) = GetTaskBusyIPCSummary(tsk) 2020 ipc_busy_ports += nbusy 2024 (summary, table_size, nbusy, nmsgs) = GetTaskBusyIPCSummary(tsk) 2026 ipc_busy_ports += nbusy
|