Home
last modified time | relevance | path

Searched refs:qh_next (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_quota_priv.h64 #define XFS_QI_MPLNEXT(mp) ((mp)->m_quotainfo->qi_dqlist.qh_next)
138 if (((d) = (h)->qh_next)) \
141 (dqp)->PVP = &((h)->qh_next); \
142 (h)->qh_next = dqp; \
151 for ((dqp) = (qlist)->qh_next; (dqp) != (xfs_dquot_t *)(qlist); \
Dxfs_qm_syscalls.c1129 for (dqp = (xfs_dqtest_t *)(l)->qh_next; dqp != NULL; \
1149 if (((d) = (h)->qh_next)) in xfs_qm_hashinsert()
1152 (dqp)->HL_PREVP = &((h)->qh_next); in xfs_qm_hashinsert()
1153 (h)->qh_next = (xfs_dquot_t *)dqp; in xfs_qm_hashinsert()
1270 for (d = (xfs_dqtest_t *) h->qh_next; d != NULL; in xfs_qm_internalqcheck_dqget()
1433 for (d = (xfs_dqtest_t *) h1->qh_next; d != NULL; ) { in xfs_qm_internalqcheck()
1440 for (d = (xfs_dqtest_t *) h1->qh_next; d != NULL; ) { in xfs_qm_internalqcheck()
Dxfs_qm.c101 for (dqp = (l)->qh_next; dqp != NULL; dqp = dqp->NXT) { \
264 for (dqp = xfs_Gqm->qm_dqfreelist.qh_next; in xfs_qm_rele_quotafs_ref()
1318 list->qh_next = NULL; in xfs_qm_list_init()
2094 for (dqp = xfs_Gqm->qm_dqfreelist.qh_next; in xfs_qm_shake_freelist()
2757 ql->qh_next = ql->qh_prev = (xfs_dquot_t *) ql; in xfs_qm_freelist_init()
2769 for (dqp = ql->qh_next; in xfs_qm_freelist_destroy()
2792 dq->dq_flnext = ql->qh_next; in xfs_qm_freelist_insert()
2794 ql->qh_next = dq; in xfs_qm_freelist_insert()
Dxfs_qm.h100 struct xfs_dquot *qh_next; member
Dxfs_dquot.c855 for (dqp = qh->qh_next; dqp != NULL; dqp = dqp->HL_NEXT) { in xfs_qm_dqlookup()
922 if (dqp->HL_PREVP != &qh->qh_next) { in xfs_qm_dqlookup()
928 d = qh->qh_next; in xfs_qm_dqlookup()
931 dqp->HL_PREVP = &qh->qh_next; in xfs_qm_dqlookup()
932 qh->qh_next = dqp; in xfs_qm_dqlookup()
Dxfs_dquot.h50 struct xfs_dquot *qh_next; member
/linux-2.4.37.9/drivers/usb/host/
Dehci-q.c779 if (!head->qh_next.qh) { in qh_link_async()
797 qh->qh_next = head->qh_next; in qh_link_async()
801 head->qh_next.qh = qh; in qh_link_async()
998 qh->qh_next.qh = 0; in end_unlink_async()
1019 && ehci->async->qh_next.qh == 0) in end_unlink_async()
1065 while (prev->qh_next.qh != qh) in start_unlink_async()
1066 prev = prev->qh_next.qh; in start_unlink_async()
1069 prev->qh_next = qh->qh_next; in start_unlink_async()
1099 qh = ehci->async->qh_next.qh; in scan_async()
1135 qh = qh->qh_next.qh; in scan_async()
Dehci-hcd.c221 if (ehci->async->qh_next.qh) in ehci_ready()
412 ehci->async->qh_next.qh = 0; in ehci_start()
677 if ((ehci->async->qh_next.ptr != 0) || (ehci->periodic_sched != 0)) in ehci_work()
Dehci-dbg.c457 for (qh = ehci->async->qh_next.qh; size > 0 && qh; qh = qh->qh_next.qh) in show_async()
545 p = p.qh->qh_next; in show_periodic()
Dehci-sched.c51 return &periodic->qh->qh_next; in periodic_next_shadow()
118 q = &q->qh->qh_next; in periodic_usecs()
239 qh->qh_next.ptr = 0; in intr_deschedule()
1264 q = q.qh->qh_next; in scan_periodic()
Dehci-mem.c127 if (!list_empty (&qh->qtd_list) || qh->qh_next.ptr) { in qh_put()
Dehci.h362 union ehci_shadow qh_next; /* ptr to qh; or periodic */ member