Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_local_storage.c21 select_bucket(struct bpf_local_storage_map *smap, in select_bucket() argument
27 static int mem_charge(struct bpf_local_storage_map *smap, void *owner, u32 size) in mem_charge() argument
37 static void mem_uncharge(struct bpf_local_storage_map *smap, void *owner, in mem_uncharge() 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,bool swap_uptrs,gfp_t gfp_flags) bpf_selem_alloc() argument
158 bpf_local_storage_free(struct bpf_local_storage * local_storage,struct bpf_local_storage_map * smap,bool bpf_ma,bool reuse_now) bpf_local_storage_free() argument
210 struct bpf_local_storage_map *smap; bpf_selem_free_rcu() local
231 bpf_selem_free(struct bpf_local_storage_elem * selem,struct bpf_local_storage_map * smap,bool reuse_now) bpf_selem_free() argument
267 struct bpf_local_storage_map *smap; bpf_selem_free_list() local
289 struct bpf_local_storage_map *smap; bpf_selem_unlink_storage_nolock() local
414 struct bpf_local_storage_map *smap; bpf_selem_unlink_map() local
430 bpf_selem_link_map(struct bpf_local_storage_map * smap,struct bpf_local_storage_elem * selem) bpf_selem_link_map() argument
453 __bpf_local_storage_insert_cache(struct bpf_local_storage * local_storage,struct bpf_local_storage_map * smap,struct bpf_local_storage_elem * selem) __bpf_local_storage_insert_cache() argument
484 bpf_local_storage_alloc(void * owner,struct bpf_local_storage_map * smap,struct bpf_local_storage_elem * first_selem,gfp_t gfp_flags) bpf_local_storage_alloc() argument
557 bpf_local_storage_update(void * owner,struct bpf_local_storage_map * smap,void * value,u64 map_flags,bool swap_uptrs,gfp_t gfp_flags) bpf_local_storage_update() argument
777 struct bpf_local_storage_map *smap = (struct bpf_local_storage_map *)map; bpf_local_storage_map_mem_usage() local
800 struct bpf_local_storage_map *smap; bpf_local_storage_map_alloc() local
862 struct bpf_local_storage_map *smap; bpf_local_storage_map_free() local
[all...]
/linux/tools/testing/selftests/mm/
H A Dmap_populate.c35 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 Dbpf_sk_storage.c24 struct bpf_local_storage_map *smap; in bpf_sk_storage_lookup() local
173 smap in bpf_sk_storage_clone() local
136 bpf_sk_storage_clone_elem(struct sock * newsk,struct bpf_local_storage_map * smap,struct bpf_local_storage_elem * selem) bpf_sk_storage_clone_elem() argument
278 bpf_sk_storage_charge(struct bpf_local_storage_map * smap,void * owner,u32 size) bpf_sk_storage_charge() argument
295 bpf_sk_storage_uncharge(struct bpf_local_storage_map * smap,void * owner,u32 size) bpf_sk_storage_uncharge() argument
535 struct bpf_local_storage_map *smap; diag_get() local
576 struct bpf_local_storage_map *smap; bpf_sk_storage_diag_put_all() local
703 struct bpf_local_storage_map *smap; bpf_sk_storage_map_seq_find_next() local
[all...]
/linux/fs/btrfs/
H A Dbio.c479 btrfs_submit_bio(struct bio * bio,struct btrfs_io_context * bioc,struct btrfs_io_stripe * smap,int mirror_num) btrfs_submit_bio() argument
522 struct btrfs_io_stripe smap; global() member
621 btrfs_wq_submit_bio(struct btrfs_bio * bbio,struct btrfs_io_context * bioc,struct btrfs_io_stripe * smap,int mirror_num) btrfs_wq_submit_bio() argument
669 struct btrfs_io_stripe smap; btrfs_submit_chunk() local
831 struct btrfs_io_stripe smap = { 0 }; btrfs_repair_io_failure() local
891 struct btrfs_io_stripe smap = { 0 }; btrfs_submit_repair_write() local
[all...]
H A Dvolumes.c6415 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,struct btrfs_io_geometry * io_geom) is_single_device_io() argument
6603 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) btrfs_map_block() argument
8241 map_raid56_repair_block(struct btrfs_io_context * bioc,struct btrfs_io_stripe * smap,u64 logical) map_raid56_repair_block() argument
8276 btrfs_map_repair_block(struct btrfs_fs_info * fs_info,struct btrfs_io_stripe * smap,u64 logical,u32 length,int mirror_num) btrfs_map_repair_block() argument
[all...]
/linux/fs/nilfs2/
H A Dpage.c244 struct address_space *smap) in nilfs_copy_dirty_pages()
299 struct address_space *smap) in nilfs_copy_back_pages()
/linux/fs/xfs/
H A Dxfs_reflink.c1318 struct xfs_bmbt_irec smap; in xfs_reflink_remap_extent() local
H A Dxfs_iomap.c1647 struct xfs_bmbt_irec smap; in xfs_zoned_buffered_write_iomap_begin() local
/linux/fs/ocfs2/dlm/
H A Ddlmdomain.c49 static inline void byte_copymap(u8 dmap[], unsigned long smap[], in byte_copymap()
/linux/fs/
H A Ddax.c2159 const struct iomap *smap = &it_src->iomap; in dax_range_compare_iter() local
/linux/arch/x86/kvm/svm/
H A Dsvm.c4809 bool smep, smap, is_user; in svm_check_emulate_instruction() local