Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Dbpf_sk_storage.c62 struct bpf_sk_storage_map __rcu *smap; member
93 static struct bucket *select_bucket(struct bpf_sk_storage_map *smap, in select_bucket()
121 static struct bpf_sk_storage_elem *selem_alloc(struct bpf_sk_storage_map *smap, in selem_alloc()
151 struct bpf_sk_storage_map *smap; in __selem_unlink_sk() local
224 struct bpf_sk_storage_map *smap; in selem_unlink_map() local
239 static void selem_link_map(struct bpf_sk_storage_map *smap, in selem_link_map()
262 struct bpf_sk_storage_map *smap, in __sk_storage_lookup()
302 struct bpf_sk_storage_map *smap; in sk_storage_lookup() local
327 struct bpf_sk_storage_map *smap, in sk_storage_alloc()
395 struct bpf_sk_storage_map *smap; in sk_storage_update() local
[all …]
/Linux-v5.4/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.4/kernel/bpf/
Dstackmap.c61 static int prealloc_elems_and_freelist(struct bpf_stack_map *smap) in prealloc_elems_and_freelist()
88 struct bpf_stack_map *smap; in stack_map_alloc() local
348 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in BPF_CALL_3() local
521 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in bpf_stackmap_copy() local
545 struct bpf_stack_map *smap = container_of(map, in stack_map_get_next_key() local
580 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_delete_elem() local
599 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_free() local
/Linux-v5.4/fs/nilfs2/
Dpage.c242 struct address_space *smap) in nilfs_copy_dirty_pages()
296 struct address_space *smap) in nilfs_copy_back_pages()
/Linux-v5.4/arch/x86/kvm/
Dmmu.h176 unsigned long smap = (cpl - 3) & (rflags & X86_EFLAGS_AC); in permission_fault() local
Dsvm.c7112 bool smap = cr4 & X86_CR4_SMAP; in svm_need_emulation_on_page_fault() local
/Linux-v5.4/fs/ocfs2/dlm/
Ddlmdomain.c51 static inline void byte_copymap(u8 dmap[], unsigned long smap[], in byte_copymap()