Home
last modified time | relevance | path

Searched refs:glb (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/tools/perf/scripts/python/
Dexported-sql-viewer.py203 def __init__(self, glb, params, parent=None): argument
205 self.glb = glb
468 def __init__(self, glb, params, row, parent_item): argument
469 self.glb = glb
509 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument
510 super(CallGraphLevelTwoPlusItemBase, self).__init__(glb, params, row, parent_item)
521 query = QSqlQuery(self.glb.db)
545 …child_item = CallGraphLevelThreeItem(self.glb, self.params, self.child_count, self.comm_id, self.t…
553 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument
554 …super(CallGraphLevelThreeItem, self).__init__(glb, params, row, comm_id, thread_id, call_path_id, …
[all …]
/Linux-v5.4/drivers/staging/comedi/drivers/
Dni_at_a2150.c250 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-v5.4/sound/soc/sof/
Dipc.c54 u32 glb; in ipc_log_header() local
57 glb = cmd & SOF_GLB_TYPE_MASK; in ipc_log_header()
60 switch (glb) { in ipc_log_header()
/Linux-v5.4/fs/gfs2/
Dglock.c1516 struct gfs2_glock *gla, *glb; in glock_cmp() local
1519 glb = list_entry(b, struct gfs2_glock, gl_lru); in glock_cmp()
1521 if (gla->gl_name.ln_number > glb->gl_name.ln_number) in glock_cmp()
1523 if (gla->gl_name.ln_number < glb->gl_name.ln_number) in glock_cmp()