Searched refs:listpos (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dposix-cpu-timers.c551 struct list_head *head, *listpos; local
565 listpos = head;
569 listpos = &next->entry;
571 list_add(&nt->entry, listpos);
573 if (listpos == head) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dposix-cpu-timers.c551 struct list_head *head, *listpos; local
565 listpos = head;
569 listpos = &next->entry;
571 list_add(&nt->entry, listpos);
573 if (listpos == head) {

Completed in 60 milliseconds