Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/time/
Dposix-timers.c118 static struct k_itimer *__posix_timers_find(struct hlist_head *head, in __posix_timers_find() function
137 return __posix_timers_find(head, sig, id); in posix_timer_by_id()
150 if (!__posix_timers_find(head, sig, sig->posix_timer_id)) { in posix_timer_add()