| /linux/fs/ |
| H A D | xattr.c | 716 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 D | signalfd.c | 300 size_t, sizemask, int, flags) in SYSCALL_DEFINE4() argument 312 size_t, sizemask) in SYSCALL_DEFINE3() argument
|
| H A D | file_attr.c | 375 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 D | read_write.c | 724 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 D | statfs.c | 200 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 D | syscalls.c | 52 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 D | aie2_message.c | 474 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 D | sys32.c | 71 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 D | textbox.c | 153 int (*extra_key_cb)(int, size_t, size_t, void *), void *data) in dialog_textbox() argument
|
| /linux/tools/testing/selftests/arm64/bti/ |
| H A D | system.h | 13 typedef __kernel_size_t size_t; typedef
|
| /linux/kernel/dma/ |
| H A D | pool.c | 249 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 D | mlock.c | 659 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 D | msync.c | 32 SYSCALL_DEFINE3(msync, unsigned long, start, size_t, len, int, flags) in SYSCALL_DEFINE3() argument
|
| H A D | mseal.c | 187 SYSCALL_DEFINE3(mseal, unsigned long, start, size_t, len, unsigned long, in SYSCALL_DEFINE3() argument
|
| H A D | readahead.c | 736 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 D | fadvise.c | 207 SYSCALL_DEFINE4(fadvise64, int, fd, loff_t, offset, size_t, len, int, advice) in SYSCALL_DEFINE4() argument
|
| H A D | mincore.c | 292 SYSCALL_DEFINE3(mincore, unsigned long, start, size_t, len, in SYSCALL_DEFINE3() argument
|
| /linux/arch/s390/pci/ |
| H A D | pci_mmio.c | 129 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 D | ioctl.c | 49 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 D | memconsole.c | 34 void memconsole_setup(ssize_t (*read_func)(char *, loff_t, size_t)) in memconsole_setup() argument
|
| /linux/arch/riscv/kernel/ |
| H A D | sys_hwprobe.c | 607 size_t, pair_count, size_t, cpusetsize, unsigned long __user *, in SYSCALL_DEFINE5() argument
|
| /linux/drivers/parisc/ |
| H A D | iommu-helpers.h | 103 int (*iommu_alloc_range)(struct ioc *, struct device *, size_t)) in iommu_coalesce_chunks() argument
|
| /linux/scripts/kconfig/ |
| H A D | mconf.c | 355 int (*extra_key_cb)(int, size_t, size_t, void *), in show_textbox_ext() argument
|
| /linux/arch/x86/kernel/ |
| H A D | sys_ia32.c | 98 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 D | stdint.h | 18 typedef __SIZE_TYPE__ size_t; typedef
|