Searched refs:prioq (Results 1 – 1 of 1) sorted by relevance
1066 …struct priority_queue_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_ro… in sched_clutch_root_bucket_deadline_update() local1067 priority_queue_entry_increased(prioq, &root_bucket->scrb_pqlink); in sched_clutch_root_bucket_deadline_update()1101 …struct priority_queue_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_ro… in sched_clutch_root_bucket_runnable() local1102 priority_queue_insert(prioq, &root_bucket->scrb_pqlink); in sched_clutch_root_bucket_runnable()1130 …struct priority_queue_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_ro… in sched_clutch_root_bucket_empty() local1131 priority_queue_remove(prioq, &root_bucket->scrb_pqlink); in sched_clutch_root_bucket_empty()