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

/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_linux_list.h188 struct hlist_node *next, **pprev; member in struct:hlist_node
197 (node)->pprev = NULL; \
204 return !h->pprev;
219 n->next->pprev = n->pprev;
220 *n->pprev = n->next;
239 h->first->pprev = &n->next;
241 n->pprev = &h->first;
248 n->pprev = next->pprev;
[all...]
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h278 struct hlist_node *next, **pprev; member in struct:hlist_node
287 (node)->pprev = NULL; \
294 return !h->pprev;
309 n->next->pprev = n->pprev;
310 *n->pprev = n->next;
329 h->first->pprev = &n->next;
331 n->pprev = &h->first;
338 n->pprev = next->pprev;
[all...]
/freebsd-11.0-release/sys/dev/mlx5/mlx5_en/
H A Dtcp_tlro.h48 struct mbuf **pprev; member in struct:tlro_mbuf_data
H A Dtcp_tlro.c174 pinfo->pprev = &m_last(m)->m_next;
515 pinfoa->pprev[0] = m;
517 pinfoa->pprev = &m->m_next;
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c712 struct qfq_class *cl, struct qfq_class **pprev)
722 if (!pprev) {
723 pprev = &grp->slots[i];
724 while (*pprev && *pprev != cl)
725 pprev = &(*pprev)->next;
729 *pprev = cl->next;
744 struct qfq_class **pprev)
752 qfq_slot_remove(q, grp, cl, pprev);
[all...]
/freebsd-11.0-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-11.0-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-11.0-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-11.0-release/contrib/gcc/
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
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
/freebsd-11.0-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

Completed in 189 milliseconds