Searched refs:pf_config_lock (Results 1 – 2 of 2) sorted by relevance
435 extern struct sx pf_config_lock;436 #define PF_CONFIG_LOCK() sx_xlock(&pf_config_lock)437 #define PF_CONFIG_UNLOCK() sx_xunlock(&pf_config_lock)438 #define PF_CONFIG_ASSERT() sx_assert(&pf_config_lock, SA_XLOCKED)
287 struct sx pf_config_lock; variable288 SX_SYSINIT(pf_config_lock, &pf_config_lock, "pf config");