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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dprocess.c33 static struct kmem_cache *thread_info_cache; variable in typeref:struct:kmem_cache
39 ti = kmem_cache_alloc(thread_info_cache, GFP_KERNEL);
51 kmem_cache_free(thread_info_cache, ti);
56 thread_info_cache = kmem_cache_create("thread_info", THREAD_SIZE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprocess.c1190 static struct kmem_cache *thread_info_cache; variable in typeref:struct:kmem_cache
1196 ti = kmem_cache_alloc(thread_info_cache, GFP_KERNEL);
1207 kmem_cache_free(thread_info_cache, ti);
1212 thread_info_cache = kmem_cache_create("thread_info", THREAD_SIZE,
1214 BUG_ON(thread_info_cache == NULL);

Completed in 103 milliseconds