Searched refs:INTR_OK (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c1757 if (begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4init") != 0)
1779 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4mtu");
1815 can_sleep ? (SLEEP_OK | INTR_OK) : HOLD_LOCK, "t4flg");
1857 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4cap");
1982 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4i2c");
2193 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4mec");
2380 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4med") != 0)
2490 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4via");
4870 if (INTR_OK)
6698 rc = begin_synchronized_op(sc, &pi->vi[0], SLEEP_OK | INTR_OK, "t4bt
[all...]
H A Dt4_netmap.c444 rc = begin_synchronized_op(sc, vi, SLEEP_OK | INTR_OK, "t4nmreg");
H A Dt4_sched.c62 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4sscc");
202 sleep_ok ? (SLEEP_OK | INTR_OK) : HOLD_LOCK, "t4sscp");
252 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK,
334 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4btxq");
H A Dt4_filter.c489 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK,
880 rc = begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4setf");
H A Dadapter.h143 INTR_OK = (1 << 2), enumerator in enum:__anon4413
H A Dt4_tracer.c285 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK,
334 rc = begin_synchronized_op(sc, NULL, HOLD_LOCK | SLEEP_OK | INTR_OK,
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c1248 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4tomun"))
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c331 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4iwact") != 0)
345 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4iwdea") != 0)
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c842 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4isact") != 0)
856 if (begin_synchronized_op(sc, NULL, SLEEP_OK | INTR_OK, "t4isdea") != 0)
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c81 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK,
2730 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK,
3346 rc = begin_synchronized_op(padap, NULL, SLEEP_OK | INTR_OK, "t4cudq");
3622 SLEEP_OK | INTR_OK, "t4cudm");

Completed in 166 milliseconds