Searched refs:glb (Results 1 – 4 of 4) sorted by relevance
| /linux-5.15/tools/perf/scripts/python/ |
| 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-5.15/drivers/comedi/drivers/ |
| A D | ni_at_a2150.c | 250 int lub, glb, temp; in a2150_get_timing() local 260 glb = board->clock[glb_index] * (1 << glb_divisor_shift); in a2150_get_timing() 263 if (*period < glb) in a2150_get_timing() 264 *period = glb; in a2150_get_timing() 280 if (temp > glb && temp <= *period) { in a2150_get_timing() 283 glb = temp; in a2150_get_timing() 291 if (lub - *period < *period - glb) in a2150_get_timing() 294 *period = glb; in a2150_get_timing() 300 *period = glb; in a2150_get_timing()
|
| /linux-5.15/sound/soc/sof/ |
| A D | ipc.c | 55 u32 glb; in ipc_log_header() local 59 glb = cmd & SOF_GLB_TYPE_MASK; in ipc_log_header() 62 switch (glb) { in ipc_log_header()
|
| /linux-5.15/fs/gfs2/ |
| H A D | glock.c | 1758 struct gfs2_glock *gla, *glb; in glock_cmp() local 1761 glb = list_entry(b, struct gfs2_glock, gl_lru); in glock_cmp() 1763 if (gla->gl_name.ln_number > glb->gl_name.ln_number) in glock_cmp() 1765 if (gla->gl_name.ln_number < glb->gl_name.ln_number) in glock_cmp()
|