Home
last modified time | relevance | path

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

123

/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.c733 SYSCALL_DEFINE3(readahead,int,fd,loff_t,offset,size_t,count) SYSCALL_DEFINE3() argument
739 COMPAT_SYSCALL_DEFINE4(readahead,int,fd,compat_arg_u64_dual (offset),size_t,count) 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
H A Dmprotect.c948 SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len, in SYSCALL_DEFINE3() argument
956 SYSCALL_DEFINE4(pkey_mprotect, unsigned long, start, size_t, len, in SYSCALL_DEFINE4() argument
/linux/fs/
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
/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/arch/riscv/kernel/
H A Dsys_hwprobe.c607 size_t, pair_count, size_t, cpusetsize, unsigned long __user *, in SYSCALL_DEFINE5() 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/scripts/kconfig/
H A Dmconf.c355 int (*extra_key_cb)(int, size_t, size_t, void *), in show_textbox_ext() 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/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/ipc/
H A Dmsg.c971 SYSCALL_DEFINE4(msgsnd, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz, in SYSCALL_DEFINE4() argument
1098 static long do_msgrcv(int msqid, void __user *buf, size_t bufsz, long msgtyp, int msgflg, in do_msgrcv() argument
1270 SYSCALL_DEFINE5(msgrcv, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz, in SYSCALL_DEFINE5() argument
/linux/tools/include/nolibc/
H A Dstdint.h18 typedef __SIZE_TYPE__ size_t; typedef
/linux/security/landlock/
H A Dsyscalls.c197 SYSCALL_DEFINE3(landlock_create_ruleset,const struct landlock_ruleset_attr __user * const,attr,const size_t,size,const __u32,flags) SYSCALL_DEFINE3() argument
/linux/kernel/bpf/
H A Dcgroup.c2244 size_t, buf_len, u64, flags) in BPF_CALL_4() argument
2301 char *, buf, size_t, buf_len) in BPF_CALL_3() argument
2316 size_t, buf_len) in BPF_CALL_3() argument
2336 const char *, buf, size_t, buf_len) in BPF_CALL_3() argument

123