Home
last modified time | relevance | path

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

/linux-5.10/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()
91 struct bpf_local_storage_map *smap; in bpf_selem_unlink_storage_nolock() local
167 struct bpf_local_storage_map *smap; in bpf_selem_unlink_map() local
182 void bpf_selem_link_map(struct bpf_local_storage_map *smap, in bpf_selem_link_map()
205 struct bpf_local_storage_map *smap, in bpf_local_storage_lookup()
256 struct bpf_local_storage_map *smap, in bpf_local_storage_alloc()
[all …]
Dbpf_inode_storage.c40 struct bpf_local_storage_map *smap; in inode_storage_lookup() local
217 struct bpf_local_storage_map *smap; in inode_storage_map_alloc() local
229 struct bpf_local_storage_map *smap; in inode_storage_map_free() local
Dstackmap.c65 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
398 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in __bpf_get_stackid() local
753 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in bpf_stackmap_copy() local
777 struct bpf_stack_map *smap = container_of(map, in stack_map_get_next_key() local
812 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_delete_elem() local
831 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_free() local
/linux-5.10/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-5.10/net/core/
Dbpf_sk_storage.c34 struct bpf_local_storage_map *smap; in sk_storage_lookup() local
99 struct bpf_local_storage_map *smap; in sk_storage_map_free() local
108 struct bpf_local_storage_map *smap; in sk_storage_map_alloc() local
179 struct bpf_local_storage_map *smap, in bpf_sk_storage_clone_elem()
215 struct bpf_local_storage_map *smap; in bpf_sk_storage_clone() local
316 static int sk_storage_charge(struct bpf_local_storage_map *smap, in sk_storage_charge()
322 static void sk_storage_uncharge(struct bpf_local_storage_map *smap, in sk_storage_uncharge()
497 struct bpf_local_storage_map *smap; in diag_get() local
538 struct bpf_local_storage_map *smap; in bpf_sk_storage_diag_put_all() local
665 struct bpf_local_storage_map *smap; in bpf_sk_storage_map_seq_find_next() local
/linux-5.10/fs/nilfs2/
Dpage.c241 struct address_space *smap) in nilfs_copy_dirty_pages()
295 struct address_space *smap) in nilfs_copy_back_pages()
/linux-5.10/include/linux/
Dbpf_local_storage.h63 struct bpf_local_storage_map __rcu *smap; member
/linux-5.10/arch/x86/kvm/
Dmmu.h186 unsigned long smap = (cpl - 3) & (rflags & X86_EFLAGS_AC); in permission_fault() local
/linux-5.10/fs/xfs/
Dxfs_reflink.c996 struct xfs_bmbt_irec smap; in xfs_reflink_remap_extent() local
/linux-5.10/fs/ocfs2/dlm/
Ddlmdomain.c51 static inline void byte_copymap(u8 dmap[], unsigned long smap[], in byte_copymap()
/linux-5.10/arch/x86/kvm/svm/
Dsvm.c4085 bool smep, smap, is_user; in svm_can_emulate_instruction() local