Searched refs:scrb_pqlink (Results 1 – 3 of 3) sorted by relevance
584 priority_queue_entry_init(&root_bucket->scrb_pqlink); in sched_clutch_root_bucket_init()585 root_bucket->scrb_pqlink.deadline = 0; in sched_clutch_root_bucket_init()871 …ty_queue_min(&root_clutch->scr_unbound_root_buckets, struct sched_clutch_root_bucket, scrb_pqlink); in sched_clutch_root_highest_root_bucket()874 …ty_queue_min(&root_clutch->scr_unbound_root_buckets, struct sched_clutch_root_bucket, scrb_pqlink); in sched_clutch_root_highest_root_bucket()875 …rity_queue_min(&root_clutch->scr_bound_root_buckets, struct sched_clutch_root_bucket, scrb_pqlink); in sched_clutch_root_highest_root_bucket()878 …edf_bucket = (bound_bucket->scrb_pqlink.deadline <= unbound_bucket->scrb_pqlink.deadline) ? bound_… in sched_clutch_root_highest_root_bucket()893 if (prev_bucket != NULL && prev_bucket->scrb_pqlink.deadline < edf_bucket->scrb_pqlink.deadline) { in sched_clutch_root_highest_root_bucket()1057 uint64_t old_deadline = root_bucket->scrb_pqlink.deadline; in sched_clutch_root_bucket_deadline_update()1063 root_bucket->scrb_pqlink.deadline = new_deadline; in sched_clutch_root_bucket_deadline_update()1066 priority_queue_entry_increased(prioq, &root_bucket->scrb_pqlink); in sched_clutch_root_bucket_deadline_update()[all …]
108 struct priority_queue_entry_deadline scrb_pqlink; member
177 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim…200 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim…257 …print("{:<30s} : {:d}".format("Deadline", (root_bucket.scrb_pqlink.deadline if root_bucket.scrb_cl…