Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/
HDt4_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()
HDadapter.h143 HOLD_LOCK = (1 << 0), enumerator
148 LOCK_HELD = HOLD_LOCK,
HDt4_clip.c576 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK, "t4clip"); in update_hw_clip_table()
HDt4_sched.c205 sleep_ok ? (SLEEP_OK | INTR_OK) : HOLD_LOCK, "t4sscp"); in set_sched_class_params()
HDt4_main.c6486 if (!(flags & HOLD_LOCK) || rc) in begin_synchronized_op()
8446 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_tx_vm_wr()
8506 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_holdoff_tmr_idx()
8541 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_holdoff_pktc_idx()
8571 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_qsize_rxq()
8601 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_qsize_txq()
11575 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_holdoff_tmr_idx_ofld()
11610 rc = begin_synchronized_op(sc, vi, HOLD_LOCK | SLEEP_OK | INTR_OK, in sysctl_holdoff_pktc_idx_ofld()
12240 if (begin_synchronized_op(sc, vi, HOLD_LOCK, "t4mod") == 0) { in t4_os_portmod_changed()
/freebsd-14-stable/sys/dev/cxgbe/cxgbei/
HDicl_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()