Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor_xnu.h226 thread_t c_busy_for_thread; member
342 assert((cseg)->c_busy_for_thread != NULL); \
343 (cseg)->c_busy_for_thread = NULL; \
354 assert((cseg)->c_busy_for_thread == NULL); \
355 (cseg)->c_busy_for_thread = current_thread(); \
H A Dvm_compressor.c1571 waitinfo->owner = thread_tid(c_seg->c_busy_for_thread); in kdp_compressor_busy_find_owner()
1580 c_seg.c_busy_for_thread = current_thread(); in do_cseg_wedge_thread()