Searched defs:percpu (Results 1 – 9 of 9) sorted by relevance
/kernel/bpf/ |
A D | memalloc.c | 255 static void free_one(void *obj, bool percpu) in free_one() 263 static int free_all(struct llist_node *llnode, bool percpu) in free_all() 509 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu) in bpf_mem_alloc_init() 629 bool percpu = !!c->percpu_size; in drain_mem_cache() local 1008 int bpf_mem_alloc_check_size(bool percpu, size_t size) in bpf_mem_alloc_check_size()
|
A D | bpf_lru_list.h | 63 bool percpu; member
|
A D | hashtab.c | 411 bool percpu = (attr->map_type == BPF_MAP_TYPE_PERCPU_HASH || in htab_map_alloc_check() local 469 bool percpu = (attr->map_type == BPF_MAP_TYPE_PERCPU_HASH || in htab_map_alloc() local 986 bool percpu, bool onallcpus, in alloc_htab_elem() 1255 bool percpu, bool onallcpus) in htab_map_update_elem_in_place() 2218 bool percpu = htab_is_percpu(htab); in htab_map_mem_usage() local
|
A D | arraymap.c | 54 bool percpu = attr->map_type == BPF_MAP_TYPE_PERCPU_ARRAY; in array_map_alloc_check() local 85 bool percpu = attr->map_type == BPF_MAP_TYPE_PERCPU_ARRAY; in array_map_alloc() local 760 bool percpu = map->map_type == BPF_MAP_TYPE_PERCPU_ARRAY; in array_map_mem_usage() local
|
A D | bpf_lru_list.c | 654 int bpf_lru_init(struct bpf_lru *lru, bool percpu, u32 hash_offset, in bpf_lru_init()
|
A D | helpers.c | 2197 void __bpf_obj_drop_impl(void *p, const struct btf_record *rec, bool percpu) in __bpf_obj_drop_impl()
|
A D | verifier.c | 20227 bool percpu = false; in __check_pseudo_btf_id() local
|
/kernel/locking/ |
A D | spinlock_rt.c | 136 struct lock_class_key *key, bool percpu) in __rt_spin_lock_init()
|
/kernel/sched/ |
A D | cpuacct.c | 215 u64 percpu; in __cpuacct_percpu_seq_show() local
|
Completed in 71 milliseconds