Home
last modified time | relevance | path

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

12

/Linux-v5.4/include/uapi/linux/sched/
Dtypes.h7 struct sched_param { struct
/Linux-v5.4/tools/power/cpupower/bench/
Dsystem.c104 struct sched_param param; in set_process_priority()
/Linux-v5.4/kernel/trace/
Dring_buffer_benchmark.c459 struct sched_param param = { in ring_buffer_benchmark_init()
468 struct sched_param param = { in ring_buffer_benchmark_init()
/Linux-v5.4/tools/laptop/freefall/
Dfreefall.c110 struct sched_param param; in main()
/Linux-v5.4/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c401 struct sched_param param; in set_pthread_cpu()
417 struct sched_param param; in set_mycpu()
/Linux-v5.4/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi_signal_restart.c52 struct sched_param schedp; in create_rt_thread()
Dfutex_requeue_pi.c74 struct sched_param schedp; in create_rt_thread()
/Linux-v5.4/drivers/powercap/
Didle_inject.c258 struct sched_param param = { .sched_priority = MAX_USER_RT_PRIO / 2 }; in idle_inject_setup()
/Linux-v5.4/drivers/mmc/core/
Dsdio_irq.c142 struct sched_param param = { .sched_priority = 1 }; in sdio_irq_thread()
/Linux-v5.4/include/linux/
Dsched.h57 struct sched_param;
1606 extern int sched_setscheduler(struct task_struct *, int, const struct sched_param *);
1607 extern int sched_setscheduler_nocheck(struct task_struct *, int, const struct sched_param *);
Dsyscalls.h39 struct sched_param;
654 struct sched_param __user *param);
656 struct sched_param __user *param);
659 struct sched_param __user *param);
/Linux-v5.4/drivers/firmware/psci/
Dpsci_checker.c275 struct sched_param sched_priority = { .sched_priority = MAX_RT_PRIO-1 }; in suspend_test_thread()
/Linux-v5.4/drivers/staging/android/ion/
Dion_heap.c247 struct sched_param param = { .sched_priority = 0 }; in ion_heap_init_deferred_free()
/Linux-v5.4/crypto/
Dcrypto_engine.c428 struct sched_param param = { .sched_priority = MAX_RT_PRIO / 2 }; in crypto_engine_alloc_init()
/Linux-v5.4/drivers/tty/serial/
Dsc16is7xx.c1181 struct sched_param sched_param = { .sched_priority = MAX_RT_PRIO / 2 }; in sc16is7xx_probe() local
1231 sched_setscheduler(s->kworker_task, SCHED_FIFO, &sched_param); in sc16is7xx_probe()
/Linux-v5.4/kernel/sched/
Dcore.c2136 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task()
5018 const struct sched_param *param, bool check) in _sched_setscheduler()
5046 const struct sched_param *param) in sched_setscheduler()
5077 const struct sched_param *param) in sched_setscheduler_nocheck()
5084 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) in do_sched_setscheduler()
5086 struct sched_param lparam; in do_sched_setscheduler()
5092 if (copy_from_user(&lparam, param, sizeof(struct sched_param))) in do_sched_setscheduler()
5163 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, param) in SYSCALL_DEFINE3()
5178 SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2()
5259 SYSCALL_DEFINE2(sched_getparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2()
[all …]
/Linux-v5.4/drivers/acpi/
Dacpi_pad.c139 struct sched_param param = {.sched_priority = 1}; in power_saving_thread()
/Linux-v5.4/kernel/rcu/
Drcuperf.c363 struct sched_param sp; in rcu_perf_writer()
Dtree_plugin.h946 struct sched_param sp; in rcu_cpu_kthread_setup()
1117 struct sched_param sp; in rcu_spawn_one_boost_kthread()
/Linux-v5.4/drivers/thermal/intel/
Dintel_powerclamp.c73 static const struct sched_param sparam = {
/Linux-v5.4/drivers/gpu/drm/scheduler/
Dsched_main.c700 struct sched_param sparam = {.sched_priority = 1}; in drm_sched_main()
/Linux-v5.4/arch/arm/common/
DbL_switcher.c273 struct sched_param param = { .sched_priority = 1 }; in bL_switcher_thread()
/Linux-v5.4/drivers/platform/chrome/
Dcros_ec_spi.c708 struct sched_param sched_priority = { in cros_ec_spi_devm_high_pri_alloc()
/Linux-v5.4/kernel/locking/
Dlocktorture.c441 struct sched_param param; in torture_rtmutex_boost()
/Linux-v5.4/kernel/
Dkthread.c336 static const struct sched_param param = { .sched_priority = 0 }; in __kthread_create_on_node()

12