Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch19 -bool bpf_map_write_active(const struct bpf_map *map)
116 - if (bpf_map_write_active(map)) {
187 - !bpf_map_write_active(map);
Dinclude.patch851 -bool bpf_map_write_active(const struct bpf_map *map);
/kernel/linux/linux-5.10/include/linux/
Dbpf.h1336 bool bpf_map_write_active(const struct bpf_map *map);
/kernel/linux/linux-5.10/kernel/bpf/
Dsyscall.c141 bool bpf_map_write_active(const struct bpf_map *map) in bpf_map_write_active() function
1572 if (bpf_map_write_active(map)) { in map_freeze()
Dverifier.c3542 !bpf_map_write_active(map); in bpf_map_is_rdonly()