Home
last modified time | relevance | path

Searched refs:bpf_map_write_active (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h1271 bool bpf_map_write_active(const struct bpf_map *map);
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c143 bool bpf_map_write_active(const struct bpf_map *map) in bpf_map_write_active() function
1574 if (bpf_map_write_active(map)) { in map_freeze()
H A Dverifier.c3511 !bpf_map_write_active(map); in bpf_map_is_rdonly()