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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 127 milliseconds