Lines Matching refs:blkg
74 blkg = drgn.Object(prog, 'struct blkcg_gq',
76 if not blkg.address_:
79 self.blkgs.append((path if path else '/', blkg))
143 blkg = iocg.pd.blkg
165 if blkg.use_delay.counter.value_() != 0:
166 self.delay_ms = blkg.delay_nsec.counter.value_() / 1_000_000
222 blkg = drgn.Object(prog, 'struct blkcg_gq', address=ptr)
224 if devname == blkg.q.kobj.parent.name.string_().decode('utf-8'):
225 q_id = blkg.q.id.value_()
226 if blkg.pd[plid]:
227 root_iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd')
251 for path, blkg in BlkgIterator(blkcg_root, q_id):
254 if not blkg.pd[plid]:
257 iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd')