Searched refs:scrb_pqlink (Results 1 – 3 of 3) sorted by relevance
108 struct priority_queue_entry_deadline scrb_pqlink; member
604 priority_queue_entry_init(&root_bucket->scrb_pqlink); in sched_clutch_root_bucket_init()605 root_bucket->scrb_pqlink.deadline = 0; in sched_clutch_root_bucket_init()891 …ty_queue_min(&root_clutch->scr_unbound_root_buckets, struct sched_clutch_root_bucket, scrb_pqlink); in sched_clutch_root_highest_root_bucket()894 …ty_queue_min(&root_clutch->scr_unbound_root_buckets, struct sched_clutch_root_bucket, scrb_pqlink); in sched_clutch_root_highest_root_bucket()895 …rity_queue_min(&root_clutch->scr_bound_root_buckets, struct sched_clutch_root_bucket, scrb_pqlink); in sched_clutch_root_highest_root_bucket()898 …edf_bucket = (bound_bucket->scrb_pqlink.deadline <= unbound_bucket->scrb_pqlink.deadline) ? bound_… in sched_clutch_root_highest_root_bucket()913 if (prev_bucket != NULL && prev_bucket->scrb_pqlink.deadline < edf_bucket->scrb_pqlink.deadline) { in sched_clutch_root_highest_root_bucket()1083 uint64_t old_deadline = root_bucket->scrb_pqlink.deadline; in sched_clutch_root_bucket_deadline_update()1089 root_bucket->scrb_pqlink.deadline = new_deadline; in sched_clutch_root_bucket_deadline_update()1092 priority_queue_entry_increased(prioq, &root_bucket->scrb_pqlink); in sched_clutch_root_bucket_deadline_update()[all …]
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…