Searched refs:insp (Results 1 – 3 of 3) sorted by relevance
112 struct io7 *insp; in alloc_io7() local139 for (insp = io7_head; insp; insp = insp->next) { in alloc_io7()140 if (insp->pe == io7->pe) { in alloc_io7()146 if (NULL == insp->next || in alloc_io7()147 insp->next->pe > io7->pe) { /* insert here */ in alloc_io7()148 io7->next = insp->next; in alloc_io7()149 insp->next = io7; in alloc_io7()154 if (NULL == insp) { /* couldn't insert ?!? */ in alloc_io7()
1619 struct sk_buff *insp = NULL; in __pskb_pull_tail() local1628 insp = list; in __pskb_pull_tail()1637 insp = list->next; in __pskb_pull_tail()1642 insp = list; in __pskb_pull_tail()1653 while ((list = skb_shinfo(skb)->frag_list) != insp) { in __pskb_pull_tail()
429 static int ins__cmp(const void *name, const void *insp) in ins__cmp() argument431 const struct ins *ins = insp; in ins__cmp()