Searched defs:int (Results 1 - 70 of 70) sorted by relevance

/linux-4.4.14/ipc/
H A Dsyscall.c16 SYSCALL_DEFINE6(ipc, unsigned int, call, int, first, unsigned long, second, SYSCALL_DEFINE6() argument
H A Dcompat_mq.c67 COMPAT_SYSCALL_DEFINE5(mq_timedsend, mqd_t, mqdes, const char __user *, u_msg_ptr, compat_size_t, msg_len, unsigned int, msg_prio, const struct compat_timespec __user *, u_abs_timeout) COMPAT_SYSCALL_DEFINE5() argument
H A Dmqueue.c958 SYSCALL_DEFINE5(mq_timedsend, mqd_t, mqdes, const char __user *, u_msg_ptr, size_t, msg_len, unsigned int, msg_prio, const struct timespec __user *, u_abs_timeout) SYSCALL_DEFINE5() argument
/linux-4.4.14/kernel/
H A Dexec_domain.c50 SYSCALL_DEFINE1(personality, unsigned int, personality) SYSCALL_DEFINE1() argument
H A Duid16.c29 SYSCALL_DEFINE3(fchown16, unsigned int, fd, old_uid_t, user, old_gid_t, group) SYSCALL_DEFINE3() argument
H A Dreboot.c280 SYSCALL_DEFINE4(reboot, int, magic1, int, magic2, unsigned int, cmd, SYSCALL_DEFINE4() argument
H A Dseccomp.c832 SYSCALL_DEFINE3(seccomp, unsigned int, op, unsigned int, flags, SYSCALL_DEFINE3() argument
H A Dcompat.c444 COMPAT_SYSCALL_DEFINE2(setrlimit, unsigned int, resource, COMPAT_SYSCALL_DEFINE2() argument
463 COMPAT_SYSCALL_DEFINE2(old_getrlimit, unsigned int, resource, COMPAT_SYSCALL_DEFINE2() argument
490 COMPAT_SYSCALL_DEFINE2(getrlimit, unsigned int, resource, COMPAT_SYSCALL_DEFINE2() argument
636 COMPAT_SYSCALL_DEFINE3(sched_getaffinity, compat_pid_t, pid, unsigned int, len, COMPAT_SYSCALL_DEFINE3() argument
616 COMPAT_SYSCALL_DEFINE3(sched_setaffinity, compat_pid_t, pid, unsigned int, len, compat_ulong_t __user *, user_mask_ptr) COMPAT_SYSCALL_DEFINE3() argument
H A Dsys.c1290 SYSCALL_DEFINE2(getrlimit, unsigned int, resource, struct rlimit __user *, rlim) SYSCALL_DEFINE2() argument
1307 SYSCALL_DEFINE2(old_getrlimit, unsigned int, resource, SYSCALL_DEFINE2() argument
1448 SYSCALL_DEFINE4(prlimit64, pid_t, pid, unsigned int, resource, SYSCALL_DEFINE4() argument
1490 SYSCALL_DEFINE2(setrlimit, unsigned int, resource, struct rlimit __user *, rlim) SYSCALL_DEFINE2() argument
H A Dmodule.c953 SYSCALL_DEFINE2(delete_module, const char __user *, name_user, unsigned int, flags) SYSCALL_DEFINE2() argument
/linux-4.4.14/arch/tile/kernel/
H A Dcompat.c41 COMPAT_SYSCALL_DEFINE4(ftruncate64, unsigned int, fd, u32, dummy, COMPAT_SYSCALL_DEFINE4() argument
47 COMPAT_SYSCALL_DEFINE6(pread64, unsigned int, fd, char __user *, ubuf, COMPAT_SYSCALL_DEFINE6() argument
53 COMPAT_SYSCALL_DEFINE6(pwrite64, unsigned int, fd, char __user *, ubuf, COMPAT_SYSCALL_DEFINE6() argument
59 COMPAT_SYSCALL_DEFINE6(sync_file_range2, int, fd, unsigned int, flags, COMPAT_SYSCALL_DEFINE6() argument
81 COMPAT_SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned int, offset_high, COMPAT_SYSCALL_DEFINE5() argument
/linux-4.4.14/arch/x86/kernel/
H A Dioport.c96 SYSCALL_DEFINE1(iopl, unsigned int, level) SYSCALL_DEFINE1() argument
/linux-4.4.14/block/
H A Dblk-mq-cpu.c56 blk_mq_init_cpu_notifier(struct blk_mq_cpu_notifier *notifier, int (*fn)(void *, unsigned long, unsigned int), void *data) blk_mq_init_cpu_notifier() argument
/linux-4.4.14/arch/s390/kernel/
H A Dsys_s390.c79 SYSCALL_DEFINE1(s390_personality, unsigned int, personality) SYSCALL_DEFINE1() argument
H A Dcompat_linux.c101 COMPAT_SYSCALL_DEFINE3(s390_fchown16, unsigned int, fd, u16, user, u16, group) COMPAT_SYSCALL_DEFINE3() argument
307 COMPAT_SYSCALL_DEFINE3(s390_ftruncate64, unsigned int, fd, u32, high, u32, low) COMPAT_SYSCALL_DEFINE3() argument
312 COMPAT_SYSCALL_DEFINE5(s390_pread64, unsigned int, fd, char __user *, ubuf, COMPAT_SYSCALL_DEFINE5() argument
320 COMPAT_SYSCALL_DEFINE5(s390_pwrite64, unsigned int, fd, const char __user *, ubuf, COMPAT_SYSCALL_DEFINE5() argument
400 COMPAT_SYSCALL_DEFINE2(s390_fstat64, unsigned int, fd, struct stat64_emu31 __user *, statbuf) COMPAT_SYSCALL_DEFINE2() argument
409 COMPAT_SYSCALL_DEFINE4(s390_fstatat64, unsigned int, dfd, const char __user *, filename, COMPAT_SYSCALL_DEFINE4() argument
457 COMPAT_SYSCALL_DEFINE3(s390_read, unsigned int, fd, char __user *, buf, compat_size_t, count) COMPAT_SYSCALL_DEFINE3() argument
465 COMPAT_SYSCALL_DEFINE3(s390_write, unsigned int, fd, const char __user *, buf, compat_size_t, count) COMPAT_SYSCALL_DEFINE3() argument
508 COMPAT_SYSCALL_DEFINE6(s390_sync_file_range, int, fd, u32, offhigh, u32, offlow, COMPAT_SYSCALL_DEFINE6() argument
/linux-4.4.14/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c69 SYSCALL_DEFINE4(spu_create, const char __user *, name, unsigned int, flags, SYSCALL_DEFINE4() argument
/linux-4.4.14/arch/m68k/kernel/
H A Dints.c75 void __init m68k_setup_auto_interrupt(void (*handler)(unsigned int, struct pt_regs *)) m68k_setup_auto_interrupt() argument
/linux-4.4.14/arch/mips/vr41xx/common/
H A Dirq.c39 int cascade_irq(unsigned int irq, int (*get_irq)(unsigned int)) cascade_irq() argument
/linux-4.4.14/arch/blackfin/kernel/
H A Dtime.c71 time_sched_init(irqreturn_t(*timer_routine) (int, void *)) time_sched_init() argument
/linux-4.4.14/Documentation/cdrom/
H A Dcdrom-standard.tex
/linux-4.4.14/drivers/mfd/
H A Dpcf50633-irq.c24 int pcf50633_register_irq(struct pcf50633 *pcf, int irq, pcf50633_register_irq() argument
/linux-4.4.14/arch/arc/kernel/
H A Dstacktrace.c112 arc_unwind_core(struct task_struct *tsk, struct pt_regs *regs, int (*consumer_fn) (unsigned int, void *), void *arg) arc_unwind_core() argument
/linux-4.4.14/drivers/misc/sgi-xp/
H A Dxp_main.c95 xpc_set_interface(void (*connect) (int), xpc_set_interface() argument
/linux-4.4.14/crypto/
H A Dskcipher.c51 static int skcipher_crypt_blkcipher(struct skcipher_request *req, skcipher_crypt_blkcipher() argument
/linux-4.4.14/fs/
H A Deventfd.c420 SYSCALL_DEFINE2(eventfd2, unsigned int, count, int, flags) SYSCALL_DEFINE2() argument
445 SYSCALL_DEFINE1(eventfd, unsigned int, count) SYSCALL_DEFINE1() argument
H A Dreaddir.c110 SYSCALL_DEFINE3(old_readdir, unsigned int, fd, SYSCALL_DEFINE3() argument
196 SYSCALL_DEFINE3(getdents, unsigned int, fd, SYSCALL_DEFINE3() argument
277 SYSCALL_DEFINE3(getdents64, unsigned int, fd, SYSCALL_DEFINE3() argument
H A Dstatfs.c193 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf) SYSCALL_DEFINE2() argument
202 SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, size_t, sz, struct statfs64 __user *, buf) SYSCALL_DEFINE3() argument
H A Dsync.c225 SYSCALL_DEFINE1(fsync, unsigned int, fd) SYSCALL_DEFINE1() argument
230 SYSCALL_DEFINE1(fdatasync, unsigned int, fd) SYSCALL_DEFINE1() argument
282 SYSCALL_DEFINE4(sync_file_range, int, fd, loff_t, offset, loff_t, nbytes, SYSCALL_DEFINE4() argument
368 SYSCALL_DEFINE4(sync_file_range2, int, fd, unsigned int, flags, SYSCALL_DEFINE4() argument
H A Dioctl.c613 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) SYSCALL_DEFINE3() argument
H A Dstat.c203 SYSCALL_DEFINE2(fstat, unsigned int, fd, struct __old_kernel_stat __user *, statbuf) SYSCALL_DEFINE2() argument
304 SYSCALL_DEFINE2(newfstat, unsigned int, fd, struct stat __user *, statbuf) SYSCALL_DEFINE2() argument
H A Dfcntl.c356 SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) SYSCALL_DEFINE3() argument
380 SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd, SYSCALL_DEFINE3() argument
H A Dopen.c201 SYSCALL_DEFINE2(ftruncate, unsigned int, fd, unsigned long, length) SYSCALL_DEFINE2() argument
207 COMPAT_SYSCALL_DEFINE2(ftruncate, unsigned int, fd, compat_ulong_t, length) COMPAT_SYSCALL_DEFINE2() argument
220 SYSCALL_DEFINE2(ftruncate64, unsigned int, fd, loff_t, length) SYSCALL_DEFINE2() argument
444 SYSCALL_DEFINE1(fchdir, unsigned int, fd) SYSCALL_DEFINE1() argument
531 SYSCALL_DEFINE2(fchmod, unsigned int, fd, umode_t, mode) SYSCALL_DEFINE2() argument
652 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) SYSCALL_DEFINE3() argument
1093 SYSCALL_DEFINE1(close, unsigned int, fd) SYSCALL_DEFINE1() argument
H A Dfile.c883 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) SYSCALL_DEFINE3() argument
917 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd) SYSCALL_DEFINE2() argument
932 SYSCALL_DEFINE1(dup, unsigned int, fildes) SYSCALL_DEFINE1() argument
H A Dread_write.c276 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, whence) SYSCALL_DEFINE3() argument
295 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence) COMPAT_SYSCALL_DEFINE3() argument
302 SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned long, offset_high, SYSCALL_DEFINE5() argument
562 SYSCALL_DEFINE3(read, unsigned int, fd, char __user *, buf, size_t, count) SYSCALL_DEFINE3() argument
577 SYSCALL_DEFINE3(write, unsigned int, fd, const char __user *, buf, SYSCALL_DEFINE3() argument
594 SYSCALL_DEFINE4(pread64, unsigned int, fd, char __user *, buf, SYSCALL_DEFINE4() argument
614 SYSCALL_DEFINE4(pwrite64, unsigned int, fd, const char __user *, buf, SYSCALL_DEFINE4() argument
H A Dselect.c957 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, SYSCALL_DEFINE3() argument
991 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, SYSCALL_DEFINE5() argument
H A Dsplice.c1643 SYSCALL_DEFINE4(vmsplice, int, fd, const struct iovec __user *, iov, SYSCALL_DEFINE4() argument
1669 COMPAT_SYSCALL_DEFINE4(vmsplice, int, fd, const struct compat_iovec __user *, iov32, COMPAT_SYSCALL_DEFINE4() argument
1689 SYSCALL_DEFINE6(splice, int, fd_in, loff_t __user *, off_in, SYSCALL_DEFINE6() argument
2022 SYSCALL_DEFINE4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags) SYSCALL_DEFINE4() argument
H A Dlocks.c1924 SYSCALL_DEFINE2(flock, unsigned int, fd, unsigned int, cmd) SYSCALL_DEFINE2() argument
H A Dnamei.c4312 SYSCALL_DEFINE5(renameat2, int, olddfd, const char __user *, oldname, SYSCALL_DEFINE5() argument
H A Dcompat.c90 COMPAT_SYSCALL_DEFINE4(utimensat, unsigned int, dfd, const char __user *, filename, struct compat_timespec __user *, t, int, flags) COMPAT_SYSCALL_DEFINE4() argument
105 COMPAT_SYSCALL_DEFINE3(futimesat, unsigned int, dfd, const char __user *, filename, struct compat_timeval __user *, t) COMPAT_SYSCALL_DEFINE3() argument
187 COMPAT_SYSCALL_DEFINE4(newfstatat, unsigned int, dfd, COMPAT_SYSCALL_DEFINE4() argument
201 COMPAT_SYSCALL_DEFINE2(newfstat, unsigned int, fd, COMPAT_SYSCALL_DEFINE2() argument
259 COMPAT_SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct compat_statfs __user *, buf) COMPAT_SYSCALL_DEFINE2() argument
315 COMPAT_SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, compat_size_t, sz, struct compat_statfs64 __user *, buf) COMPAT_SYSCALL_DEFINE3() argument
417 COMPAT_SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd, COMPAT_SYSCALL_DEFINE3() argument
489 COMPAT_SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, COMPAT_SYSCALL_DEFINE3() argument
884 COMPAT_SYSCALL_DEFINE3(old_readdir, unsigned int, fd, COMPAT_SYSCALL_DEFINE3() argument
964 COMPAT_SYSCALL_DEFINE3(getdents, unsigned int, fd, COMPAT_SYSCALL_DEFINE3() argument
1051 COMPAT_SYSCALL_DEFINE3(getdents64, unsigned int, fd, COMPAT_SYSCALL_DEFINE3() argument
1418 COMPAT_SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, struct compat_timespec __user *, tsp, const compat_sigset_t __user *, sigmask, compat_size_t, sigsetsize) COMPAT_SYSCALL_DEFINE5() argument
H A Dcompat_ioctl.c1544 COMPAT_SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, COMPAT_SYSCALL_DEFINE3() argument
/linux-4.4.14/arch/mips/kernel/
H A Dspram.c117 probe_spram(char *type, unsigned int base, unsigned int (*read)(unsigned int), void (*write)(unsigned int, unsigned int)) probe_spram() argument
/linux-4.4.14/arch/mips/mm/
H A Dcache.c69 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, unsigned int, cache) SYSCALL_DEFINE3() argument
/linux-4.4.14/arch/sparc/kernel/
H A Dsys_sparc_64.c330 SYSCALL_DEFINE6(sparc_ipc, unsigned int, call, int, first, unsigned long, second, SYSCALL_DEFINE6() argument
H A Dirq_64.c292 void irq_install_pre_handler(int irq, irq_install_pre_handler() argument
/linux-4.4.14/arch/unicore32/mm/
H A Dfault.c447 void __init hook_fault_code(int nr, hook_fault_code() argument
/linux-4.4.14/arch/arm/mm/
H A Dfault.c529 hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int, struct pt_regs *), hook_fault_code() argument
565 hook_ifault_code(int nr, int (*fn)(unsigned long, unsigned int, struct pt_regs *), hook_ifault_code() argument
/linux-4.4.14/arch/arm64/mm/
H A Dfault.c574 void __init hook_debug_fault_code(int nr, hook_debug_fault_code() argument
/linux-4.4.14/arch/arm/mach-pxa/
H A Dirq.c146 pxa_init_irq_common(struct device_node *node, int irq_nr, pxa_init_irq_common() argument
171 void __init pxa_init_irq(int irq_nr, int (*fn)(struct irq_data *, unsigned int)) pxa_init_irq() argument
236 void __init pxa_dt_irq_init(int (*fn)(struct irq_data *, unsigned int)) pxa_dt_irq_init() argument
H A Dpxa3xx.c328 static void __init pxa_init_ext_wakeup_irq(int (*fn)(struct irq_data *, pxa_init_ext_wakeup_irq() argument
/linux-4.4.14/arch/arm/mach-qcom/
H A Dplatsmp.c273 static int qcom_boot_secondary(unsigned int cpu, int (*func)(unsigned int)) qcom_boot_secondary() argument
/linux-4.4.14/drivers/pcmcia/
H A Dvrc4173_cardu.c144 static int cardu_register_callback(unsigned int sock, cardu_register_callback() argument
/linux-4.4.14/kernel/bpf/
H A Dsyscall.c725 SYSCALL_DEFINE3(bpf, int, cmd, union bpf_attr __user *, uattr, unsigned int, size) SYSCALL_DEFINE3() argument
/linux-4.4.14/fs/notify/fanotify/
H A Dfanotify_user.c694 SYSCALL_DEFINE2(fanotify_init, unsigned int, flags, unsigned int, event_f_flags) SYSCALL_DEFINE2() argument
804 SYSCALL_DEFINE5(fanotify_mark, int, fanotify_fd, unsigned int, flags, SYSCALL_DEFINE5() argument
913 COMPAT_SYSCALL_DEFINE6(fanotify_mark, int, fanotify_fd, unsigned int, flags, __u32, mask0, __u32, mask1, int, dfd, const char __user *, pathname) COMPAT_SYSCALL_DEFINE6() argument
/linux-4.4.14/fs/quota/
H A Dquota.c760 SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special, SYSCALL_DEFINE4() argument
/linux-4.4.14/arch/arm64/kernel/
H A Dsmp.c618 void __init set_smp_cross_call(void (*fn)(const struct cpumask *, unsigned int)) set_smp_cross_call() argument
/linux-4.4.14/drivers/cpufreq/
H A Dcpufreq_ondemand.c567 void od_register_powersave_bias_handler(unsigned int (*f) od_register_powersave_bias_handler() argument
/linux-4.4.14/net/
H A Dcompat.c366 COMPAT_SYSCALL_DEFINE5(setsockopt, int, fd, int, level, int, optname, COMPAT_SYSCALL_DEFINE5() argument
541 int compat_mc_setsockopt(struct sock *sock, int level, int optname, compat_mc_setsockopt() argument
717 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, unsigned int, flags) COMPAT_SYSCALL_DEFINE3() argument
722 COMPAT_SYSCALL_DEFINE4(sendmmsg, int, fd, struct compat_mmsghdr __user *, mmsg, COMPAT_SYSCALL_DEFINE4() argument
729 COMPAT_SYSCALL_DEFINE3(recvmsg, int, fd, struct compat_msghdr __user *, msg, unsigned int, flags) COMPAT_SYSCALL_DEFINE3() argument
734 COMPAT_SYSCALL_DEFINE4(recv, int, fd, void __user *, buf, compat_size_t, len, unsigned int, flags) COMPAT_SYSCALL_DEFINE4() argument
739 COMPAT_SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, buf, compat_size_t, len, COMPAT_SYSCALL_DEFINE6() argument
746 COMPAT_SYSCALL_DEFINE5(recvmmsg, int, fd, struct compat_mmsghdr __user *, mmsg, COMPAT_SYSCALL_DEFINE5() argument
H A Dsocket.c833 void brioctl_set(int (*hook) (struct net *, unsigned int, void __user *)) brioctl_set() argument
855 void dlci_ioctl_set(int (*hook) (unsigned int, void __user *)) dlci_ioctl_set() argument
1619 SYSCALL_DEFINE6(sendto, int, fd, void __user *, buff, size_t, len, SYSCALL_DEFINE6() argument
1663 SYSCALL_DEFINE4(send, int, fd, void __user *, buff, size_t, len, SYSCALL_DEFINE4() argument
1675 SYSCALL_DEFINE6(recvfrom, int, fd, void __user *, ubuf, size_t, size, SYSCALL_DEFINE6() argument
1720 SYSCALL_DEFINE4(recv, int, fd, void __user *, ubuf, size_t, size, SYSCALL_DEFINE4() argument
1988 SYSCALL_DEFINE3(sendmsg, int, fd, struct user_msghdr __user *, msg, unsigned int, flags) SYSCALL_DEFINE3() argument
2055 SYSCALL_DEFINE4(sendmmsg, int, fd, struct mmsghdr __user *, mmsg, SYSCALL_DEFINE4() argument
2152 SYSCALL_DEFINE3(recvmsg, int, fd, struct user_msghdr __user *, msg, SYSCALL_DEFINE3() argument
2268 SYSCALL_DEFINE5(recvmmsg, int, fd, struct mmsghdr __user *, mmsg, SYSCALL_DEFINE5() argument
/linux-4.4.14/arch/arm/kernel/
H A Dsmp.c466 void __init set_smp_cross_call(void (*fn)(const struct cpumask *, unsigned int)) set_smp_cross_call() argument
/linux-4.4.14/drivers/xen/xenbus/
H A Dxenbus_client.c115 int xenbus_watch_path(struct xenbus_device *dev, const char *path, xenbus_watch_path() argument
153 int xenbus_watch_pathfmt(struct xenbus_device *dev, xenbus_watch_pathfmt() argument
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c1078 static long vmw_generic_ioctl(struct file *filp, unsigned int cmd, vmw_generic_ioctl() argument
/linux-4.4.14/drivers/power/
H A Dqcom_smbb.c162 static unsigned int smbb_hw_lookup(unsigned int val, int (*fn)(unsigned int)) smbb_hw_lookup() argument
/linux-4.4.14/drivers/gpio/
H A Dgpio-pxa.c302 static int pxa_init_gpio_chip(int gpio_end, pxa_init_gpio_chip() argument
/linux-4.4.14/drivers/char/
H A Drandom.c1601 SYSCALL_DEFINE3(getrandom, char __user *, buf, size_t, count, unsigned int, flags) SYSCALL_DEFINE3() argument
/linux-4.4.14/arch/alpha/kernel/
H A Dosf_sys.c145 SYSCALL_DEFINE4(osf_getdirentries, unsigned int, fd, SYSCALL_DEFINE4() argument
/linux-4.4.14/kernel/time/
H A Dtimer.c1455 SYSCALL_DEFINE1(alarm, unsigned int, seconds) SYSCALL_DEFINE1() argument
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c699 attr_store(struct device *d, const char *buf, size_t len, ssize_t(*set) (struct net_device *, unsigned int), unsigned int min_val, unsigned int max_val) attr_store() argument
/linux-4.4.14/mm/
H A Dshmem.c2922 SYSCALL_DEFINE2(memfd_create, const char __user *, uname, unsigned int, flags) SYSCALL_DEFINE2() argument
/linux-4.4.14/kernel/sched/
H A Dcore.c4508 SYSCALL_DEFINE3(sched_setaffinity, pid_t, pid, unsigned int, len, SYSCALL_DEFINE3() argument
4559 SYSCALL_DEFINE3(sched_getaffinity, pid_t, pid, unsigned int, len, SYSCALL_DEFINE3() argument
4216 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, unsigned int, flags) SYSCALL_DEFINE3() argument
4357 SYSCALL_DEFINE4(sched_getattr, pid_t, pid, struct sched_attr __user *, uattr, unsigned int, size, unsigned int, flags) SYSCALL_DEFINE4() argument
/linux-4.4.14/drivers/net/ethernet/realtek/
H A Dr8169.c913 rtl_loop_wait(struct rtl8169_private *tp, const struct rtl_cond *c, void (*delay)(unsigned int), unsigned int d, int n, bool high) rtl_loop_wait() argument

Completed in 2713 milliseconds