Searched defs:smap (Results 1 - 15 of 15) sorted by relevance

/linux-master/tools/testing/selftests/mm/
H A Dmap_populate.c33 static void parent_f(int sock, unsigned long *smap, int child) argument
54 static int child_f(int sock, unsigned long *smap, int fd) argument
81 unsigned long *smap; local
[all...]
/linux-master/kernel/bpf/
H A Dbpf_inode_storage.c41 struct bpf_local_storage_map *smap; local
H A Dbpf_cgrp_storage.c67 struct bpf_local_storage_map *smap; local
H A Dbpf_task_storage.c61 struct bpf_local_storage_map *smap; local
H A Dbpf_local_storage.c21 select_bucket(struct bpf_local_storage_map *smap, argument
27 static int mem_charge(struct bpf_local_storage_map *smap, void *owner, u32 size) argument
37 static void mem_uncharge(struct bpf_local_storage_map *smap, void *owner, argument
47 owner_storage(struct bpf_local_storage_map *smap, voi argument
75 bpf_selem_alloc(struct bpf_local_storage_map *smap, void *owner, void *value, bool charge_mem, gfp_t gfp_flags) argument
156 bpf_local_storage_free(struct bpf_local_storage *local_storage, struct bpf_local_storage_map *smap, bool bpf_ma, bool reuse_now) argument
225 bpf_selem_free(struct bpf_local_storage_elem *selem, struct bpf_local_storage_map *smap, bool reuse_now) argument
257 struct bpf_local_storage_map *smap; local
379 struct bpf_local_storage_map *smap; local
395 bpf_selem_link_map(struct bpf_local_storage_map *smap, struct bpf_local_storage_elem *selem) argument
417 __bpf_local_storage_insert_cache(struct bpf_local_storage *local_storage, struct bpf_local_storage_map *smap, struct bpf_local_storage_elem *selem) argument
448 bpf_local_storage_alloc(void *owner, struct bpf_local_storage_map *smap, struct bpf_local_storage_elem *first_selem, gfp_t gfp_flags) argument
526 bpf_local_storage_update(void *owner, struct bpf_local_storage_map *smap, void *value, u64 map_flags, gfp_t gfp_flags) argument
747 struct bpf_local_storage_map *smap = (struct bpf_local_storage_map *)map; local
770 struct bpf_local_storage_map *smap; local
828 struct bpf_local_storage_map *smap; local
[all...]
H A Dstackmap.c45 static int prealloc_elems_and_freelist(struct bpf_stack_map *smap) argument
73 struct bpf_stack_map *smap; local
216 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); local
580 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); local
604 struct bpf_stack_map *smap = container_of(map, local
639 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); local
658 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); local
668 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); local
[all...]
/linux-master/include/linux/
H A Dbpf_local_storage.h71 struct bpf_local_storage_map __rcu *smap; member in struct:bpf_local_storage_data
90 struct bpf_local_storage_map __rcu *smap; member in struct:bpf_local_storage
137 bpf_local_storage_lookup(struct bpf_local_storage *local_storage, struct bpf_local_storage_map *smap, bool cacheit_lockit) argument
[all...]
/linux-master/fs/nilfs2/
H A Dpage.c243 nilfs_copy_dirty_pages(struct address_space *dmap, struct address_space *smap) argument
298 nilfs_copy_back_pages(struct address_space *dmap, struct address_space *smap) argument
[all...]
/linux-master/net/core/
H A Dbpf_sk_storage.c24 struct bpf_local_storage_map *smap; local
171 struct bpf_local_storage_map *smap; local
134 bpf_sk_storage_clone_elem(struct sock *newsk, struct bpf_local_storage_map *smap, struct bpf_local_storage_elem *selem) argument
275 bpf_sk_storage_charge(struct bpf_local_storage_map *smap, void *owner, u32 size) argument
292 bpf_sk_storage_uncharge(struct bpf_local_storage_map *smap, void *owner, u32 size) argument
548 struct bpf_local_storage_map *smap; local
589 struct bpf_local_storage_map *smap; local
716 struct bpf_local_storage_map *smap; local
[all...]
/linux-master/fs/btrfs/
H A Dbio.c549 struct btrfs_io_stripe smap; member in struct:async_submit_bio
505 __btrfs_submit_bio(struct bio *bio, struct btrfs_io_context *bioc, struct btrfs_io_stripe *smap, int mirror_num) argument
646 btrfs_wq_submit_bio(struct btrfs_bio *bbio, struct btrfs_io_context *bioc, struct btrfs_io_stripe *smap, int mirror_num) argument
678 struct btrfs_io_stripe smap; local
788 struct btrfs_io_stripe smap = { 0 }; local
849 struct btrfs_io_stripe smap = { 0 }; local
[all...]
H A Dvolumes.c6444 is_single_device_io(struct btrfs_fs_info *fs_info, const struct btrfs_io_stripe *smap, const struct btrfs_chunk_map *map, int num_alloc_stripes, enum btrfs_map_op op, int mirror_num) argument
6630 btrfs_map_block(struct btrfs_fs_info *fs_info, enum btrfs_map_op op, u64 logical, u64 *length, struct btrfs_io_context **bioc_ret, struct btrfs_io_stripe *smap, int *mirror_num_ret) argument
8318 map_raid56_repair_block(struct btrfs_io_context *bioc, struct btrfs_io_stripe *smap, u64 logical) argument
8353 btrfs_map_repair_block(struct btrfs_fs_info *fs_info, struct btrfs_io_stripe *smap, u64 logical, u32 length, int mirror_num) argument
[all...]
/linux-master/fs/xfs/
H A Dxfs_reflink.c1158 struct xfs_bmbt_irec smap; local
[all...]
/linux-master/fs/ocfs2/dlm/
H A Ddlmdomain.c49 static inline void byte_copymap(u8 dmap[], unsigned long smap[], argument
/linux-master/fs/
H A Ddax.c1990 const struct iomap *smap = &it_src->iomap; local
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c4728 bool smep, smap, is_user; local

Completed in 199 milliseconds