Home
last modified time | relevance | path

Searched defs:daemonq (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/raid/vinum/
H A Drequest.h268 struct daemonq { struct
269 struct daemonq *next; /* pointer to next element in queue */ argument
270 enum daemonrq type; /* type of request */
271 int privateinuse; /* private element, being used */
272 union daemoninfo info; /* and the request information */
H A Dvinumdaemon.c53 struct daemonq *daemonq; /* daemon's work queue */ variable