Searched defs:smap (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/net/core/ | 
| D | bpf_sk_storage.c | 62 	struct bpf_sk_storage_map __rcu *smap;  member93 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/ | 
| D | map_populate.c | 33 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/ | 
| D | stackmap.c | 61 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/ | 
| D | page.c | 242 			   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/ | 
| D | mmu.h | 176 	unsigned long smap = (cpl - 3) & (rflags & X86_EFLAGS_AC);  in permission_fault()  local
 | 
| D | svm.c | 7112 	bool smap = cr4 & X86_CR4_SMAP;  in svm_need_emulation_on_page_fault()  local
 | 
| /Linux-v5.4/fs/ocfs2/dlm/ | 
| D | dlmdomain.c | 51 static inline void byte_copymap(u8 dmap[], unsigned long smap[],  in byte_copymap()
 |