Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dposix-cpu-timers.c453 struct list_head *head, *listpos; in arm_timer() local
467 listpos = head; in arm_timer()
471 listpos = &next->entry; in arm_timer()
473 list_add(&nt->entry, listpos); in arm_timer()
475 if (listpos == head) { in arm_timer()