sleepq 119 xfs/xfs_dev-bsd.c xfs_initq(&xfs_channel[i].sleepq);
sleepq 110 xfs/xfs_dev-common.c xfs_initq(&chan->sleepq);
sleepq 161 xfs/xfs_dev-common.c while (!xfs_emptyq(&chan->sleepq)) {
sleepq 163 xfs/xfs_dev-common.c first = chan->sleepq.next;
sleepq 486 xfs/xfs_dev-common.c xfs_appendq(&chan->sleepq, this_process);
sleepq 669 xfs/xfs_dev-common.c struct xfs_link *sleepq = &chan->sleepq;
sleepq 670 xfs/xfs_dev-common.c struct xfs_link *t = chan->sleepq.next; /* Really first in q */
sleepq 674 xfs/xfs_dev-common.c for (; t != sleepq; t = t->next)
sleepq 696 xfs/xfs_dev-common.c struct xfs_link *sleepq = &chan->sleepq;
sleepq 697 xfs/xfs_dev-common.c struct xfs_link *t = chan->sleepq.next; /* Really first in q */
sleepq 701 xfs/xfs_dev-common.c for (; t != sleepq; t = t->next)
sleepq 727 xfs/xfs_dev-common.c uprintf("sleepq.next = %lx ", xfs_channel[i].sleepq.next);
sleepq 728 xfs/xfs_dev-common.c uprintf("sleepq.prev = %lx ", xfs_channel[i].sleepq.prev);
sleepq 55 xfs/xfs_dev.h struct xfs_link sleepq; /* Waiting for reply message */