Searched refs:list_next (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dbbsh.c73 void *list_next = *next; local
76 list = list_next;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dqdio.c461 if ((q->list_prev) || (q->list_next))
467 q->list_next=q;
469 q->list_next=tiq_list;
471 tiq_list->list_prev->list_next=q;
558 if ((!q->list_prev)||(!q->list_next))
567 if ((!q->list_prev)||(!q->list_next))
569 if (q->list_next==q) {
572 q->list_next=NULL;
575 q->list_next->list_prev=q->list_prev;
576 q->list_prev->list_next
[all...]
H A Dqdio.h532 volatile struct qdio_q *list_next; member in struct:qdio_q

Completed in 62 milliseconds