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
168 self.use_delay = blkg.use_delay.counter.value_()
169 self.delay_ms = blkg.delay_nsec.counter.value_() / 1_000_000
237 blkg = drgn.Object(prog, 'struct blkcg_gq', address=ptr) variable
239 if devname == blkg.q.kobj.parent.name.string_().decode('utf-8'):
240 q_id = blkg.q.id.value_()
241 if blkg.pd[plid]:
242 root_iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd')
263 for path, blkg in BlkgIterator(blkcg_root, q_id):
266 if not blkg.pd[plid]:
269 iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd')