Searched refs:thread_is_eager_preempt (Results 1 – 5 of 5) sorted by relevance
442 extern bool thread_is_eager_preempt(thread_t thread);
1827 bool thread_is_eager_preempt(thread_t thread);
538 processor->current_is_eagerpreempt = thread_is_eager_preempt(thread); in processor_state_update_from_thread()
6191 return check_reason | result | (thread_is_eager_preempt(thread) ? AST_URGENT : AST_NONE); in csw_check_locked()7384 thread_is_eager_preempt(thread_t thread) in thread_is_eager_preempt() function7395 assert(!thread_is_eager_preempt(thread)); in thread_set_eager_preempt()7429 assert(thread_is_eager_preempt(thread)); in thread_clear_eager_preempt()
622 set_preempt = !(thread_is_eager_preempt(current_thread())); in kernel_debug_read()