Home
last modified time | relevance | path

Searched refs:last_failed_wakeup (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/tools/lldbmacros/
H A Dwaitq.py784 if (stats.last_failed_wakeup[0]):
785 fw_str = GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[0]))
794 if stats.last_failed_wakeup[f]:
795 … = "{0}->{1}".format(GetSourceInformationForAddress(unsigned(stats.last_failed_wakeup[f])), fw_str)
/xnu-8019.80.24/osfmk/kern/
H A Dwaitq.h123 uintptr_t last_failed_wakeup[NWAITQ_BTFRAMES]; member
H A Dwaitq.c1634 waitq_grab_backtrace(wqs->last_failed_wakeup, 2); in waitq_stats_count_wakeup()