Home
last modified time | relevance | path

Searched refs:l_policy (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_thread.h65 hi_s32 l_policy; member
138 uwRet = sched_setscheduler(kthread, thread_param->l_policy, &st_sched_param); in oal_kthread_create()
159 oal_io_print1("set thread scheduler policy %d\n", thread_param->l_policy); in oal_set_thread_property()
161 if (sched_setscheduler(pst_thread, thread_param->l_policy, &st_sched_param)) { in oal_set_thread_property()
162 oal_io_print1("[Error]set scheduler failed! %d\n", thread_param->l_policy); in oal_set_thread_property()
166 if (thread_param->l_policy != SCHED_FIFO && thread_param->l_policy != SCHED_RR) { in oal_set_thread_property()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
H A Dfrw_task.c275 st_thread_param.l_policy = OAL_SCHED_RR; in frw_task_init()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_task.c299 thread_param.l_policy = OAL_SCHED_FIFO; in hcc_task_init()

Completed in 3 milliseconds