Searched refs:HOLD_LOCK (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_tracer.c | 271 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_get_tracer() 325 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_set_tracer()
|
| H A D | adapter.h | 146 HOLD_LOCK = (1 << 0), enumerator 151 LOCK_HELD = HOLD_LOCK,
|
| H A D | t4_clip.c | 576 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK, "t4clip"); in update_hw_clip_table()
|
| H A D | t4_sched.c | 205 sleep_ok ? (SLEEP_OK | INTR_OK) : HOLD_LOCK, "t4sscp"); in set_sched_class_params()
|
| H A D | t4_main.c | 6729 if (!(flags & HOLD_LOCK) || rc) in begin_synchronized_op() 8796 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_tx_vm_wr() 8856 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_holdoff_tmr_idx() 8891 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_holdoff_pktc_idx() 8921 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_qsize_rxq() 8951 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_qsize_txq() 12506 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_holdoff_tmr_idx_ofld() 12541 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_holdoff_pktc_idx_ofld() 13201 if (begin_synchronized_op(sc, vi, HOLD_LOCK, "t4mod") == 0) { in t4_os_portmod_changed()
|
| /freebsd/sys/dev/cxgbe/cxgbei/ |
| H A D | icl_cxgbei.c | 1679 if (begin_synchronized_op(sc, NULL, HOLD_LOCK, "t4lims") != 0) in cxgbei_limits() 1732 error = begin_synchronized_op(sc, NULL, HOLD_LOCK, "t4lims"); in cxgbei_limits_fd()
|