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

/netbsd-current/lib/libpuffs/
H A Dframebuf.c626 TAILQ_FOREACH(cand, &fio->res_qing, pfb_entries)
634 TAILQ_REMOVE(&fio->res_qing, cand, pfb_entries);
763 TAILQ_INSERT_TAIL(&fio->res_qing, pufbuf,
799 TAILQ_INIT(&fio->res_qing);
943 while ((pufbuf = TAILQ_FIRST(&fio->res_qing)) != NULL) {
944 TAILQ_REMOVE(&fio->res_qing, pufbuf, pfb_entries);
H A Dpuffs_priv.h64 TAILQ_HEAD(, puffs_framebuf) res_qing; /* q'ing for rescue */ member in struct:puffs_fctrl_io

Completed in 116 milliseconds