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.c3155 static inline void *____cache_alloc(struct kmem_cache *cachep, gfp_t flags) function
3371 * However ____cache_alloc does not allow fallback
3375 ptr = ____cache_alloc(cachep, flags);
3398 objp = ____cache_alloc(cache, flags);
3415 return ____cache_alloc(cachep, flags);

Completed in 109 milliseconds