Searched refs:scheduler_params (Results 1 – 3 of 3) sorted by relevance
730 struct sched_param scheduler_params = {0}; in cds_ol_rx_thread() local732 scheduler_params.sched_priority = 1; in cds_ol_rx_thread()733 sched_setscheduler(current, SCHED_FIFO, &scheduler_params); in cds_ol_rx_thread()
6937 uint32_t scheduler_params; member
9704 resource_cfg->sched_params = tgt_res_cfg->scheduler_params; in wmi_copy_resource_config()