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

/freebsd-10-stable/sys/dev/fatm/
H A Dif_fatmvar.h109 struct supqueue { /* supply queue element */ struct
H A Dif_fatm.c831 sizeof(struct supqueue), BSUP_BLK2SIZE(SMALL_SUPPLY_BLKSIZE),
836 sizeof(struct supqueue), BSUP_BLK2SIZE(LARGE_SUPPLY_BLKSIZE),
1076 struct supqueue *q;
1089 q = GET_QUEUE(sc->s1queue, struct supqueue, sc->s1queue.head);
1165 struct supqueue *q;
1179 q = GET_QUEUE(sc->l1queue, struct supqueue, sc->l1queue.head);
1421 struct supqueue *q;
1425 q = GET_QUEUE(sc->s1queue, struct supqueue, sc->s1queue.tail);
1448 struct supqueue *q;
1452 q = GET_QUEUE(sc->l1queue, struct supqueue, s
[all...]

Completed in 58 milliseconds