Searched refs:SX_SYSINIT_FLAGS (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | sx.h | 137 #define SX_SYSINIT_FLAGS(name, sxa, desc, flags) \ macro 148 #define SX_SYSINIT(name, sxa, desc) SX_SYSINIT_FLAGS(name, sxa, desc, 0)
|
| /f-stack/freebsd/net/ |
| H A D | if.c | 315 SX_SYSINIT_FLAGS(ifnet_sx, &ifnet_sxlock, "ifnet_sx", SX_RECURSE); 318 SX_SYSINIT_FLAGS(ifnet_detach, &ifnet_detach_sxlock, "ifnet_detach_sx",
|