Home
last modified time | relevance | path

Searched refs:lock_status (Results 1 – 3 of 3) sorted by relevance

/f-stack/lib/
H A Dff_kern_timeout.c394 uintptr_t lock_status; in softclock_call_cc() local
408 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()
/f-stack/freebsd/kern/
H A Dkern_timeout.c617 uintptr_t lock_status; in softclock_call_cc() local
638 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()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c186 uint32_t lock_status; in bnx2x_acquire_hw_lock() local
215 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() local
268 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 …]