Searched refs:pprev (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sys/ofed/include/linux/
H A Dlist.h221 struct hlist_node *next, **pprev; member in struct:hlist_node
230 (node)->pprev = NULL; \
237 return !h->pprev;
252 n->next->pprev = n->pprev;
253 *n->pprev = n->next;
272 h->first->pprev = &n->next;
274 n->pprev = &h->first;
281 n->pprev = next->pprev;
[all...]
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c696 struct qfq_class *cl, struct qfq_class **pprev)
706 if (!pprev) {
707 pprev = &grp->slots[i];
708 while (*pprev && *pprev != cl)
709 pprev = &(*pprev)->next;
713 *pprev = cl->next;
728 struct qfq_class **pprev)
736 qfq_slot_remove(q, grp, cl, pprev);
[all...]
/freebsd-9.3-release/sys/dev/hpt27xx/
H A Dldm.h174 struct timer_call ** pprev; member in struct:timer_call
178 #define ldm_init_timer(timer) do { (timer)->next=0; (timer)->pprev=0; } while (0)
182 HPT_ASSERT((timer)->next==0 && (timer)->pprev==0);\
/freebsd-9.3-release/sys/dev/hptnr/
H A Dldm.h173 struct timer_call ** pprev; member in struct:timer_call
177 #define ldm_init_timer(timer) do { (timer)->next=0; (timer)->pprev=0; } while (0)
181 HPT_ASSERT((timer)->next==0 && (timer)->pprev==0);\
/freebsd-9.3-release/sys/dev/hptrr/
H A Dldm.h173 struct timer_call ** pprev; member in struct:timer_call
177 #define ldm_init_timer(timer) do { (timer)->next=0; (timer)->pprev=0; } while (0)
181 HPT_ASSERT((timer)->next==0 && (timer)->pprev==0);\
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dtree.c793 unsigned char *pcurrent = current, *pprev = prev, *toqueue; local
796 while(*pcurrent && *pprev) {
797 if (*pcurrent == *pprev) {
799 pprev++;
807 if (!*pprev || break_flag) {
/freebsd-9.3-release/contrib/gcc/
H A Ddf-problems.c3224 rtx *pprev = &REG_NOTES (insn);
3225 rtx link = *pprev;
3245 *pprev = link = next;
3250 pprev = &XEXP (link, 1);
3251 link = *pprev;
3217 rtx *pprev = &REG_NOTES (insn); local
H A Dflow.c4566 rtx *pprev = &REG_NOTES (insn);
4567 rtx link = *pprev;
4600 *pprev = link = next;
4606 pprev = &XEXP (link, 1);
4607 link = *pprev;
4553 rtx *pprev = &REG_NOTES (insn); local
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsymfile.c2380 struct partial_symtab *ps, *pprev = NULL;
2388 pprev = ps;
2397 pprev->next = ps->next;
2373 struct partial_symtab *ps, *pprev = NULL; local
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfsidbg.c2387 ip->i_hash.next, ip->i_hash.pprev);

Completed in 137 milliseconds