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

/external/kernel-headers/original/linux/
H A Dlist.h597 struct hlist_node *next, **pprev; member in struct:hlist_node
606 h->pprev = NULL;
611 return !h->pprev;
622 struct hlist_node **pprev = n->pprev; local
623 *pprev = next;
625 next->pprev = pprev;
632 n->pprev = LIST_POISON2;
657 n->pprev
[all...]
H A Dmm.h998 struct vm_area_struct **pprev);
/external/iptables/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...]
/external/srec/srec/crec/
H A Dastar.c255 partial_path** pprev; local
256 for (pprev = &path->first_prev_arc; (*pprev); pprev = &(*pprev)->linkl_prev_arc)
257 ASSERT(*pprev != prev_path);
258 *pprev = prev_path;
278 partial_path** pprev; local
280 for (pprev = &path->first_prev_arc; (*pprev); ppre
[all...]

Completed in 58 milliseconds