Searched refs:c_busy_for_thread (Results 1 – 2 of 2) sorted by relevance
217 thread_t c_busy_for_thread; member329 assert((cseg)->c_busy_for_thread != NULL); \330 (cseg)->c_busy_for_thread = NULL; \341 assert((cseg)->c_busy_for_thread == NULL); \342 (cseg)->c_busy_for_thread = current_thread(); \
1598 waitinfo->owner = thread_tid(c_seg->c_busy_for_thread); in kdp_compressor_busy_find_owner()1607 c_seg.c_busy_for_thread = current_thread(); in do_cseg_wedge_thread()