Searched refs:simple_lock_try (Results 1 – 9 of 9) sorted by relevance
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | simple_lock.h | 125 #define simple_lock_try(l, grp) lck_spin_try_lock_grp(l, grp) macro 130 #define simple_lock_try(l, grp) lck_spin_try_lock(l) macro
|
| H A D | pmap.h | 852 #define pmap_simple_lock_try(l) simple_lock_try(l, &pmap_lck_grp)
|
| H A D | locks_arm.c | 857 return simple_lock_try((simple_lock_t) l, grp);
|
| /xnu-8019.80.24/pexpert/arm/ |
| H A D | pe_kprintf.c | 113 while (!simple_lock_try(&kprintf_lock, LCK_GRP_NULL)) { in kprintf()
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | timer_call.c | 822 if (!simple_lock_try(&call->tc_lock, LCK_GRP_NULL)) { in timer_queue_shutdown() 925 if (!simple_lock_try(&call->tc_lock, LCK_GRP_NULL)) { in timer_queue_expire_with_options() 993 if (__probable(simple_lock_try(&call->tc_lock, LCK_GRP_NULL))) { in timer_queue_expire_with_options() 1108 if (!simple_lock_try(&call->tc_lock, LCK_GRP_NULL)) { in timer_queue_migrate() 1317 if (!simple_lock_try(&call->tc_lock, LCK_GRP_NULL)) { in timer_longterm_scan() 1596 if (!simple_lock_try(&call->tc_lock, LCK_GRP_NULL)) { in timer_master_scan()
|
| H A D | simple_lock.h | 271 #define simple_lock_try(l, grp) usimple_lock_try(l, grp) macro
|
| H A D | printf.c | 803 return simple_lock_try(&bsd_log_spinlock, LCK_GRP_NULL); in bsd_log_lock()
|
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | locks_i386.c | 674 while (!simple_lock_try(l, grp)) { 694 if (!simple_lock_try(l, grp)) { 710 if (simple_lock_try(l, grp)) {
|
| H A D | mp.c | 842 while (!simple_lock_try(lock, LCK_GRP_NULL)) { in mp_safe_spin_lock() 1658 locked = simple_lock_try(&x86_topo_lock, LCK_GRP_NULL); in mp_kdp_enter()
|