Searched refs:lock_status (Results 1 – 3 of 3) sorted by relevance
394 uintptr_t lock_status; in softclock_call_cc() local408 lock_status = 0; in softclock_call_cc()411 lock_status = (uintptr_t)&tracker; in softclock_call_cc()413 lock_status = 1; in softclock_call_cc()429 class->lc_lock(c_lock, lock_status); in softclock_call_cc()
617 uintptr_t lock_status; in softclock_call_cc() local638 lock_status = 0; in softclock_call_cc()641 lock_status = (uintptr_t)&tracker; in softclock_call_cc()643 lock_status = 1; in softclock_call_cc()658 class->lc_lock(c_lock, lock_status); in softclock_call_cc()
186 uint32_t lock_status; in bnx2x_acquire_hw_lock() local215 lock_status = REG_RD(sc, hw_lock_control_reg); in bnx2x_acquire_hw_lock()216 if (lock_status & resource_bit) { in bnx2x_acquire_hw_lock()219 lock_status, resource_bit); in bnx2x_acquire_hw_lock()227 if (lock_status & resource_bit) { in bnx2x_acquire_hw_lock()240 uint32_t lock_status; in bnx2x_release_hw_lock() local268 lock_status = REG_RD(sc, hw_lock_control_reg); in bnx2x_release_hw_lock()269 if (!(lock_status & resource_bit)) { in bnx2x_release_hw_lock()272 lock_status, resource_bit); in bnx2x_release_hw_lock()5894 uint32_t lock_status; in bnx2x_trylock_hw_lock() local[all …]