Searched refs:mutex_lockword64 (Results 1 – 3 of 3) sorted by relevance
44 #define mutex_lockword64 lock.owner64 macro
1441 volatile uint64_t *lockp = (volatile uint64_t *)&mp->mutex_lockword64; in mutex_trylock_process()1575 (void) clear_lockbyte64(&mp->mutex_lockword64); in mutex_trylock_process()1759 old_lockword64 = clear_lockbyte64(&mp->mutex_lockword64); in mutex_unlock_process()2202 if (set_lock_byte64(&mp->mutex_lockword64, udp->pid) == 0) { in fast_process_lock()