Home
last modified time | relevance | path

Searched refs:check_and_init_map_lock (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/kernel/bpf/
Dlocal_storage.c162 check_and_init_map_lock(map, new->data); in cgroup_storage_update_elem()
506 check_and_init_map_lock(map, storage->buf->data); in bpf_cgroup_storage_alloc()
Dhashtab.c764 check_and_init_map_lock(&htab->map, in alloc_htab_elem()
Dsyscall.c835 check_and_init_map_lock(map, value); in map_lookup_elem()
/Linux-v5.4/include/linux/
Dbpf.h113 static inline void check_and_init_map_lock(struct bpf_map *map, void *dst) in check_and_init_map_lock() function