Searched refs:pprev (Results 1 – 4 of 4) sorted by relevance
514 struct hlist_node *next, **pprev; member520 #define INIT_HLIST_NODE(ptr) ((ptr)->next = NULL, (ptr)->pprev = NULL)524 return !h->pprev; in hlist_unhashed()535 struct hlist_node **pprev = n->pprev; in __hlist_del() local536 *pprev = next; in __hlist_del()538 next->pprev = pprev; in __hlist_del()545 n->pprev = LIST_POISON2; in hlist_del()570 n->pprev = LIST_POISON2; in hlist_del_rcu()575 if (n->pprev) { in hlist_del_init()588 first->pprev = &n->next; in hlist_add_head()[all …]
573 h->pprev = NULL; in INIT_HLIST_NODE()578 return !h->pprev; in hlist_unhashed()589 struct hlist_node **pprev = n->pprev; in __hlist_del() local590 *pprev = next; in __hlist_del()592 next->pprev = pprev; in __hlist_del()599 n->pprev = LIST_POISON2; in hlist_del()615 first->pprev = &n->next; in hlist_add_head()617 n->pprev = &h->first; in hlist_add_head()624 n->pprev = next->pprev; in hlist_add_before()626 next->pprev = &n->next; in hlist_add_before()[all …]
49 int pprev = start, pcur = pprev + incr, pnext = pcur + incr; in icvSklansky_32s() local60 stack[0] = pprev; in icvSklansky_32s()75 int ax = array[pcur]->x - array[pprev]->x; in icvSklansky_32s()77 int ay = cury - array[pprev]->y; in icvSklansky_32s()82 pprev = pcur; in icvSklansky_32s()90 if( pprev == start ) in icvSklansky_32s()100 pcur = pprev; in icvSklansky_32s()101 pprev = stack[stacksize-4]; in icvSklansky_32s()122 int pprev = start, pcur = pprev + incr, pnext = pcur + incr; in icvSklansky_32f() local133 stack[0] = pprev; in icvSklansky_32f()[all …]
26 struct hlist_node *next, **pprev; member