Searched refs:pf_config_lock (Results 1 – 2 of 2) sorted by relevance
440 extern struct sx pf_config_lock;441 #define PF_CONFIG_LOCK() sx_xlock(&pf_config_lock)442 #define PF_CONFIG_UNLOCK() sx_xunlock(&pf_config_lock)443 #define PF_CONFIG_ASSERT() sx_assert(&pf_config_lock, SA_XLOCKED)
294 struct sx pf_config_lock; variable295 SX_SYSINIT(pf_config_lock, &pf_config_lock, "pf config");