Home
last modified time | relevance | path

Searched refs:WFLAG_ACTIVE (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/net/npf/
H A Dnpf_worker.c62 #define WFLAG_ACTIVE 0x01 // instance enqueued for workers macro
151 if ((npf->worker_flags & WFLAG_ACTIVE) == 0) { in npf_worker_signal()
176 npf->worker_flags |= WFLAG_ACTIVE; in npf_worker_enlist()
190 if ((npf->worker_flags & WFLAG_ACTIVE) == 0) { in npf_worker_discharge()
199 KASSERT(npf->worker_flags & WFLAG_ACTIVE); in npf_worker_discharge()
204 while (npf->worker_flags & WFLAG_ACTIVE) { in npf_worker_discharge()
215 KASSERT(npf->worker_flags & WFLAG_ACTIVE); in remove_npf_instance()