Searched refs:sched_setscheduler (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux_sched.c | 42 rc = sched_setscheduler(p, policy, param); in setScheduler()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_thread.h | 138 uwRet = sched_setscheduler(kthread, thread_param->l_policy, &st_sched_param); in oal_kthread_create() 140 oal_io_print3("%s sched_setscheduler failed! ret =%d, prio=%d\n", pc_thread_name, uwRet, thread_param->l_prio); in oal_kthread_create() 161 if (sched_setscheduler(pst_thread, thread_param->l_policy, &st_sched_param)) { in oal_set_thread_property()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_task.c | 84 sched_setscheduler(task->task, SCHED_RR, ¶m); in osal_kthread_set_priority()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | sched.h | 91 int sched_setscheduler(pid_t, int, const struct sched_param *);
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | core.c | 5450 * The RT priorities are set via sched_setscheduler(), but we still in set_user_nice() 5999 * sched_setscheduler - change the scheduling policy and/or RT priority of a 6011 int sched_setscheduler(struct task_struct *p, int policy, in sched_setscheduler() function 6016 EXPORT_SYMBOL_GPL(sched_setscheduler); variable 6037 * Just like sched_setscheduler, only don't bother checking if the 6119 retval = sched_setscheduler(p, policy, &lparam); in do_sched_setscheduler() 6191 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, in SYSCALL_DEFINE3()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | sched.h | 1845 extern int sched_setscheduler(struct task_struct *, int, const struct sched_param *);
|
Completed in 18 milliseconds