Lines Matching refs:blkg
79 blkg = drgn.Object(prog, 'struct blkcg_gq',
81 if not blkg.address_:
84 self.blkgs.append((path if path else '/', blkg))
146 blkg = iocg.pd.blkg
170 if blkg.use_delay.counter.value_() != 0:
171 self.delay_ms = blkg.delay_nsec.counter.value_() / 1_000_000
229 blkg = drgn.Object(prog, 'struct blkcg_gq', address=ptr) variable
231 if devname == blkg.q.mq_kobj.parent.name.string_().decode('utf-8'):
232 q_id = blkg.q.id.value_()
233 if blkg.pd[plid]:
234 root_iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd')
258 for path, blkg in BlkgIterator(blkcg_root, q_id):
261 if not blkg.pd[plid]:
264 iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd')