Searched defs:smap (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | bpf_local_storage.c | 21 select_bucket(struct bpf_local_storage_map *smap, in select_bucket() 27 static int mem_charge(struct bpf_local_storage_map *smap, void *owner, u32 size) in mem_charge() 37 static void mem_uncharge(struct bpf_local_storage_map *smap, void *owner, in mem_uncharge() 47 owner_storage(struct bpf_local_storage_map *smap, void *owner) in owner_storage() 70 bpf_selem_alloc(struct bpf_local_storage_map *smap, void *owner, in bpf_selem_alloc() 129 struct bpf_local_storage_map *smap; in bpf_selem_free_trace_rcu() local 147 struct bpf_local_storage_map *smap; in bpf_selem_free() local 176 struct bpf_local_storage_map *smap, in bpf_selem_unlink_storage_nolock_misc() 213 struct bpf_local_storage_map *smap; in bpf_selem_unlink_storage_nolock() local 234 struct bpf_local_storage_map *smap; in bpf_selem_link_storage_nolock() local [all …]
|
| /linux/tools/testing/selftests/mm/ |
| H A D | map_populate.c | 35 static void parent_f(int sock, unsigned long *smap, int child) in parent_f() 56 static int child_f(int sock, unsigned long *smap, int fd) in child_f() 83 unsigned long *smap; in main() local
|
| /linux/net/core/ |
| H A D | bpf_sk_storage.c | 24 struct bpf_local_storage_map *smap; in bpf_sk_storage_lookup() local 135 struct bpf_local_storage_map *smap, in bpf_sk_storage_clone_elem() 171 struct bpf_local_storage_map *smap; in bpf_sk_storage_clone() local 281 static int bpf_sk_storage_charge(struct bpf_local_storage_map *smap, in bpf_sk_storage_charge() 298 static void bpf_sk_storage_uncharge(struct bpf_local_storage_map *smap, in bpf_sk_storage_uncharge() 534 static int diag_get(struct bpf_local_storage_map *smap, in diag_get() 578 struct bpf_local_storage_map *smap; in bpf_sk_storage_diag_put_all() local 707 struct bpf_local_storage_map *smap; in bpf_sk_storage_map_seq_find_next() local
|
| /linux/include/linux/ |
| H A D | bpf_local_storage.h | 66 struct bpf_local_storage_map __rcu *smap; member 145 struct bpf_local_storage_map *smap, in bpf_local_storage_lookup()
|
| /linux/fs/btrfs/ |
| H A D | volumes.c | 6875 const struct btrfs_io_stripe *smap, in is_single_device_io() 7063 struct btrfs_io_stripe *smap, int *mirror_num_ret) in btrfs_map_block() 8797 struct btrfs_io_stripe *smap, in map_raid56_repair_block() 8832 struct btrfs_io_stripe *smap, u64 logical, in btrfs_map_repair_block()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 5071 bool smep, smap, is_user; in svm_check_emulate_instruction() local
|