Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dposix-cpu-timers.c473 struct list_head *head, *listpos; in arm_timer() local
487 listpos = head; in arm_timer()
491 listpos = &next->entry; in arm_timer()
493 list_add(&nt->entry, listpos); in arm_timer()
495 if (listpos == head) { in arm_timer()