Home
last modified time | relevance | path

Searched refs:size (Results 5626 - 5650 of 43715) sorted by relevance

1...<<221222223224225226227228229230>>...1749

/kernel/linux/linux-5.10/fs/ext4/
H A Dxattr_trusted.c25 const char *name, void *buffer, size_t size) in ext4_xattr_trusted_get()
28 name, buffer, size); in ext4_xattr_trusted_get()
35 size_t size, int flags) in ext4_xattr_trusted_set()
38 name, value, size, flags); in ext4_xattr_trusted_set()
23 ext4_xattr_trusted_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) ext4_xattr_trusted_get() argument
32 ext4_xattr_trusted_set(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) ext4_xattr_trusted_set() argument
/kernel/linux/linux-5.10/include/sound/
H A Dutil_mem.h16 unsigned int size; /* size of this block */ member
27 unsigned int size; /* size of whole data */ member
30 unsigned int used; /* used memory size */
31 int block_extra_size; /* extra data size of chunk */
40 struct snd_util_memblk *snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size);
45 struct snd_util_memblk *__snd_util_mem_alloc(struct snd_util_memhdr *hdr, int size);
/kernel/linux/linux-5.10/fs/btrfs/
H A Dxattr.h14 void *buffer, size_t size);
16 const char *name, const void *value, size_t size, int flags);
18 const void *value, size_t size, int flags);
19 ssize_t btrfs_listxattr(struct dentry *dentry, char *buffer, size_t size);
/kernel/linux/linux-5.10/fs/ext2/
H A Dxattr_trusted.c21 const char *name, void *buffer, size_t size) in ext2_xattr_trusted_get()
24 buffer, size); in ext2_xattr_trusted_get()
31 size_t size, int flags) in ext2_xattr_trusted_set()
34 value, size, flags); in ext2_xattr_trusted_set()
19 ext2_xattr_trusted_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) ext2_xattr_trusted_get() argument
28 ext2_xattr_trusted_set(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) ext2_xattr_trusted_set() argument
/kernel/linux/linux-5.10/lib/
H A Diommu-helper.c9 unsigned long iommu_area_alloc(unsigned long *map, unsigned long size, in iommu_area_alloc() argument
17 size -= 1; in iommu_area_alloc()
19 index = bitmap_find_next_zero_area(map, size, start, nr, align_mask); in iommu_area_alloc()
20 if (index < size) { in iommu_area_alloc()
/kernel/linux/linux-5.10/net/ceph/
H A Dsnapshot.c31 size_t size; in ceph_create_snap_context() local
33 size = sizeof (struct ceph_snap_context); in ceph_create_snap_context()
34 size += snap_count * sizeof (snapc->snaps[0]); in ceph_create_snap_context()
35 snapc = kzalloc(size, gfp_flags); in ceph_create_snap_context()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H A Dmem.h10 u64 size; member
14 int type, u8 page, u64 size, void *argv, u32 argc,
17 u8 page, u64 size, void *argv, u32 argc, struct nvif_mem *);
20 int nvif_mem_ctor_map(struct nvif_mmu *, const char *name, u8 type, u64 size,
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/
H A Denum.c42 nvkm_snprintbf(char *data, int size, const struct nvkm_bitfield *bf, u32 value) in nvkm_snprintbf() argument
45 while (size >= 1 && bf->name) { in nvkm_snprintbf()
47 int this = snprintf(data, size, "%s%s", in nvkm_snprintbf()
49 size -= this; in nvkm_snprintbf()
/kernel/linux/linux-5.10/include/linux/
H A Dkcore.h22 size_t size; member
29 unsigned long long size; member
36 unsigned int size; /* Size of the buffer */ member
45 void kclist_add(struct kcore_list *new, void *addr, size_t size, int type) in kclist_add() argument
H A Dbsearch.h8 void *__inline_bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp) in __inline_bsearch() argument
14 pivot = base + (num >> 1) * size; in __inline_bsearch()
21 base = pivot + size; in __inline_bsearch()
30 extern void *bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp);
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/crop/crop_1.0/
H A Dia_css_crop.host.c33 unsigned int size) in ia_css_crop_encode()
35 (void)size; in ia_css_crop_encode()
43 unsigned int size) in ia_css_crop_config()
47 (void)size; in ia_css_crop_config()
30 ia_css_crop_encode( struct sh_css_isp_crop_isp_params *to, const struct ia_css_crop_config *from, unsigned int size) ia_css_crop_encode() argument
40 ia_css_crop_config( struct sh_css_isp_crop_isp_config *to, const struct ia_css_crop_configuration *from, unsigned int size) ia_css_crop_config() argument
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/
H A Dia_css_output.host.h31 unsigned int size);
37 unsigned int size);
43 unsigned int size);
49 unsigned int size);
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_1.0/
H A Dia_css_xnr.host.c32 unsigned int size) in ia_css_xnr_table_vamem_encode()
34 (void)size; in ia_css_xnr_table_vamem_encode()
42 unsigned int size) in ia_css_xnr_encode()
44 (void)size; in ia_css_xnr_encode()
29 ia_css_xnr_table_vamem_encode( struct sh_css_isp_xnr_vamem_params *to, const struct ia_css_xnr_table *from, unsigned int size) ia_css_xnr_table_vamem_encode() argument
39 ia_css_xnr_encode( struct sh_css_isp_xnr_params *to, const struct ia_css_xnr_config *from, unsigned int size) ia_css_xnr_encode() argument
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Dsh_css_host_data.c20 struct ia_css_host_data *ia_css_host_data_allocate(size_t size) in ia_css_host_data_allocate() argument
27 me->size = (uint32_t)size; in ia_css_host_data_allocate()
28 me->address = kvmalloc(size, GFP_KERNEL); in ia_css_host_data_allocate()
/kernel/linux/linux-6.6/fs/ext2/
H A Dxattr_trusted.c21 const char *name, void *buffer, size_t size) in ext2_xattr_trusted_get()
24 buffer, size); in ext2_xattr_trusted_get()
32 size_t size, int flags) in ext2_xattr_trusted_set()
35 value, size, flags); in ext2_xattr_trusted_set()
19 ext2_xattr_trusted_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) ext2_xattr_trusted_get() argument
28 ext2_xattr_trusted_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) ext2_xattr_trusted_set() argument
/kernel/linux/linux-6.6/fs/ext4/
H A Dxattr_trusted.c25 const char *name, void *buffer, size_t size) in ext4_xattr_trusted_get()
28 name, buffer, size); in ext4_xattr_trusted_get()
36 size_t size, int flags) in ext4_xattr_trusted_set()
39 name, value, size, flags); in ext4_xattr_trusted_set()
23 ext4_xattr_trusted_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) ext4_xattr_trusted_get() argument
32 ext4_xattr_trusted_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *value, size_t size, int flags) ext4_xattr_trusted_set() argument
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dxattr_trusted.c17 const char *name, void *buffer, size_t size) in hfsplus_trusted_getxattr()
19 return hfsplus_getxattr(inode, name, buffer, size, in hfsplus_trusted_getxattr()
28 size_t size, int flags) in hfsplus_trusted_setxattr()
30 return hfsplus_setxattr(inode, name, buffer, size, flags, in hfsplus_trusted_setxattr()
15 hfsplus_trusted_getxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) hfsplus_trusted_getxattr() argument
24 hfsplus_trusted_setxattr(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) hfsplus_trusted_setxattr() argument
H A Dxattr_user.c17 const char *name, void *buffer, size_t size) in hfsplus_user_getxattr()
20 return hfsplus_getxattr(inode, name, buffer, size, in hfsplus_user_getxattr()
28 size_t size, int flags) in hfsplus_user_setxattr()
30 return hfsplus_setxattr(inode, name, buffer, size, flags, in hfsplus_user_setxattr()
15 hfsplus_user_getxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) hfsplus_user_getxattr() argument
24 hfsplus_user_setxattr(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) hfsplus_user_setxattr() argument
/kernel/linux/linux-6.6/include/linux/
H A Daperture.h14 resource_size_t size);
16 int aperture_remove_conflicting_devices(resource_size_t base, resource_size_t size,
25 resource_size_t size) in devm_aperture_acquire_for_platform_device()
30 static inline int aperture_remove_conflicting_devices(resource_size_t base, resource_size_t size, in aperture_remove_conflicting_devices() argument
23 devm_aperture_acquire_for_platform_device(struct platform_device *pdev, resource_size_t base, resource_size_t size) devm_aperture_acquire_for_platform_device() argument
H A Dbsearch.h8 void *__inline_bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp) in __inline_bsearch() argument
14 pivot = base + (num >> 1) * size; in __inline_bsearch()
21 base = pivot + size; in __inline_bsearch()
30 extern void *bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp);
H A Dkcore.h19 size_t size; member
26 unsigned long long size; member
33 unsigned int size; /* Size of the buffer */ member
42 void kclist_add(struct kcore_list *new, void *addr, size_t size, int type) in kclist_add() argument
H A Dsyscall_user_dispatch.h25 int syscall_user_dispatch_get_config(struct task_struct *task, unsigned long size,
28 int syscall_user_dispatch_set_config(struct task_struct *task, unsigned long size,
45 unsigned long size, void __user *data) in syscall_user_dispatch_get_config()
51 unsigned long size, void __user *data) in syscall_user_dispatch_set_config()
44 syscall_user_dispatch_get_config(struct task_struct *task, unsigned long size, void __user *data) syscall_user_dispatch_get_config() argument
50 syscall_user_dispatch_set_config(struct task_struct *task, unsigned long size, void __user *data) syscall_user_dispatch_set_config() argument
/kernel/linux/linux-6.6/fs/btrfs/
H A Dxattr.h14 void *buffer, size_t size);
16 const char *name, const void *value, size_t size, int flags);
18 const void *value, size_t size, int flags);
19 ssize_t btrfs_listxattr(struct dentry *dentry, char *buffer, size_t size);
/kernel/linux/linux-6.6/fs/jffs2/
H A Dxattr_user.c21 const char *name, void *buffer, size_t size) in jffs2_user_getxattr()
24 name, buffer, size); in jffs2_user_getxattr()
31 size_t size, int flags) in jffs2_user_setxattr()
34 name, buffer, size, flags); in jffs2_user_setxattr()
19 jffs2_user_getxattr(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) jffs2_user_getxattr() argument
27 jffs2_user_setxattr(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) jffs2_user_setxattr() argument
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/
H A Dia_css_output.host.h31 unsigned int size);
35 unsigned int size);
39 unsigned int size);
43 unsigned int size);

Completed in 17 milliseconds

1...<<221222223224225226227228229230>>...1749