Searched defs:percpu (Results 1 – 8 of 8) sorted by relevance
/kernel/bpf/ |
D | memalloc.c | 254 static void free_one(void *obj, bool percpu) in free_one() 265 static int free_all(struct llist_node *llnode, bool percpu) in free_all() 496 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu) in bpf_mem_alloc_init() 564 bool percpu = !!c->percpu_size; in drain_mem_cache() local
|
D | bpf_lru_list.h | 62 bool percpu; member
|
D | arraymap.c | 54 bool percpu = attr->map_type == BPF_MAP_TYPE_PERCPU_ARRAY; in array_map_alloc_check() local 82 bool percpu = attr->map_type == BPF_MAP_TYPE_PERCPU_ARRAY; in array_map_alloc() local 727 bool percpu = map->map_type == BPF_MAP_TYPE_PERCPU_ARRAY; in array_map_mem_usage() local
|
D | hashtab.c | 412 bool percpu = (attr->map_type == BPF_MAP_TYPE_PERCPU_HASH || in htab_map_alloc_check() local 467 bool percpu = (attr->map_type == BPF_MAP_TYPE_PERCPU_HASH || in htab_map_alloc() local 999 bool percpu, bool onallcpus, in alloc_htab_elem() 2221 bool percpu = htab_is_percpu(htab); in htab_map_mem_usage() local
|
D | bpf_lru_list.c | 651 int bpf_lru_init(struct bpf_lru *lru, bool percpu, u32 hash_offset, in bpf_lru_init()
|
D | verifier.c | 17369 bool percpu = false; in check_pseudo_btf_id() local
|
/kernel/locking/ |
D | spinlock_rt.c | 134 struct lock_class_key *key, bool percpu) in __rt_spin_lock_init()
|
/kernel/sched/ |
D | cpuacct.c | 213 u64 percpu; in __cpuacct_percpu_seq_show() local
|