Searched refs:siftr_pkt_mgr_mtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dsiftr.c275 static struct mtx siftr_pkt_mgr_mtx; variable in typeref:struct:mtx
553 mtx_lock(&siftr_pkt_mgr_mtx);
561 mtx_sleep(&wait_for_pkt, &siftr_pkt_mgr_mtx, PWAIT, "pktwait",
583 mtx_unlock(&siftr_pkt_mgr_mtx);
596 mtx_lock(&siftr_pkt_mgr_mtx);
614 mtx_unlock(&siftr_pkt_mgr_mtx);
1245 mtx_lock(&siftr_pkt_mgr_mtx);
1254 * siftr_pkt_mgr_mtx so this isn't racy.
1259 mtx_sleep(siftr_pkt_manager_thr, &siftr_pkt_mgr_mtx, PWAIT,
1263 mtx_unlock(&siftr_pkt_mgr_mtx);
[all...]

Completed in 42 milliseconds