Searched refs:hw_lock_try_nopreempt (Results 1 – 4 of 4) sorted by relevance
119 extern unsigned int hw_lock_try_nopreempt(139 #define hw_lock_try_nopreempt(lck, grp) \ macro140 hw_lock_try_nopreempt(lck)
779 (hw_lock_try_nopreempt)(hw_lock_t lock LCK_GRP_ARG(lck_grp_t *grp))
471 return hw_lock_try_nopreempt(&lock->hwlock, LCK_GRP_NULL); in lck_spin_try_lock_nopreempt()479 return hw_lock_try_nopreempt(&lock->hwlock, grp); in lck_spin_try_lock_nopreempt_grp()
654 if ((success = hw_lock_try_nopreempt(&l->interlock, grp))) { in usimple_lock_try_nopreempt()