Searched refs:glb (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 213 def __init__(self, glb, params, parent=None): argument 215 self.glb = glb 487 def __init__(self, glb, params, row, parent_item): argument 488 self.glb = glb 528 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument 529 super(CallGraphLevelTwoPlusItemBase, self).__init__(glb, params, row, parent_item) 540 query = QSqlQuery(self.glb.db) 564 …child_item = CallGraphLevelThreeItem(self.glb, self.params, self.child_count, self.comm_id, self.t… 572 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument 573 …super(CallGraphLevelThreeItem, self).__init__(glb, params, row, comm_id, thread_id, call_path_id, … [all …]
|
| /linux/drivers/comedi/drivers/ |
| H A D | ni_at_a2150.c | 248 int lub, glb, temp; in a2150_get_timing() local 258 glb = board->clock[glb_index] * (1 << glb_divisor_shift); in a2150_get_timing() 261 if (*period < glb) in a2150_get_timing() 262 *period = glb; in a2150_get_timing() 278 if (temp > glb && temp <= *period) { in a2150_get_timing() 281 glb = temp; in a2150_get_timing() 289 if (lub - *period < *period - glb) in a2150_get_timing() 292 *period = glb; in a2150_get_timing() 298 *period = glb; in a2150_get_timing()
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt8195.dtsi | 1738 pciephy_glb_intr: pciephy-glb-intr@193 {
|