Searched refs:lock_status (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/subversion/subversion/svn/ |
| D | status.c | 353 char ood_status, lock_status; in print_status() local 377 lock_status = 'K'; in print_status() 379 lock_status = 'T'; in print_status() 382 lock_status = 'O'; in print_status() 385 lock_status = 'B'; in print_status() 387 lock_status = ' '; in print_status() 390 lock_status = (status->lock) ? 'K' : ' '; in print_status() 419 lock_status, in print_status() 438 lock_status, in print_status()
|
| /freebsd-10-stable/sys/dev/qlnx/qlnxe/ |
| D | ecore_hw.c | 471 u32 cnt, lock_status, hw_lock_cntr_reg; 483 lock_status = ecore_rd(p_hwfn, p_ptt, hw_lock_cntr_reg); 485 if (lock_status & resource) { 488 lock_status, resource); 498 lock_status = ecore_rd(p_hwfn, p_ptt, hw_lock_cntr_reg); 500 if (lock_status & resource) 527 u32 lock_status, hw_lock_cntr_reg; 538 lock_status = ecore_rd(p_hwfn, p_ptt, hw_lock_cntr_reg); 540 if (!(lock_status & resource)) { 543 resource, lock_status);
|
| /freebsd-10-stable/sys/kern/ |
| D | kern_timeout.c | 610 uintptr_t lock_status; in softclock_call_cc() local 631 lock_status = 0; in softclock_call_cc() 634 lock_status = (uintptr_t)&tracker; in softclock_call_cc() 636 lock_status = 1; in softclock_call_cc() 651 class->lc_lock(c_lock, lock_status); in softclock_call_cc()
|
| /freebsd-10-stable/sys/dev/bxe/ |
| D | bxe.c | 1022 uint32_t lock_status; in bxe_acquire_hw_lock() local 1043 lock_status = REG_RD(sc, hw_lock_control_reg); in bxe_acquire_hw_lock() 1044 if (lock_status & resource_bit) { in bxe_acquire_hw_lock() 1046 resource, lock_status, resource_bit); in bxe_acquire_hw_lock() 1053 lock_status = REG_RD(sc, hw_lock_control_reg); in bxe_acquire_hw_lock() 1054 if (lock_status & resource_bit) { in bxe_acquire_hw_lock() 1069 uint32_t lock_status; in bxe_release_hw_lock() local 1089 lock_status = REG_RD(sc, hw_lock_control_reg); in bxe_release_hw_lock() 1090 if (!(lock_status & resource_bit)) { in bxe_release_hw_lock() 1092 resource, lock_status, resource_bit); in bxe_release_hw_lock() [all …]
|
| /freebsd-10-stable/sys/dev/mlx5/ |
| D | mlx5_ifc.h | 7896 u8 lock_status[0x2]; member
|