Searched refs:my_ctid (Results 1 – 1 of 1) sorted by relevance
161 ctid_t my_ctid = thread_get_ctid(current_thread()); in kern_apfs_reflock_try_get_ref() local209 new_reflock.kern_apfs_rl_owner = my_ctid; in kern_apfs_reflock_try_get_ref()229 ctid_t my_ctid = thread_get_ctid(current_thread()); in kern_apfs_reflock_try_put_ref() local283 new_reflock.kern_apfs_rl_owner = my_ctid; in kern_apfs_reflock_try_put_ref()308 ctid_t my_ctid = thread_get_ctid(current_thread()); in kern_apfs_reflock_try_lock() local322 if (old_reflock.kern_apfs_rl_owner == my_ctid) { in kern_apfs_reflock_try_lock()346 new_reflock.kern_apfs_rl_owner = my_ctid; in kern_apfs_reflock_try_lock()366 ctid_t my_ctid = thread_get_ctid(current_thread()); in kern_apfs_reflock_wait_for_unlock() local387 if (old_reflock.kern_apfs_rl_owner == my_ctid) { in kern_apfs_reflock_wait_for_unlock()452 ctid_t my_ctid = thread_get_ctid(current_thread()); in kern_apfs_reflock_unlock() local[all …]