Searched refs:qh_next (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_quota_priv.h51 #define XFS_QI_MPLNEXT(mp) ((mp)->m_quotainfo->qi_dqlist.qh_next)
125 if (((d) = (h)->qh_next)) \
128 (dqp)->PVP = &((h)->qh_next); \
129 (h)->qh_next = dqp; \
138 for ((dqp) = (qlist)->qh_next; (dqp) != (xfs_dquot_t *)(qlist); \
H A Dxfs_qm.h80 struct xfs_dquot *qh_next; member in struct:xfs_frlist
H A Dxfs_dquot.h36 struct xfs_dquot *qh_next; member in struct:xfs_dqhash
H A Dxfs_qm_syscalls.c1147 for (dqp = (xfs_dqtest_t *)(l)->qh_next; dqp != NULL; \
1167 if (((d) = (h)->qh_next))
1170 (dqp)->HL_PREVP = &((h)->qh_next);
1171 (h)->qh_next = (xfs_dquot_t *)dqp;
1285 for (d = (xfs_dqtest_t *) h->qh_next; d != NULL;
1452 for (d = (xfs_dqtest_t *) h1->qh_next; d != NULL; ) {
1459 for (d = (xfs_dqtest_t *) h1->qh_next; d != NULL; ) {
H A Dxfs_dquot.c798 for (dqp = qh->qh_next; dqp != NULL; dqp = dqp->HL_NEXT) {
865 if (dqp->HL_PREVP != &qh->qh_next) {
871 d = qh->qh_next;
874 dqp->HL_PREVP = &qh->qh_next;
875 qh->qh_next = dqp;
H A Dxfs_qm.c91 for (dqp = (l)->qh_next; dqp != NULL; dqp = dqp->NXT) { \
254 for (dqp = xfs_Gqm->qm_dqfreelist.qh_next;
1292 list->qh_next = NULL;
2075 for (dqp = xfs_Gqm->qm_dqfreelist.qh_next;
2762 ql->qh_next = ql->qh_prev = (xfs_dquot_t *) ql;
2774 for (dqp = ql->qh_next;
2795 dq->dq_flnext = ql->qh_next;
2797 ql->qh_next = dq;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-q.c841 if (!head->qh_next.qh) {
860 qh->qh_next = head->qh_next;
864 head->qh_next.qh = qh;
1118 qh->qh_next.qh = NULL;
1139 && ehci->async->qh_next.qh == NULL)
1190 while (prev->qh_next.qh != qh)
1191 prev = prev->qh_next.qh;
1194 prev->qh_next = qh->qh_next;
[all...]
H A Dehci-mem.c72 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) {
H A Dehci-hub.c175 if (ehci->async->qh_next.qh)
485 while (prev->qh_next.qh != qh)
486 prev = prev->qh_next.qh;
489 prev->qh_next = qh->qh_next;
H A Dehci-sched.c51 return &periodic->qh->qh_next;
104 q = &q->qh->qh_next;
238 q = &q->qh->qh_next;
392 here = here.qh->qh_next;
518 prev = &here.qh->qh_next;
524 qh->qh_next = here;
576 /* qh->qh_next still "live" to HC */
578 qh->qh_next.ptr = NULL;
2128 q = q.qh->qh_next;
H A Dehci-dbg.c463 for (qh = ehci->async->qh_next.qh; size > 0 && qh; qh = qh->qh_next.qh)
537 if (p.qh->qh_next.ptr)
579 p = p.qh->qh_next;
H A Dehci-hcd.c576 (ehci->async->qh_next.ptr != NULL ||
678 ehci->async->qh_next.qh = NULL;
1085 for (tmp = ehci->async->qh_next.qh;
1087 tmp = tmp->qh_next.qh)
H A Dehci.h95 * ehci_qh: qh_next, qtd_list
484 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member in struct:ehci_qh

Completed in 225 milliseconds