Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/dcons/
H A Ddcons_os.c562 tsleep((void *)dc, PWAIT, "dcodtc", hz/4); in dcons_detach()
/dragonfly/sys/net/pf/
H A Dpfvar.h74 #define PWAIT 0 macro
H A Dpf.c1271 tsleep(pf_purge_thread, PWAIT, "pftm", 1 * hz); in pf_purge_thread()