Searched refs:scrb_pqlink (Results 1 – 3 of 3) sorted by relevance
548 priority_queue_entry_init(&root_bucket->scrb_pqlink); in sched_clutch_root_bucket_init()549 root_bucket->scrb_pqlink.deadline = SCHED_CLUTCH_INVALID_TIME_64; in sched_clutch_root_bucket_init()693 …ty_queue_min(&root_clutch->scr_unbound_root_buckets, struct sched_clutch_root_bucket, scrb_pqlink); in sched_clutch_root_highest_root_bucket()695 …ty_queue_min(&root_clutch->scr_unbound_root_buckets, struct sched_clutch_root_bucket, scrb_pqlink); in sched_clutch_root_highest_root_bucket()696 …rity_queue_min(&root_clutch->scr_bound_root_buckets, struct sched_clutch_root_bucket, scrb_pqlink); in sched_clutch_root_highest_root_bucket()699 …edf_bucket = (bound_bucket->scrb_pqlink.deadline <= unbound_bucket->scrb_pqlink.deadline) ? bound_… in sched_clutch_root_highest_root_bucket()822 uint64_t old_deadline = root_bucket->scrb_pqlink.deadline; in sched_clutch_root_bucket_deadline_update()828 root_bucket->scrb_pqlink.deadline = new_deadline; in sched_clutch_root_bucket_deadline_update()830 priority_queue_entry_increased(prioq, &root_bucket->scrb_pqlink); in sched_clutch_root_bucket_deadline_update()861 …root_bucket->scrb_pqlink.deadline = sched_clutch_root_bucket_deadline_calculate(root_bucket, times… in sched_clutch_root_bucket_runnable()[all …]
104 struct priority_queue_entry_deadline scrb_pqlink; member
183 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim…206 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim…263 …print("{:<30s} : {:d}".format("Deadline", (root_bucket.scrb_pqlink.deadline if root_bucket.scrb_cl…