/kernel/linux/linux-5.10/drivers/virt/ |
H A D | fsl_hypervisor.c | 415 void __user *arg = (void __user *)argaddr; in fsl_hv_ioctl() local
|
/kernel/linux/linux-5.10/fs/autofs/ |
H A D | root.c | 859 autofs_root_ioctl_unlocked(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) autofs_root_ioctl_unlocked() argument 910 autofs_root_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) autofs_root_ioctl() argument 919 autofs_root_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) autofs_root_compat_ioctl() argument [all...] |
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | ibmasr.c | 270 static long asr_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in asr_ioctl() argument
|
H A D | wdt_pci.c | 387 wdtpci_ioctl(struct file *file, unsigned int cmd, unsigned long arg) wdtpci_ioctl() argument
|
H A D | pc87413_wdt.c | 378 pc87413_ioctl(struct file *file, unsigned int cmd, unsigned long arg) pc87413_ioctl() argument
|
H A D | kempld_wdt.c | 338 kempld_wdt_ioctl(struct watchdog_device *wdd, unsigned int cmd, unsigned long arg) kempld_wdt_ioctl() argument
|
H A D | machzwd.c | 303 static long zf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in zf_ioctl() argument
|
H A D | smsc37b787_wdt.c | 419 wb_smsc_wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) wb_smsc_wdt_ioctl() argument
|
/kernel/linux/linux-5.10/fs/ |
H A D | fcntl.c | 35 static int setfl(int fd, struct file * filp, unsigned long arg) in setfl() argument 113 f_setown(struct file *filp, unsigned long arg, int force) f_setown() argument 165 f_setown_ex(struct file *filp, unsigned long arg) f_setown_ex() argument 205 f_getown_ex(struct file *filp, unsigned long arg) f_getown_ex() argument 245 f_getowner_uids(struct file *filp, unsigned long arg) f_getowner_uids() argument 263 f_getowner_uids(struct file *filp, unsigned long arg) f_getowner_uids() argument 284 fcntl_rw_hint(struct file *file, unsigned int cmd, unsigned long arg) fcntl_rw_hint() argument 330 do_fcntl(int fd, unsigned int cmd, unsigned long arg, struct file *filp) do_fcntl() argument 618 do_compat_fcntl64(unsigned int fd, unsigned int cmd, compat_ulong_t arg) do_compat_fcntl64() argument [all...] |
/kernel/linux/linux-5.10/fs/fat/ |
H A D | file.c | 125 static int fat_ioctl_fitrim(struct inode *inode, unsigned long arg) in fat_ioctl_fitrim() argument 156 long fat_generic_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in fat_generic_ioctl() argument
|
/kernel/linux/linux-5.10/lib/ |
H A D | test_rhashtable.c | 86 static int my_cmpfn(struct rhashtable_compare_arg *arg, const void *obj) in my_cmpfn() argument
|
H A D | test_stackinit.c | 313 leaf_switch_1_none(unsigned long sp, bool fill, uint64_t *arg) leaf_switch_1_none() argument 319 leaf_switch_2_none(unsigned long sp, bool fill, uint64_t *arg) leaf_switch_2_none() argument
|
/kernel/linux/linux-5.10/mm/ |
H A D | oom_kill.c | 308 static int oom_evaluate_task(struct task_struct *task, void *arg) in oom_evaluate_task() argument 381 static int dump_task(struct task_struct *p, void *arg) in dump_task() argument
|
/kernel/linux/linux-5.10/kernel/ |
H A D | stop_machine.c | 123 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() argument 318 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg) in stop_two_cpus() argument 367 stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, struct cpu_stop_work *work_buf) stop_one_cpu_nowait() argument 374 queue_stop_cpus_work(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg, struct cpu_stop_done *done) queue_stop_cpus_work() argument 405 __stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) __stop_cpus() argument 446 stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) stop_cpus() argument 489 void *arg = work->arg; cpu_stopper_thread() local 503 "cpu_stop: %ps(%p) leaked preempt count\\n", fn, arg); cpu_stopper_thread() local [all...] |
H A D | scftorture.c | 177 scf_torture_stats(void *arg) in scf_torture_stats() argument 386 static int scftorture_invoker(void *arg) in scftorture_invoker() argument
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | clockevents.c | 401 static void __clockevents_unbind(void *arg) in __clockevents_unbind() argument
|
/kernel/linux/linux-5.10/fs/quota/ |
H A D | quota.c | 51 static void quota_sync_one(struct super_block *sb, void *arg) in quota_sync_one() argument
|
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | devorangefs-req.c | 591 static long dispatch_ioctl_command(unsigned int command, unsigned long arg) in dispatch_ioctl_command() argument 699 orangefs_devreq_ioctl(struct file *file, unsigned int command, unsigned long arg) orangefs_devreq_ioctl() argument [all...] |
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | file.c | 640 long ovl_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ovl_ioctl() argument 663 long ovl_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ovl_compat_ioctl() argument 576 ovl_real_ioctl(struct file *file, unsigned int cmd, unsigned long arg) ovl_real_ioctl() argument 600 ovl_ioctl_set_flags(struct file *file, unsigned int cmd, unsigned long arg) ovl_ioctl_set_flags() argument [all...] |
/kernel/linux/linux-5.10/fs/proc/ |
H A D | inode.c | 387 static long pde_ioctl(struct proc_dir_entry *pde, struct file *file, unsigned int cmd, unsigned long arg) in pde_ioctl() argument 397 static long proc_reg_unlocked_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in proc_reg_unlocked_ioctl() argument 412 static long pde_compat_ioctl(struct proc_dir_entry *pde, struct file *file, unsigned int cmd, unsigned long arg) in pde_compat_ioctl() argument 422 static long proc_reg_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in proc_reg_compat_ioctl() argument [all...] |
H A D | kcore.c | 186 kclist_add_private(unsigned long pfn, unsigned long nr_pages, void *arg) in kclist_add_private() argument 584 kcore_callback(struct notifier_block *self, unsigned long action, void *arg) kcore_callback() argument
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | af_bluetooth.c | 499 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in bt_sock_ioctl() argument
|
/kernel/linux/linux-5.10/net/can/ |
H A D | raw.c | 885 raw_sock_no_ioctlcmd(struct socket *sock, unsigned int cmd, unsigned long arg) raw_sock_no_ioctlcmd() argument
|
/kernel/linux/linux-5.10/net/core/ |
H A D | xdp.c | 48 static int xdp_mem_id_cmp(struct rhashtable_compare_arg *arg, in xdp_mem_id_cmp() argument
|
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/ |
H A D | sock.c | 859 static int rfcomm_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in rfcomm_sock_ioctl() argument 882 static int rfcomm_sock_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in rfcomm_sock_compat_ioctl() argument
|