Home
last modified time | relevance | path

Searched refs:sched_param (Results 1 – 25 of 25) sorted by relevance

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