Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dposix-timers.c55 #define posix_timers_cache (__timer_data.cache) macro
427 if (unlikely(!posix_timers_cache)) in alloc_posix_timer()
430 tmr = kmem_cache_zalloc(posix_timers_cache, GFP_KERNEL); in alloc_posix_timer()
435 kmem_cache_free(posix_timers_cache, tmr); in alloc_posix_timer()
1554 posix_timers_cache = kmem_cache_create("posix_timers_cache", in posixtimer_init()