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

/linux-master/net/core/
H A Dskbuff.c281 struct napi_alloc_cache { struct
289 static DEFINE_PER_CPU(struct napi_alloc_cache, napi_alloc_cache);
310 struct napi_alloc_cache *nc = this_cpu_ptr(&napi_alloc_cache);
330 struct napi_alloc_cache *nc;
333 nc = this_cpu_ptr(&napi_alloc_cache);
344 struct napi_alloc_cache *nc = this_cpu_ptr(&napi_alloc_cache);
749 nc = this_cpu_ptr(&napi_alloc_cache
[all...]

Completed in 100 milliseconds