Home
last modified time | relevance | path

Searched defs:size_t (Results 1 – 25 of 65) sorted by relevance

123

/linux/fs/
H A Dxattr.c716 size_t, usize) in SYSCALL_DEFINE6() argument
740 size_t, size, int, flags) in SYSCALL_DEFINE5() argument
747 size_t, size, int, flags) in SYSCALL_DEFINE5() argument
754 const void __user *,value, size_t, size, int, flags) in SYSCALL_DEFINE5() argument
855 const char __user *, name, struct xattr_args __user *, uargs, size_t, usize) in SYSCALL_DEFINE6() argument
880 const char __user *, name, void __user *, value, size_t, size) in SYSCALL_DEFINE4() argument
886 const char __user *, name, void __user *, value, size_t, size) in SYSCALL_DEFINE4() argument
893 void __user *, value, size_t, size) in SYSCALL_DEFINE4() argument
980 char __user *, list, size_t, size) in SYSCALL_DEFINE5() argument
986 size_t, size) in SYSCALL_DEFINE3() argument
[all …]
H A Dsignalfd.c300 size_t, sizemask, int, flags) in SYSCALL_DEFINE4() argument
312 size_t, sizemask) in SYSCALL_DEFINE3() argument
H A Dfile_attr.c375 struct file_attr __user *, ufattr, size_t, usize, in SYSCALL_DEFINE5() argument
428 struct file_attr __user *, ufattr, size_t, usize, in SYSCALL_DEFINE5() argument
H A Dread_write.c724 SYSCALL_DEFINE3(read, unsigned int, fd, char __user *, buf, size_t, count) in SYSCALL_DEFINE3() argument
749 size_t, count) in SYSCALL_DEFINE3() argument
771 size_t, count, loff_t, pos) in SYSCALL_DEFINE4() argument
778 size_t, count, compat_arg_u64_dual(pos)) in COMPAT_SYSCALL_DEFINE5() argument
801 size_t, count, loff_t, pos) in SYSCALL_DEFINE4() argument
808 size_t, count, compat_arg_u64_dual(pos)) in COMPAT_SYSCALL_DEFINE5() argument
1400 SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, off_t __user *, offset, size_t, count) in SYSCALL_DEFINE4() argument
1419 SYSCALL_DEFINE4(sendfile64, int, out_fd, int, in_fd, loff_t __user *, offset, size_t, count) in SYSCALL_DEFINE4() argument
1652 size_t, len, unsigned int, flags) in SYSCALL_DEFINE6() argument
H A Dstatfs.c200 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument
221 SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument
/linux/arch/powerpc/kernel/
H A Dsyscalls.c52 SYSCALL_DEFINE6(mmap2, unsigned long, addr, size_t, len, in SYSCALL_DEFINE6() argument
61 unsigned long, addr, size_t, len, in COMPAT_SYSCALL_DEFINE6() argument
69 SYSCALL_DEFINE6(mmap, unsigned long, addr, size_t, len, in SYSCALL_DEFINE6() argument
/linux/drivers/accel/amdxdna/
H A Daie2_message.c474 void *handle, int (*cb)(void*, void __iomem *, size_t)) in aie2_register_asyn_event_msg() argument
493 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_config_cu() argument
946 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_execbuf() argument
979 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_cmdlist_multi_execbuf() argument
1046 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_cmdlist_single_execbuf() argument
1085 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_sync_bo() argument
1121 int (*notify_cb)(void *, void __iomem *, size_t)) in aie2_config_debug_bo() argument
/linux/arch/arm64/kernel/
H A Dsys32.c71 size_t, count, u32, __pad, arg_u32p(pos)) in COMPAT_SYSCALL_DEFINE6() argument
77 const char __user *, buf, size_t, count, u32, __pad, in COMPAT_SYSCALL_DEFINE6() argument
96 arg_u32p(offset), size_t, count) in COMPAT_SYSCALL_DEFINE5() argument
/linux/scripts/kconfig/lxdialog/
H A Dtextbox.c153 int (*extra_key_cb)(int, size_t, size_t, void *), void *data) in dialog_textbox() argument
/linux/tools/testing/selftests/arm64/bti/
H A Dsystem.h13 typedef __kernel_size_t size_t; typedef
/linux/kernel/dma/
H A Dpool.c249 static struct page *__dma_alloc_from_pool(struct device *dev, size_t size, in __dma_alloc_from_pool() argument
274 struct page *dma_alloc_from_pool(struct device *dev, size_t size, in dma_alloc_from_pool() argument
/linux/mm/
H A Dmlock.c659 SYSCALL_DEFINE2(mlock, unsigned long, start, size_t, len) in SYSCALL_DEFINE2() argument
664 SYSCALL_DEFINE3(mlock2, unsigned long, start, size_t, len, int, flags) in SYSCALL_DEFINE3() argument
677 SYSCALL_DEFINE2(munlock, unsigned long, start, size_t, len) in SYSCALL_DEFINE2() argument
H A Dmsync.c32 SYSCALL_DEFINE3(msync, unsigned long, start, size_t, len, int, flags) in SYSCALL_DEFINE3() argument
H A Dmseal.c187 SYSCALL_DEFINE3(mseal, unsigned long, start, size_t, len, unsigned long, in SYSCALL_DEFINE3() argument
H A Dreadahead.c736 SYSCALL_DEFINE3(readahead, int, fd, loff_t, offset, size_t, count) in SYSCALL_DEFINE3() argument
742 COMPAT_SYSCALL_DEFINE4(readahead, int, fd, compat_arg_u64_dual(offset), size_t, count) in COMPAT_SYSCALL_DEFINE4() argument
H A Dfadvise.c207 SYSCALL_DEFINE4(fadvise64, int, fd, loff_t, offset, size_t, len, int, advice) in SYSCALL_DEFINE4() argument
H A Dmincore.c292 SYSCALL_DEFINE3(mincore, unsigned long, start, size_t, len, in SYSCALL_DEFINE3() argument
/linux/arch/s390/pci/
H A Dpci_mmio.c129 const void __user *, user_buffer, size_t, length) in SYSCALL_DEFINE3() argument
284 void __user *, user_buffer, size_t, length) in SYSCALL_DEFINE3() argument
/linux/fs/nilfs2/
H A Dioctl.c49 void *, size_t, size_t)) in nilfs_ioctl_wrap_copy() argument
1125 size_t membsz, in nilfs_ioctl_get_info() argument
/linux/drivers/firmware/google/
H A Dmemconsole.c34 void memconsole_setup(ssize_t (*read_func)(char *, loff_t, size_t)) in memconsole_setup() argument
/linux/arch/riscv/kernel/
H A Dsys_hwprobe.c607 size_t, pair_count, size_t, cpusetsize, unsigned long __user *, in SYSCALL_DEFINE5() argument
/linux/drivers/parisc/
H A Diommu-helpers.h103 int (*iommu_alloc_range)(struct ioc *, struct device *, size_t)) in iommu_coalesce_chunks() argument
/linux/scripts/kconfig/
H A Dmconf.c355 int (*extra_key_cb)(int, size_t, size_t, void *), in show_textbox_ext() argument
/linux/arch/x86/kernel/
H A Dsys_ia32.c98 unsigned int, off_hi, size_t, count) in SYSCALL_DEFINE4() argument
113 unsigned int, offset_hi, size_t, len, int, advice) in SYSCALL_DEFINE5() argument
/linux/tools/include/nolibc/
H A Dstdint.h18 typedef __SIZE_TYPE__ size_t; typedef

123