insp              115 arch/alpha/kernel/core_marvel.c 	struct io7 *insp;
insp              145 arch/alpha/kernel/core_marvel.c 		for (insp = io7_head; insp; insp = insp->next) {
insp              146 arch/alpha/kernel/core_marvel.c 			if (insp->pe == io7->pe) {
insp              152 arch/alpha/kernel/core_marvel.c 			if (NULL == insp->next || 
insp              153 arch/alpha/kernel/core_marvel.c 			    insp->next->pe > io7->pe) { /* insert here */
insp              154 arch/alpha/kernel/core_marvel.c 				io7->next = insp->next;
insp              155 arch/alpha/kernel/core_marvel.c 				insp->next = io7;
insp              160 arch/alpha/kernel/core_marvel.c 		if (NULL == insp) { /* couldn't insert ?!? */
insp             2093 net/core/skbuff.c 		struct sk_buff *insp = NULL;
insp             2100 net/core/skbuff.c 				insp = list;
insp             2109 net/core/skbuff.c 					insp = list->next;
insp             2114 net/core/skbuff.c 					insp = list;
insp             2125 net/core/skbuff.c 		while ((list = skb_shinfo(skb)->frag_list) != insp) {
insp             5781 net/core/skbuff.c 	struct sk_buff *insp = NULL;
insp             5792 net/core/skbuff.c 			insp = list;
insp             5799 net/core/skbuff.c 				insp = list->next;
insp             5803 net/core/skbuff.c 				insp = list;
insp             5814 net/core/skbuff.c 	while ((list = shinfo->frag_list) != insp) {
insp              659 tools/perf/util/annotate.c static int ins__key_cmp(const void *name, const void *insp)
insp              661 tools/perf/util/annotate.c 	const struct ins *ins = insp;