Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dwaitq.py279 while f < kern.globals.g_nwaitq_btframes:
/xnu-11215/osfmk/kern/
H A Dwaitq.c446 const uint32_t g_nwaitq_btframes = NWAITQ_BTFRAMES; variable
456 backtrace(buf, g_nwaitq_btframes + skip, NULL, NULL); in waitq_grab_backtrace()