Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/scripts/python/
Dexported-sql-viewer.py213 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.19.10/drivers/comedi/drivers/
Dni_at_a2150.c248 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-5.19.10/sound/soc/intel/avs/
Davs.h166 union avs_global_msg glb; member
226 tx->glb.primary, tx->glb.ext.val, error); in avs_ipc_err()
229 tx->glb.primary, tx->glb.ext.val, error); in avs_ipc_err()
/linux-5.19.10/sound/soc/sof/
Dipc3.c24 u32 glb; in ipc3_log_header() local
28 glb = cmd & SOF_GLB_TYPE_MASK; in ipc3_log_header()
31 switch (glb) { in ipc3_log_header()
/linux-5.19.10/fs/gfs2/
Dglock.c1979 struct gfs2_glock *gla, *glb; in glock_cmp() local
1982 glb = list_entry(b, struct gfs2_glock, gl_lru); in glock_cmp()
1984 if (gla->gl_name.ln_number > glb->gl_name.ln_number) in glock_cmp()
1986 if (gla->gl_name.ln_number < glb->gl_name.ln_number) in glock_cmp()