Home
last modified time | relevance | path

Searched defs:smap (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.15/kernel/bpf/
Dbpf_local_storage.c18 select_bucket(struct bpf_local_storage_map *smap, in select_bucket()
24 static int mem_charge(struct bpf_local_storage_map *smap, void *owner, u32 size) in mem_charge()
34 static void mem_uncharge(struct bpf_local_storage_map *smap, void *owner, in mem_uncharge()
44 owner_storage(struct bpf_local_storage_map *smap, void *owner) in owner_storage()
62 bpf_selem_alloc(struct bpf_local_storage_map *smap, void *owner, in bpf_selem_alloc()
92 struct bpf_local_storage_map *smap; in bpf_selem_unlink_storage_nolock() local
169 struct bpf_local_storage_map *smap; in bpf_selem_unlink_map() local
185 void bpf_selem_link_map(struct bpf_local_storage_map *smap, in bpf_selem_link_map()
209 struct bpf_local_storage_map *smap, in bpf_local_storage_lookup()
262 struct bpf_local_storage_map *smap, in bpf_local_storage_alloc()
[all …]
Dstackmap.c64 static int prealloc_elems_and_freelist(struct bpf_stack_map *smap) in prealloc_elems_and_freelist()
92 struct bpf_stack_map *smap; in stack_map_alloc() local
262 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in __bpf_get_stackid() local
623 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in bpf_stackmap_copy() local
647 struct bpf_stack_map *smap = container_of(map, in stack_map_get_next_key() local
682 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_delete_elem() local
701 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_free() local
Dbpf_inode_storage.c40 struct bpf_local_storage_map *smap; in inode_storage_lookup() local
224 struct bpf_local_storage_map *smap; in inode_storage_map_alloc() local
236 struct bpf_local_storage_map *smap; in inode_storage_map_free() local
Dbpf_task_storage.c60 struct bpf_local_storage_map *smap; in task_storage_lookup() local
285 struct bpf_local_storage_map *smap; in task_storage_map_alloc() local
297 struct bpf_local_storage_map *smap; in task_storage_map_free() local
/Linux-v5.15/tools/testing/selftests/vm/
Dmap_populate.c33 static int parent_f(int sock, unsigned long *smap, int child) in parent_f()
53 static int child_f(int sock, unsigned long *smap, int fd) in child_f()
79 unsigned long *smap; in main() local
/Linux-v5.15/net/core/
Dbpf_sk_storage.c23 struct bpf_local_storage_map *smap; in bpf_sk_storage_lookup() local
88 struct bpf_local_storage_map *smap; in bpf_sk_storage_map_free() local
97 struct bpf_local_storage_map *smap; in bpf_sk_storage_map_alloc() local
168 struct bpf_local_storage_map *smap, in bpf_sk_storage_clone_elem()
204 struct bpf_local_storage_map *smap; in bpf_sk_storage_clone() local
305 static int bpf_sk_storage_charge(struct bpf_local_storage_map *smap, in bpf_sk_storage_charge()
320 static void bpf_sk_storage_uncharge(struct bpf_local_storage_map *smap, in bpf_sk_storage_uncharge()
568 struct bpf_local_storage_map *smap; in diag_get() local
609 struct bpf_local_storage_map *smap; in bpf_sk_storage_diag_put_all() local
736 struct bpf_local_storage_map *smap; in bpf_sk_storage_map_seq_find_next() local
/Linux-v5.15/fs/nilfs2/
Dpage.c241 struct address_space *smap) in nilfs_copy_dirty_pages()
295 struct address_space *smap) in nilfs_copy_back_pages()
/Linux-v5.15/include/linux/
Dbpf_local_storage.h63 struct bpf_local_storage_map __rcu *smap; member
/Linux-v5.15/arch/x86/kvm/
Dmmu.h196 unsigned long smap = (cpl - 3) & (rflags & X86_EFLAGS_AC); in permission_fault() local
/Linux-v5.15/fs/xfs/
Dxfs_reflink.c991 struct xfs_bmbt_irec smap; in xfs_reflink_remap_extent() local
/Linux-v5.15/fs/ocfs2/dlm/
Ddlmdomain.c49 static inline void byte_copymap(u8 dmap[], unsigned long smap[], in byte_copymap()
/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.c4405 bool smep, smap, is_user; in svm_can_emulate_instruction() local