Searched refs:lock_disable_preemption_for_thread (Results 1 – 7 of 7) sorted by relevance
110 #define lock_disable_preemption_for_thread(t) ({ \ macro123 #define lock_disable_preemption_for_thread(t) ({ \ macro
209 lock_disable_preemption_for_thread(current_thread()); in hw_lck_ticket_init_locked()638 lock_disable_preemption_for_thread(current_thread()); in hw_lck_ticket_lock()678 lock_disable_preemption_for_thread(current_thread()); in hw_lck_ticket_lock_to()704 lock_disable_preemption_for_thread(cthread); in lck_ticket_lock()726 lock_disable_preemption_for_thread(current_thread()); in hw_lck_ticket_lock_try_internal()766 lock_disable_preemption_for_thread(cthread); in lck_ticket_lock_try_internal()850 lock_disable_preemption_for_thread(current_thread()); in hw_lck_ticket_reserve()860 lock_disable_preemption_for_thread(current_thread()); in hw_lck_ticket_reserve_allow_invalid()
825 lock_disable_preemption_for_thread(thread); in lck_mtx_lock_contended()935 lock_disable_preemption_for_thread(thread); in lck_mtx_lock_contended()1031 lock_disable_preemption_for_thread(thread); in lck_mtx_lock_fastpath()1142 lock_disable_preemption_for_thread(thread); in lck_mtx_try_lock_fastpath()1209 lock_disable_preemption_for_thread(thread); in lck_mtx_unlock_contended()
295 lock_disable_preemption_for_thread(current_thread()); in hw_lck_ptr_lock()
696 lock_disable_preemption_for_thread(thread);727 lock_disable_preemption_for_thread(thread);769 lock_disable_preemption_for_thread(thread);
699 lock_disable_preemption_for_thread(self); in smr_enter_sleepable()862 lock_disable_preemption_for_thread(self); in smr_leave_sleepable()1458 lock_disable_preemption_for_thread(current_thread()); in smr_call()
158 #define lock_disable_preemption_for_thread(t) disable_preemption_internal() macro