Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dlocal_storage.c176 check_and_init_map_lock(map, new->data); in cgroup_storage_update_elem()
526 check_and_init_map_lock(map, storage->buf->data); in bpf_cgroup_storage_alloc()
H A Dhashtab.c900 check_and_init_map_lock(&htab->map, in alloc_htab_elem()
1505 check_and_init_map_lock(map, dst_val); in __htab_map_lookup_and_delete_batch()
H A Dsyscall.c277 check_and_init_map_lock(map, value); in bpf_map_copy_value()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h195 static inline void check_and_init_map_lock(struct bpf_map *map, void *dst) in check_and_init_map_lock() function