Searched refs:sched_param (Results 1 - 26 of 26) sorted by relevance

/linux-4.1.27/Documentation/laptops/
H A Dfreefall.c111 struct sched_param param; main()
/linux-4.1.27/kernel/trace/
H A Dring_buffer_benchmark.c443 struct sched_param param = { ring_buffer_benchmark_init()
452 struct sched_param param = { ring_buffer_benchmark_init()
/linux-4.1.27/arch/s390/kernel/
H A Dcompat_wrapper.c121 COMPAT_SYSCALL_WRAP2(sched_setparam, pid_t, pid, struct sched_param __user *, param);
122 COMPAT_SYSCALL_WRAP2(sched_getparam, pid_t, pid, struct sched_param __user *, param);
123 COMPAT_SYSCALL_WRAP3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, param);
/linux-4.1.27/tools/power/cpupower/bench/
H A Dsystem.c116 struct sched_param param; set_process_priority()
/linux-4.1.27/drivers/mmc/core/
H A Dsdio_irq.c104 struct sched_param param = { .sched_priority = 1 }; sdio_irq_thread()
/linux-4.1.27/drivers/staging/android/ion/
H A Dion_heap.c253 struct sched_param param = { .sched_priority = 0 }; ion_heap_init_deferred_free()
/linux-4.1.27/kernel/locking/
H A Drtmutex-tester.c279 struct sched_param schedpar; sysfs_test_command()
/linux-4.1.27/drivers/acpi/
H A Dacpi_pad.c145 struct sched_param param = {.sched_priority = 1}; power_saving_thread()
/linux-4.1.27/include/linux/
H A Dsyscalls.h40 struct sched_param;
289 struct sched_param __user *param);
291 struct sched_param __user *param);
297 struct sched_param __user *param);
H A Dsched.h9 struct sched_param { struct
69 * This is needed because the original struct sched_param can not be
2285 const struct sched_param *);
2287 const struct sched_param *);
H A Dsecurity.h145 struct sched_param;
/linux-4.1.27/arch/parisc/kernel/
H A Dsyscall_table.S242 /* struct sched_param is ok for now */
/linux-4.1.27/drivers/thermal/
H A Dintel_powerclamp.c375 static const struct sched_param param = { clamp_thread()
/linux-4.1.27/arch/arm/common/
H A DbL_switcher.c275 struct sched_param param = { .sched_priority = 1 }; bL_switcher_thread()
/linux-4.1.27/kernel/
H A Dkthread.c310 static const struct sched_param param = { .sched_priority = 0 }; kthread_create_on_node()
H A Dwatchdog.c435 struct sched_param param = { .sched_priority = prio }; watchdog_set_prio()
/linux-4.1.27/kernel/sched/
H A Dcore.c891 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; sched_set_stop_task()
3645 const struct sched_param *param, bool check) _sched_setscheduler()
3673 const struct sched_param *param) sched_setscheduler()
3699 const struct sched_param *param) sched_setscheduler_nocheck()
3705 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) do_sched_setscheduler()
3707 struct sched_param lparam; do_sched_setscheduler()
3713 if (copy_from_user(&lparam, param, sizeof(struct sched_param))) do_sched_setscheduler()
3806 struct sched_param __user *, param) SYSCALL_DEFINE3()
3822 SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param) SYSCALL_DEFINE2()
3896 SYSCALL_DEFINE2(sched_getparam, pid_t, pid, struct sched_param __user *, param) SYSCALL_DEFINE2()
3898 struct sched_param lp = { .sched_priority = 0 }; SYSCALL_DEFINE2()
/linux-4.1.27/tools/perf/
H A Dbuiltin-record.c449 struct sched_param param; __cmd_record()
H A Dbuiltin-top.c985 struct sched_param param; __cmd_top()
/linux-4.1.27/kernel/rcu/
H A Dtree_plugin.h1173 struct sched_param sp; rcu_spawn_one_boost_kthread()
1208 struct sched_param sp; rcu_cpu_kthread_setup()
H A Drcutorture.c685 struct sched_param sp; rcu_torture_boost()
H A Dtree.c3876 struct sched_param sp; rcu_spawn_gp_kthread()
/linux-4.1.27/drivers/media/pci/ivtv/
H A Divtv-driver.c740 struct sched_param param = { .sched_priority = 99 }; ivtv_init_struct1()
/linux-4.1.27/kernel/irq/
H A Dmanage.c1035 static const struct sched_param param = { __setup_irq()
/linux-4.1.27/drivers/spi/
H A Dspi.c922 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; spi_init_queue()
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_receiver.c5508 struct sched_param param = { .sched_priority = 2 }; drbd_asender()

Completed in 1130 milliseconds