Symbol: napi_alloc_cache
net/core/skbuff.c
1468
struct napi_alloc_cache *nc = this_cpu_ptr(&napi_alloc_cache);
net/core/skbuff.c
1473
local_lock_nested_bh(&napi_alloc_cache.bh_lock);
net/core/skbuff.c
1488
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
382
local_unlock_nested_bh(&napi_alloc_cache.bh_lock);
net/core/skbuff.c
792
local_lock_nested_bh(&napi_alloc_cache.bh_lock);
net/core/skbuff.c
794
nc = this_cpu_ptr(&napi_alloc_cache.page);
net/core/skbuff.c
798
local_unlock_nested_bh(&napi_alloc_cache.bh_lock);
net/core/skbuff.c
839
struct napi_alloc_cache *nc;
net/core/skbuff.c
865
local_lock_nested_bh(&napi_alloc_cache.bh_lock);
net/core/skbuff.c
866
nc = this_cpu_ptr(&napi_alloc_cache);
net/core/skbuff.c
870
local_unlock_nested_bh(&napi_alloc_cache.bh_lock);