Searched refs:thread_is_eager_preempt (Results 1 – 5 of 5) sorted by relevance
407 extern bool thread_is_eager_preempt(thread_t thread);
1601 bool thread_is_eager_preempt(thread_t thread);
463 processor->current_is_eagerpreempt = thread_is_eager_preempt(thread); in processor_state_update_from_thread()
5662 return check_reason | result | (thread_is_eager_preempt(thread) ? AST_URGENT : AST_NONE); in csw_check_locked()6808 thread_is_eager_preempt(thread_t thread) in thread_is_eager_preempt() function6819 assert(!thread_is_eager_preempt(thread)); in thread_set_eager_preempt()6853 assert(thread_is_eager_preempt(thread)); in thread_clear_eager_preempt()
611 set_preempt = !(thread_is_eager_preempt(current_thread())); in kernel_debug_read()