/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 212 def __init__(self, glb, params, parent=None): 214 self.glb = glb 486 def __init__(self, glb, params, row, parent_item): 487 self.glb = glb 527 def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, branch_count, parent_item): 528 super(CallGraphLevelTwoPlusItemBase, self).__init__(glb, params, row, parent_item) 539 query = QSqlQuery(self.glb.db) 563 child_item = CallGraphLevelThreeItem(self.glb, sel [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 213 def __init__(self, glb, params, parent=None): 215 self.glb = glb 487 def __init__(self, glb, params, row, parent_item): 488 self.glb = glb 528 def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, branch_count, parent_item): 529 super(CallGraphLevelTwoPlusItemBase, self).__init__(glb, params, row, parent_item) 540 query = QSqlQuery(self.glb.db) 564 child_item = CallGraphLevelThreeItem(self.glb, sel [all...] |
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | avs.h | 176 union avs_global_msg glb; member 238 tx->glb.primary, tx->glb.ext.val, error); in avs_ipc_err() 241 tx->glb.primary, tx->glb.ext.val, error); in avs_ipc_err()
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H 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()
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | ipc3.c | 25 u32 glb; in ipc3_log_header() local 29 glb = cmd & SOF_GLB_TYPE_MASK; in ipc3_log_header() 32 switch (glb) { in ipc3_log_header()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | glock.c | 1750 struct gfs2_glock *gla, *glb; in glock_cmp() local 1753 glb = list_entry(b, struct gfs2_glock, gl_lru); in glock_cmp() 1755 if (gla->gl_name.ln_number > glb->gl_name.ln_number) in glock_cmp() 1757 if (gla->gl_name.ln_number < glb->gl_name.ln_number) in glock_cmp()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | glock.c | 1930 struct gfs2_glock *gla, *glb; in glock_cmp() local 1933 glb = list_entry(b, struct gfs2_glock, gl_lru); in glock_cmp() 1935 if (gla->gl_name.ln_number > glb->gl_name.ln_number) in glock_cmp() 1937 if (gla->gl_name.ln_number < glb->gl_name.ln_number) in glock_cmp()
|