HomeSort by: relevance | last modified time | path
    Searched refs:if_is_mpsafe (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/net/
if.h 522 if_is_mpsafe(struct ifnet *ifp) function in typeref:typename:bool
533 if (if_is_mpsafe(cifp)) {
549 if (if_is_mpsafe(ifp)) {
559 do { if (if_is_mpsafe(ifp)) { KERNEL_LOCK(1, NULL); } } while (0)
561 do { if (if_is_mpsafe(ifp)) { KERNEL_UNLOCK_ONE(NULL); } } while (0)
564 do { if (!if_is_mpsafe(ifp)) { KERNEL_LOCK(1, NULL); } } while (0)
566 do { if (!if_is_mpsafe(ifp)) { KERNEL_UNLOCK_ONE(NULL); } } while (0)
if.c 868 flags |= if_is_mpsafe(ifp) ? SOFTINT_MPSAFE : 0;
1101 flags |= if_is_mpsafe(ifp) ? SOFTINT_MPSAFE : 0;
1828 KASSERT(!if_is_mpsafe(ifp) || !ISSET(ifp->if_flags, IFF_RUNNING) ||
1848 KASSERT(!if_is_mpsafe(ifp) || if_is_deactivated(ifp) ||
3245 * If if_is_mpsafe(ifp), KERNEL_LOCK isn't held here, but if_up
  /src/sys/dev/scsipi/
if_se.c 493 KASSERT(if_is_mpsafe(ifp));
if_dse.c 530 KASSERT(if_is_mpsafe(ifp));
  /src/sys/dev/cadence/
if_cemac.c 857 KASSERT(if_is_mpsafe(ifp));
  /src/sys/dev/ic/
dwc_gmac.c 940 KASSERT(if_is_mpsafe(ifp));
  /src/sys/dev/pci/
if_vioif.c 814 KASSERT(if_is_mpsafe(ifp));
if_wm.c 8876 KASSERT(if_is_mpsafe(ifp));
9483 KASSERT(if_is_mpsafe(ifp));

Completed in 31 milliseconds