Lines Matching refs:root_bucket
178 root_bucket = root_clutch.scr_unbound_buckets[i]
180 if root_bucket.scrb_clutch_buckets.scbrq_count != 0 and i != 0:
181 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim…
182 …:>10s} | {:>15d} | ".format("*", bucketStr[int(root_bucket.scrb_bucket)], "*", "*", addressof(root…
183 clutch_bucket_runq = root_bucket.scrb_clutch_buckets
201 root_bucket = root_clutch.scr_bound_buckets[i]
203 if root_bucket.scrb_bound_thread_runq.count != 0:
204 …root_bucket_deadline = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTim…
205 … | ".format("*", bucketStr[int(root_bucket.scrb_bucket)] + " [Bound]", "*", "*", addressof(root_bu…
206 if root_bucket.scrb_bound_thread_runq.count == 0:
209 thread_runq = root_bucket.scrb_bound_thread_runq
255 root_bucket = kern.GetValueFromAddress(cmd_args[0], "struct sched_clutch_root_bucket *")
256 if not root_bucket:
259 print("{:<30s} : 0x{:<16x}".format("Root Bucket", root_bucket))
260 print("{:<30s} : {:s}".format("Bucket Name", bucketStr[int(root_bucket.scrb_bucket)]))
261 …print("{:<30s} : {:d}".format("Deadline", (root_bucket.scrb_pqlink.deadline if root_bucket.scrb_cl…
264 clutch_bucket_runq = root_bucket.scrb_clutch_buckets