Symbol: napi_alloc_cache
net/core/skbuff.c
1466
struct napi_alloc_cache *nc = this_cpu_ptr(&napi_alloc_cache);
net/core/skbuff.c
1471
local_lock_nested_bh(&napi_alloc_cache.bh_lock);
net/core/skbuff.c
1486
local_unlock_nested_bh(&napi_alloc_cache.bh_lock);
net/core/skbuff.c
239
static DEFINE_PER_CPU(struct napi_alloc_cache, napi_alloc_cache) = {
net/core/skbuff.c
245
struct napi_alloc_cache *nc = this_cpu_ptr(&napi_alloc_cache);
net/core/skbuff.c
250
local_lock_nested_bh(&napi_alloc_cache.bh_lock);
net/core/skbuff.c
253
local_unlock_nested_bh(&napi_alloc_cache.bh_lock);
net/core/skbuff.c
286
struct napi_alloc_cache *nc = this_cpu_ptr(&napi_alloc_cache);
net/core/skbuff.c
289
local_lock_nested_bh(&napi_alloc_cache.bh_lock);
net/core/skbuff.c
297
local_unlock_nested_bh(&napi_alloc_cache.bh_lock);
net/core/skbuff.c
305
local_unlock_nested_bh(&napi_alloc_cache.bh_lock);
net/core/skbuff.c
346
struct napi_alloc_cache *nc = this_cpu_ptr(&napi_alloc_cache);
net/core/skbuff.c
349
local_lock_nested_bh(&napi_alloc_cache.bh_lock);
net/core/skbuff.c
384
local_unlock_nested_bh(&napi_alloc_cache.bh_lock);
net/core/skbuff.c
794
local_lock_nested_bh(&napi_alloc_cache.bh_lock);
net/core/skbuff.c
796
nc = this_cpu_ptr(&napi_alloc_cache.page);
net/core/skbuff.c
800
local_unlock_nested_bh(&napi_alloc_cache.bh_lock);
net/core/skbuff.c
841
struct napi_alloc_cache *nc;
net/core/skbuff.c
867
local_lock_nested_bh(&napi_alloc_cache.bh_lock);
net/core/skbuff.c
868
nc = this_cpu_ptr(&napi_alloc_cache);
net/core/skbuff.c
872
local_unlock_nested_bh(&napi_alloc_cache.bh_lock);