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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlist_nulls.h22 struct hlist_nulls_node *next, **pprev; member in struct:hlist_nulls_node
51 return !h->pprev;
65 n->pprev = &h->first;
68 first->pprev = &n->next;
74 struct hlist_nulls_node **pprev = n->pprev; local
75 *pprev = next;
77 next->pprev = pprev;
83 n->pprev
[all...]
H A Drculist_nulls.h22 * zero the pprev pointer so list_unhashed() will return true after
36 n->pprev = NULL;
62 n->pprev = LIST_POISON2;
90 n->pprev = &h->first;
93 first->pprev = &n->next;
H A Drculist.h110 * zero the pprev pointer so list_unhashed() will return true after
124 n->pprev = NULL;
300 n->pprev = LIST_POISON2;
316 new->pprev = old->pprev;
317 rcu_assign_pointer(*new->pprev, new);
319 new->next->pprev = &new->next;
320 old->pprev = LIST_POISON2;
348 n->pprev = &h->first;
351 first->pprev
[all...]
H A Dlist.h572 h->pprev = NULL;
577 return !h->pprev;
588 struct hlist_node **pprev = n->pprev; local
589 *pprev = next;
591 next->pprev = pprev;
598 n->pprev = LIST_POISON2;
614 first->pprev = &n->next;
616 n->pprev
[all...]
H A Dinit_task.h56 .pid_chain = { .next = NULL, .pprev = NULL }, \
64 .pprev = NULL, \
H A Dtypes.h225 struct hlist_node *next, **pprev; member in struct:hlist_node
H A Dmm.h876 struct vm_area_struct **pprev, unsigned long start,
1350 struct vm_area_struct **pprev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtunnel4.c28 struct xfrm_tunnel **pprev; local
34 for (pprev = fam_handlers(family); *pprev; pprev = &(*pprev)->next) {
35 if ((*pprev)->priority > priority)
37 if ((*pprev)->priority == priority)
41 handler->next = *pprev;
42 *pprev = handler;
55 struct xfrm_tunnel **pprev; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dtunnel6.c39 struct xfrm6_tunnel **pprev; local
45 for (pprev = (family == AF_INET6) ? &tunnel6_handlers : &tunnel46_handlers;
46 *pprev; pprev = &(*pprev)->next) {
47 if ((*pprev)->priority > priority)
49 if ((*pprev)->priority == priority)
53 handler->next = *pprev;
54 *pprev = handler;
68 struct xfrm6_tunnel **pprev; local
[all...]
H A Droute.c1003 struct dst_entry *dst, *next, **pprev; local
1009 pprev = &icmp6_dst_gc_list;
1011 while ((dst = *pprev) != NULL) {
1013 *pprev = dst->next;
1016 pprev = &dst->next;
1029 struct dst_entry *dst, **pprev; local
1032 pprev = &icmp6_dst_gc_list;
1033 while ((dst = *pprev) != NULL) {
1036 *pprev = dst->next;
1039 pprev
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/include/linux/
H A Dtypes.h18 struct hlist_node *next, **pprev; member in struct:hlist_node
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlinux_list.h514 struct hlist_node *next, **pprev; member in struct:hlist_node
520 #define INIT_HLIST_NODE(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL)
524 return !h->pprev;
535 struct hlist_node **pprev = n->pprev; local
536 *pprev = next;
538 next->pprev = pprev;
545 n->pprev = LIST_POISON2;
570 n->pprev
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dlinux_list.h518 struct hlist_node *next, **pprev; member in struct:hlist_node
524 #define INIT_HLIST_NODE(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL)
528 return !h->pprev;
539 struct hlist_node **pprev = n->pprev; local
540 *pprev = next;
542 next->pprev = pprev;
549 n->pprev = LIST_POISON2;
574 n->pprev
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libiptc/
H A Dlinux_list.h514 struct hlist_node *next, **pprev; member in struct:hlist_node
520 #define INIT_HLIST_NODE(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL)
524 return !h->pprev;
535 struct hlist_node **pprev = n->pprev; local
536 *pprev = next;
538 next->pprev = pprev;
545 n->pprev = LIST_POISON2;
570 n->pprev
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/libiptc/
H A Dlinux_list.h514 struct hlist_node *next, **pprev; member in struct:hlist_node
520 #define INIT_HLIST_NODE(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL)
524 return !h->pprev;
535 struct hlist_node **pprev = n->pprev; local
536 *pprev = next;
538 next->pprev = pprev;
545 n->pprev = LIST_POISON2;
570 n->pprev
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/mm/
H A Dpgtable.c116 struct page *next, **pprev, *page = virt_to_page(pgd); local
118 pprev = (struct page **) page_private(page);
119 *pprev = next;
121 set_page_private(next, (unsigned long) pprev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/
H A Dpgalloc.c97 struct page *next, **pprev, *page = virt_to_page(pgd); local
99 pprev = (struct page **) page_private(page);
100 *pprev = next;
102 set_page_private(next, (unsigned long) pprev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmprotect.c135 mprotect_fixup(struct vm_area_struct *vma, struct vm_area_struct **pprev, argument
147 *pprev = vma;
171 *pprev = vma_merge(mm, *pprev, start, end, newflags,
173 if (*pprev) {
174 vma = *pprev;
178 *pprev = vma;
H A Dvmalloc.c2072 * @pprev: out arg for the previous vmap_area
2078 * NULL, *pnext->va_end > @end and *pprev->va_end <= @end.
2082 struct vmap_area **pprev)
2102 *pprev = node_to_va(rb_prev(&(*pnext)->rb_node));
2104 *pprev = va;
2105 *pnext = node_to_va(rb_next(&(*pprev)->rb_node));
2113 * @pprev: in/out arg for the previous vmap_area
2118 * Find the highest aligned address between *@pnext and *@pprev below
2119 * VMALLOC_END. *@pnext and *@pprev are adjusted so that the aligned
2127 struct vmap_area **pprev,
2080 pvm_find_next_prev(unsigned long end, struct vmap_area **pnext, struct vmap_area **pprev) argument
2126 pvm_determine_end(struct vmap_area **pnext, struct vmap_area **pprev, unsigned long align) argument
[all...]
H A Dmmap.c352 struct vm_area_struct **pprev, struct rb_node ***rb_link,
379 *pprev = NULL;
381 *pprev = rb_entry(rb_prev, struct vm_area_struct, vm_rb);
1599 /* Same as find_vma, but also return a pointer to the previous VMA in *pprev. */
1602 struct vm_area_struct **pprev)
1630 *pprev = prev;
351 find_vma_prepare(struct mm_struct *mm, unsigned long addr, struct vm_area_struct **pprev, struct rb_node ***rb_link, struct rb_node ** rb_parent) argument
1601 find_vma_prev(struct mm_struct *mm, unsigned long addr, struct vm_area_struct **pprev) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dsetup.c110 struct resource *new, *next, **pprev; local
112 for (pprev = &system_ram, next = system_ram; next;
113 pprev = &next->sibling, next = next->sibling) {
139 *pprev = new;
146 struct resource *new, *next, **pprev; local
154 for (pprev = &reserved, next = reserved; next;
155 pprev = &next->sibling, next = next->sibling) {
169 *pprev = new;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_timewait_sock.h148 tw->tw_death_node.pprev = NULL;
H A Dsock.h382 node->pprev = NULL;
387 node->pprev = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dfork.c300 struct vm_area_struct *mpnt, *tmp, *prev, **pprev; local
323 pprev = &mm->mmap;
391 *pprev = tmp;
392 pprev = &tmp->vm_next;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dsock.c1031 memset(&sk->sk_node.pprev, 0,
1033 sk_node.pprev));

Completed in 191 milliseconds

12