| /kernel/sched/ |
| D | test_ksched_football.c | 144 static int defense_low_thread(void *arg) in defense_low_thread() 159 static int defense_mid_thread(void *arg) in defense_mid_thread() 176 static int offense_thread(void *arg) in offense_thread() 188 static int defense_hi_thread(void *arg) in defense_hi_thread() 203 static int crazy_fan_thread(void *arg) in crazy_fan_thread() 218 static int referee_thread(void *arg) in referee_thread()
|
| D | wait_bit.c | 21 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *arg) in wake_bit_function() 161 int sync, void *arg) in var_wake_function()
|
| /kernel/ |
| D | stop_machine.c | 137 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) in stop_one_cpu() 335 int stop_two_cpus(unsigned int cpu1, unsigned int cpu2, cpu_stop_fn_t fn, void *arg) in stop_two_cpus() 385 bool stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, in stop_one_cpu_nowait() 394 cpu_stop_fn_t fn, void *arg, in queue_stop_cpus_work() 426 cpu_stop_fn_t fn, void *arg) in __stop_cpus() 465 static int stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) in stop_cpus() 505 void *arg = work->arg; in cpu_stopper_thread() local
|
| D | torture.c | 341 torture_onoff(void *arg) in torture_onoff() 559 static int torture_shuffle(void *arg) in torture_shuffle() 632 static int torture_shutdown(void *arg) in torture_shutdown() 752 static int torture_stutter(void *arg) in torture_stutter() 925 int _torture_create_kthread(int (*fn)(void *arg), void *arg, char *s, char *m, in _torture_create_kthread()
|
| D | freezer.c | 112 static int __set_task_frozen(struct task_struct *p, void *arg) in __set_task_frozen() 193 static int __restore_freezer_state(struct task_struct *p, void *arg) in __restore_freezer_state()
|
| D | elfcorehdr.c | 29 static int __init setup_elfcorehdr(char *arg) in setup_elfcorehdr()
|
| D | resource.c | 368 void *arg, in __walk_iomem_res_desc() argument 404 u64 end, void *arg, int (*func)(struct resource *, void *)) in walk_iomem_res_desc() argument 417 int walk_system_ram_res(u64 start, u64 end, void *arg, in walk_system_ram_res() argument 432 int walk_system_ram_res_rev(u64 start, u64 end, void *arg, in walk_system_ram_res_rev() argument 482 int walk_mem_res(u64 start, u64 end, void *arg, in walk_mem_res() argument 497 void *arg, int (*func)(unsigned long, unsigned long, void *)) in walk_system_ram_range() argument 521 static int __is_ram(unsigned long pfn, unsigned long nr_pages, void *arg) in __is_ram()
|
| D | crash_core.c | 543 static void crash_handle_hotplug_event(unsigned int hp_action, unsigned int cpu, void *arg) in crash_handle_hotplug_event() 621 static int crash_memhp_notifier(struct notifier_block *nb, unsigned long val, void *arg) in crash_memhp_notifier()
|
| D | kcov.c | 326 void notrace __sanitizer_cov_trace_switch(kcov_u64 val, void *arg) in __sanitizer_cov_trace_switch() 539 static int kcov_get_mode(unsigned long arg) in kcov_get_mode() 586 unsigned long arg) in kcov_ioctl_locked() 693 static long kcov_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in kcov_ioctl()
|
| D | params.c | 124 void *arg, parse_unknown_fn handle_unknown) in parse_one() 167 void *arg, parse_unknown_fn unknown) in parse_args() 296 void param_free_charp(void *arg) in param_free_charp() 496 static void param_array_free(void *arg) in param_array_free()
|
| D | vhost_task.c | 120 void (*handle_sigkill)(void *), void *arg, in vhost_task_create() argument
|
| D | scftorture.c | 192 scf_torture_stats(void *arg) in scf_torture_stats() 447 static int scftorture_invoker(void *arg) in scftorture_invoker()
|
| /kernel/trace/ |
| D | trace_probe.c | 299 static int parse_trace_event_arg(char *arg, struct fetch_insn *code, in parse_trace_event_arg() 922 char *arg = orig_arg + 1; in NOKPROBE_SYMBOL() local 1055 parse_probe_arg(char *arg, const struct fetch_type *type, in parse_probe_arg() 1261 static char *parse_probe_arg_type(char *arg, struct probe_arg *parg, in parse_probe_arg_type() 1449 char *type, *arg; in traceprobe_parse_probe_arg_body() local 1560 static char *generate_probe_arg_name(const char *arg, int idx) in generate_probe_arg_name() 1587 int traceprobe_parse_probe_arg(struct trace_probe *tp, int i, const char *arg, in traceprobe_parse_probe_arg() 1625 void traceprobe_free_probe_arg(struct probe_arg *arg) in traceprobe_free_probe_arg() 1849 int traceprobe_update_arg(struct probe_arg *arg) in traceprobe_update_arg() 1891 const char *fmt, *arg; in __set_print_fmt() local
|
| D | trace_probe_tmpl.h | 237 struct probe_arg *arg; in __get_data_size() local 257 struct probe_arg *arg; in store_trace_args() local
|
| D | ring_buffer_benchmark.c | 383 static int ring_buffer_consumer_thread(void *arg) in ring_buffer_consumer_thread() 403 static int ring_buffer_producer_thread(void *arg) in ring_buffer_producer_thread()
|
| D | trace_dynevent.c | 310 struct dynevent_arg *arg, in dynevent_arg_add() 445 void dynevent_arg_init(struct dynevent_arg *arg, in dynevent_arg_init()
|
| D | trace_benchmark.c | 146 static int benchmark_event_kthread(void *arg) in benchmark_event_kthread()
|
| /kernel/rcu/ |
| D | rcuscale.c | 458 rcu_scale_reader(void *arg) in rcu_scale_reader() 533 rcu_scale_writer(void *arg) in rcu_scale_writer() 733 kfree_scale_thread(void *arg) in kfree_scale_thread() 834 kfree_scale_shutdown(void *arg) in kfree_scale_shutdown() 1075 rcu_scale_shutdown(void *arg) in rcu_scale_shutdown()
|
| D | rcutorture.c | 1087 static int rcu_torture_boost(void *arg) in rcu_torture_boost() 1185 rcu_torture_fqs(void *arg) in rcu_torture_fqs() 1363 rcu_torture_writer(void *arg) in rcu_torture_writer() 1645 rcu_torture_fakewriter(void *arg) in rcu_torture_fakewriter() 2108 rcu_torture_reader(void *arg) in rcu_torture_reader() 2149 static int rcu_nocb_toggle(void *arg) in rcu_nocb_toggle() 2315 rcu_torture_stats(void *arg) in rcu_torture_stats() 3102 static int rcu_torture_barrier_cbs(void *arg) in rcu_torture_barrier_cbs() 3138 static int rcu_torture_barrier(void *arg) in rcu_torture_barrier()
|
| /kernel/irq/ |
| D | msi.c | 701 unsigned int nr_irqs, void *arg) in msi_domain_alloc() 768 msi_alloc_info_t *arg) in msi_domain_ops_get_hwirq() 774 int nvec, msi_alloc_info_t *arg) in msi_domain_ops_prepare() 780 static void msi_domain_ops_set_desc(msi_alloc_info_t *arg, in msi_domain_ops_set_desc() 789 msi_alloc_info_t *arg) in msi_domain_ops_init() 1108 int nvec, msi_alloc_info_t *arg) in msi_domain_prepare_irqs() 1229 msi_alloc_info_t arg = { }; in __msi_domain_alloc_irqs() local
|
| D | irqdomain.c | 1594 unsigned int nr_irqs, void *arg) in irq_domain_alloc_irqs_hierarchy() 1605 unsigned int nr_irqs, int node, void *arg, in irq_domain_alloc_irqs_locked() 1673 unsigned int nr_irqs, int node, void *arg, in __irq_domain_alloc_irqs() 1725 int irq_domain_push_irq(struct irq_domain *domain, int virq, void *arg) in irq_domain_push_irq() 1911 void *arg) in irq_domain_alloc_irqs_parent() 2048 unsigned int nr_irqs, int node, void *arg, in irq_domain_alloc_irqs_locked()
|
| D | ipi-mux.c | 99 unsigned int nr_irqs, void *arg) in ipi_mux_domain_alloc()
|
| /kernel/power/ |
| D | user.c | 250 unsigned long arg) in snapshot_ioctl() 427 snapshot_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in snapshot_compat_ioctl()
|
| /kernel/time/ |
| D | posix-clock.c | 76 unsigned int cmd, unsigned long arg) in posix_clock_ioctl() 95 unsigned int cmd, unsigned long arg) in posix_clock_compat_ioctl()
|
| D | clocksource-wdtest.c | 105 static int wdtest_func(void *arg) in wdtest_func()
|