Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/time/
Dposix-timers.c38 static struct kmem_cache *posix_timers_cache; variable
225 posix_timers_cache = kmem_cache_create("posix_timers_cache", in init_posix_timers()
403 struct k_itimer *tmr = kmem_cache_zalloc(posix_timers_cache, GFP_KERNEL); in alloc_posix_timer()
408 kmem_cache_free(posix_timers_cache, tmr); in alloc_posix_timer()
419 kmem_cache_free(posix_timers_cache, tmr); in k_itimer_rcu_free()