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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dposix-timers.c71 static struct kmem_cache *posix_timers_cache; variable in typeref:struct:kmem_cache
304 posix_timers_cache = kmem_cache_create("posix_timers_cache",
460 tmr = kmem_cache_zalloc(posix_timers_cache, GFP_KERNEL);
464 kmem_cache_free(posix_timers_cache, tmr);
483 kmem_cache_free(posix_timers_cache, tmr);

Completed in 107 milliseconds