Home
last modified time | relevance | path

Searched refs:HOLD_LOCK (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_tracer.c272 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_get_tracer()
326 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK, in t4_set_tracer()
H A Dadapter.h143 HOLD_LOCK = (1 << 0), enumerator
148 LOCK_HELD = HOLD_LOCK,
H A Dt4_clip.c576 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK, "t4clip"); in update_hw_clip_table()
H A Dt4_sched.c205 sleep_ok ? (SLEEP_OK | INTR_OK) : HOLD_LOCK, "t4sscp"); in set_sched_class_params()
H A Dt4_main.c6377 if (!(flags & HOLD_LOCK) || rc) in begin_synchronized_op()
8337 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_tx_vm_wr()
8397 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_holdoff_tmr_idx()
8432 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_holdoff_pktc_idx()
8462 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_qsize_rxq()
8492 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_qsize_txq()
11466 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_holdoff_tmr_idx_ofld()
11501 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_holdoff_pktc_idx_ofld()
12156 if (begin_synchronized_op(sc, vi, HOLD_LOCK, "t4mod") == 0) { in t4_os_portmod_changed()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1755 if (begin_synchronized_op(sc, NULL, HOLD_LOCK, "t4lims") != 0) in cxgbei_limits()
1813 error = begin_synchronized_op(sc, NULL, HOLD_LOCK, "t4lims"); in cxgbei_limits_fd()