Searched refs:ng_topo_lock (Results 1 – 2 of 2) sorted by relevance
79 static struct rwlock ng_topo_lock; variable80 #define TOPOLOGY_RLOCK() rw_rlock(&ng_topo_lock)81 #define TOPOLOGY_RUNLOCK() rw_runlock(&ng_topo_lock)82 #define TOPOLOGY_WLOCK() rw_wlock(&ng_topo_lock)83 #define TOPOLOGY_WUNLOCK() rw_wunlock(&ng_topo_lock)84 #define TOPOLOGY_NOTOWNED() rw_assert(&ng_topo_lock, RA_UNLOCKED)3206 rw_init(&ng_topo_lock, "netgraph topology mutex"); in ngb_mod_event()
79 static struct rwlock ng_topo_lock; variable80 #define TOPOLOGY_RLOCK() rw_rlock(&ng_topo_lock)81 #define TOPOLOGY_RUNLOCK() rw_runlock(&ng_topo_lock)82 #define TOPOLOGY_WLOCK() rw_wlock(&ng_topo_lock)83 #define TOPOLOGY_WUNLOCK() rw_wunlock(&ng_topo_lock)84 #define TOPOLOGY_NOTOWNED() rw_assert(&ng_topo_lock, RA_UNLOCKED)3232 rw_init(&ng_topo_lock, "netgraph topology mutex"); in ngb_mod_event()