sched_priority 273 arch/arm/common/bL_switcher.c struct sched_param param = { .sched_priority = 1 }; sched_priority 428 crypto/crypto_engine.c struct sched_param param = { .sched_priority = MAX_RT_PRIO / 2 }; sched_priority 139 drivers/acpi/acpi_pad.c struct sched_param param = {.sched_priority = 1}; sched_priority 6022 drivers/block/drbd/drbd_receiver.c struct sched_param param = { .sched_priority = 2 }; sched_priority 275 drivers/firmware/psci/psci_checker.c struct sched_param sched_priority = { .sched_priority = MAX_RT_PRIO-1 }; sched_priority 285 drivers/firmware/psci/psci_checker.c if (sched_setscheduler_nocheck(current, SCHED_FIFO, &sched_priority)) sched_priority 353 drivers/firmware/psci/psci_checker.c sched_priority.sched_priority = 0; sched_priority 354 drivers/firmware/psci/psci_checker.c if (sched_setscheduler_nocheck(current, SCHED_NORMAL, &sched_priority)) sched_priority 500 drivers/gpu/drm/msm/msm_drv.c param.sched_priority = 16; sched_priority 700 drivers/gpu/drm/scheduler/sched_main.c struct sched_param sparam = {.sched_priority = 1}; sched_priority 741 drivers/media/pci/ivtv/ivtv-driver.c struct sched_param param = { .sched_priority = 99 }; sched_priority 142 drivers/mmc/core/sdio_irq.c struct sched_param param = { .sched_priority = 1 }; sched_priority 708 drivers/platform/chrome/cros_ec_spi.c struct sched_param sched_priority = { sched_priority 709 drivers/platform/chrome/cros_ec_spi.c .sched_priority = MAX_RT_PRIO / 2, sched_priority 728 drivers/platform/chrome/cros_ec_spi.c SCHED_FIFO, &sched_priority); sched_priority 258 drivers/powercap/idle_inject.c struct sched_param param = { .sched_priority = MAX_USER_RT_PRIO / 2 }; sched_priority 1438 drivers/spi/spi.c struct sched_param param = { .sched_priority = MAX_RT_PRIO / 2 }; sched_priority 247 drivers/staging/android/ion/ion_heap.c struct sched_param param = { .sched_priority = 0 }; sched_priority 74 drivers/thermal/intel/intel_powerclamp.c .sched_priority = MAX_USER_RT_PRIO / 2, sched_priority 1181 drivers/tty/serial/sc16is7xx.c struct sched_param sched_param = { .sched_priority = MAX_RT_PRIO / 2 }; sched_priority 1127 drivers/watchdog/watchdog_dev.c struct sched_param param = {.sched_priority = MAX_RT_PRIO - 1,}; sched_priority 8 include/uapi/linux/sched/types.h int sched_priority; sched_priority 110 include/uapi/linux/sched/types.h __u32 sched_priority; sched_priority 1229 kernel/irq/manage.c .sched_priority = MAX_USER_RT_PRIO/2, sched_priority 1238 kernel/irq/manage.c param.sched_priority -= 1; sched_priority 336 kernel/kthread.c static const struct sched_param param = { .sched_priority = 0 }; sched_priority 453 kernel/locking/locktorture.c param.sched_priority = MAX_RT_PRIO - 1; sched_priority 467 kernel/locking/locktorture.c param.sched_priority = 0; sched_priority 372 kernel/rcu/rcuperf.c sp.sched_priority = 1; sched_priority 434 kernel/rcu/rcuperf.c sp.sched_priority = 0; sched_priority 808 kernel/rcu/rcutorture.c sp.sched_priority = 1; sched_priority 3302 kernel/rcu/tree.c sp.sched_priority = kthread_prio; sched_priority 949 kernel/rcu/tree_plugin.h sp.sched_priority = kthread_prio; sched_priority 1140 kernel/rcu/tree_plugin.h sp.sched_priority = kthread_prio; sched_priority 2132 kernel/sched/core.c struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; sched_priority 4699 kernel/sched/core.c p->rt_priority = attr->sched_priority; sched_priority 4754 kernel/sched/core.c MAX_RT_PRIO - 1 - attr->sched_priority; sched_priority 4785 kernel/sched/core.c if ((p->mm && attr->sched_priority > MAX_USER_RT_PRIO-1) || sched_priority 4786 kernel/sched/core.c (!p->mm && attr->sched_priority > MAX_RT_PRIO-1)) sched_priority 4789 kernel/sched/core.c (rt_policy(policy) != (attr->sched_priority != 0))) sched_priority 4811 kernel/sched/core.c if (attr->sched_priority > p->rt_priority && sched_priority 4812 kernel/sched/core.c attr->sched_priority > rlim_rtprio) sched_priority 4887 kernel/sched/core.c if (rt_policy(policy) && attr->sched_priority != p->rt_priority) sched_priority 5021 kernel/sched/core.c .sched_priority = param->sched_priority, sched_priority 5260 kernel/sched/core.c struct sched_param lp = { .sched_priority = 0 }; sched_priority 5278 kernel/sched/core.c lp.sched_priority = p->rt_priority; sched_priority 5366 kernel/sched/core.c kattr.sched_priority = p->rt_priority; sched_priority 662 kernel/sched/cpufreq_schedutil.c .sched_priority = 0, sched_priority 2631 kernel/sched/deadline.c attr->sched_priority = p->rt_priority; sched_priority 1055 kernel/sched/psi.c .sched_priority = 1, sched_priority 460 kernel/trace/ring_buffer_benchmark.c .sched_priority = consumer_fifo sched_priority 469 kernel/trace/ring_buffer_benchmark.c .sched_priority = producer_fifo sched_priority 141 tools/laptop/freefall/freefall.c param.sched_priority = sched_get_priority_max(SCHED_FIFO); sched_priority 1472 tools/perf/builtin-record.c param.sched_priority = rec->realtime_prio; sched_priority 1303 tools/perf/builtin-top.c param.sched_priority = top->realtime_prio; sched_priority 108 tools/power/cpupower/bench/system.c param.sched_priority = priority; sched_priority 92 tools/testing/selftests/futex/functional/futex_requeue_pi.c schedp.sched_priority = prio; sched_priority 71 tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c schedp.sched_priority = prio; sched_priority 407 tools/testing/selftests/powerpc/mm/tlbie_test.c param.sched_priority = 1; sched_priority 423 tools/testing/selftests/powerpc/mm/tlbie_test.c param.sched_priority = 1;