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

/freebsd-9.3-release/usr.sbin/pmcannotate/
H A Dpmcannotate.c104 static TAILQ_HEAD(, aggent) fqueue = TAILQ_HEAD_INITIALIZER(fqueue);
208 TAILQ_FOREACH(agg, &fqueue, ag_fiter) {
247 TAILQ_FOREACH(agg, &fqueue, ag_fiter) {
319 TAILQ_FOREACH_SAFE(agg, &fqueue, ag_fiter, tmpagg)
321 TAILQ_REMOVE(&fqueue, agg, ag_fiter);
332 while (TAILQ_EMPTY(&fqueue) == 0) {
333 agg = TAILQ_FIRST(&fqueue);
334 TAILQ_REMOVE(&fqueue, agg, ag_fiter);
351 TAILQ_FOREACH(obj, &fqueue, ag_fite
[all...]
/freebsd-9.3-release/sys/dev/fatm/
H A Dif_fatmvar.h83 struct fqueue { struct
210 struct fqueue txqueue; /* transmission queue */
211 struct fqueue rxqueue; /* receive queue */
212 struct fqueue s1queue; /* SMALL S1 queue */
213 struct fqueue l1queue; /* LARGE S1 queue */
214 struct fqueue cmdqueue; /* command queue */
H A Dif_fatm.c678 init_card_queue(struct fatm_softc *sc, struct fqueue *queue, int qlen,

Completed in 51 milliseconds