/linux-4.4.14/tools/power/cpupower/bench/ |
D | system.c | 116 struct sched_param param; in set_process_priority()
|
/linux-4.4.14/kernel/trace/ |
D | ring_buffer_benchmark.c | 457 struct sched_param param = { in ring_buffer_benchmark_init() 466 struct sched_param param = { in ring_buffer_benchmark_init()
|
/linux-4.4.14/tools/laptop/freefall/ |
D | freefall.c | 111 struct sched_param param; in main()
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 101 COMPAT_SYSCALL_WRAP2(sched_setparam, pid_t, pid, struct sched_param __user *, param); 102 COMPAT_SYSCALL_WRAP2(sched_getparam, pid_t, pid, struct sched_param __user *, param); 103 COMPAT_SYSCALL_WRAP3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, para…
|
/linux-4.4.14/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi_signal_restart.c | 55 struct sched_param schedp; in create_rt_thread()
|
D | futex_requeue_pi.c | 77 struct sched_param schedp; in create_rt_thread()
|
/linux-4.4.14/drivers/mmc/core/ |
D | sdio_irq.c | 104 struct sched_param param = { .sched_priority = 1 }; in sdio_irq_thread()
|
/linux-4.4.14/include/linux/ |
D | syscalls.h | 40 struct sched_param; 289 struct sched_param __user *param); 291 struct sched_param __user *param); 297 struct sched_param __user *param);
|
D | sched.h | 9 struct sched_param { struct 2383 const struct sched_param *); 2385 const struct sched_param *);
|
D | security.h | 135 struct sched_param;
|
/linux-4.4.14/drivers/tty/serial/ |
D | sc16is7xx.c | 1137 struct sched_param sched_param = { .sched_priority = MAX_RT_PRIO / 2 }; in sc16is7xx_probe() local 1177 sched_setscheduler(s->kworker_task, SCHED_FIFO, &sched_param); in sc16is7xx_probe()
|
/linux-4.4.14/drivers/acpi/ |
D | acpi_pad.c | 141 struct sched_param param = {.sched_priority = 1}; in power_saving_thread()
|
/linux-4.4.14/drivers/staging/android/ion/ |
D | ion_heap.c | 253 struct sched_param param = { .sched_priority = 0 }; in ion_heap_init_deferred_free()
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 918 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task() 4027 const struct sched_param *param, bool check) in _sched_setscheduler() 4055 const struct sched_param *param) in sched_setscheduler() 4081 const struct sched_param *param) in sched_setscheduler_nocheck() 4088 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) in do_sched_setscheduler() 4090 struct sched_param lparam; in do_sched_setscheduler() 4096 if (copy_from_user(&lparam, param, sizeof(struct sched_param))) in do_sched_setscheduler() 4189 struct sched_param __user *, param) in SYSCALL_DEFINE3() 4205 SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2() 4279 SYSCALL_DEFINE2(sched_getparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2() [all …]
|
/linux-4.4.14/drivers/gpu/drm/amd/scheduler/ |
D | gpu_scheduler.c | 407 struct sched_param sparam = {.sched_priority = 1}; in amd_sched_main()
|
/linux-4.4.14/kernel/ |
D | kthread.c | 313 static const struct sched_param param = { .sched_priority = 0 }; in kthread_create_on_node()
|
D | watchdog.c | 488 struct sched_param param = { .sched_priority = prio }; in watchdog_set_prio()
|
/linux-4.4.14/drivers/thermal/ |
D | intel_powerclamp.c | 375 static const struct sched_param param = { in clamp_thread()
|
/linux-4.4.14/arch/arm/common/ |
D | bL_switcher.c | 275 struct sched_param param = { .sched_priority = 1 }; in bL_switcher_thread()
|
/linux-4.4.14/kernel/locking/ |
D | locktorture.c | 392 struct sched_param param; in torture_rtmutex_boost()
|
/linux-4.4.14/kernel/rcu/ |
D | tree_plugin.h | 1163 struct sched_param sp; in rcu_spawn_one_boost_kthread() 1198 struct sched_param sp; in rcu_cpu_kthread_setup()
|
D | rcutorture.c | 732 struct sched_param sp; in rcu_torture_boost()
|
D | tree.c | 4311 struct sched_param sp; in rcu_spawn_gp_kthread()
|
/linux-4.4.14/tools/perf/ |
D | builtin-record.c | 619 struct sched_param param; in __cmd_record()
|
D | builtin-top.c | 1010 struct sched_param param; in __cmd_top()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 740 struct sched_param param = { .sched_priority = 99 }; in ivtv_init_struct1()
|
/linux-4.4.14/kernel/irq/ |
D | manage.c | 1061 struct sched_param param = { in setup_irq_thread()
|
/linux-4.4.14/drivers/spi/ |
D | spi.c | 1181 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in spi_init_queue()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_receiver.c | 5509 struct sched_param param = { .sched_priority = 2 }; in drbd_asender()
|