HomeSort by: relevance | last modified time | path
    Searched defs:if_is_mpsafe (Results 1 - 2 of 2) 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.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)

Completed in 23 milliseconds