Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dposix-cpu-timers.c450 struct list_head *head, *listpos; in arm_timer() local
464 listpos = head; in arm_timer()
468 listpos = &next->entry; in arm_timer()
470 list_add(&nt->entry, listpos); in arm_timer()
472 if (listpos == head) { in arm_timer()