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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslab.c3421 __cache_alloc(struct kmem_cache *cachep, gfp_t flags, void *caller) function
3572 return __cache_alloc(cachep, flags, __builtin_return_address(0));
3586 void *ret = __cache_alloc(cache, flags, __builtin_return_address(0));
3696 return __cache_alloc(cachep, flags, caller);
3755 * We are on the slow-path here so do not use __cache_alloc

Completed in 128 milliseconds