Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py212 def __init__(self, glb, params, parent=None): argument
214 self.glb = glb
486 def __init__(self, glb, params, row, parent_item): argument
487 self.glb = glb
527 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument
528 super(CallGraphLevelTwoPlusItemBase, self).__init__(glb, params, row, parent_item)
539 query = QSqlQuery(self.glb.db)
563 …child_item = CallGraphLevelThreeItem(self.glb, self.params, self.child_count, self.comm_id, self.t…
571 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument
572 …super(CallGraphLevelThreeItem, self).__init__(glb, params, row, comm_id, thread_id, call_path_id, …
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A 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()
/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dfsl_validate.c32 static struct fsl_secboot_glb glb; variable
283 memcpy(&glb.ie_tbl, (u8 *)ie_tbl_addr, sizeof(struct ie_key_info)); in install_ie_tbl()
284 img->ie_addr = (uintptr_t)&glb.ie_tbl; in install_ie_tbl()
285 glb.ie_addr = img->ie_addr; in install_ie_tbl()
843 if (glb.ie_addr) in secboot_init()
844 img->ie_addr = glb.ie_addr; in secboot_init()
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dipc.c55 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()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dglock.c1749 struct gfs2_glock *gla, *glb; in glock_cmp() local
1752 glb = list_entry(b, struct gfs2_glock, gl_lru); in glock_cmp()
1754 if (gla->gl_name.ln_number > glb->gl_name.ln_number) in glock_cmp()
1756 if (gla->gl_name.ln_number < glb->gl_name.ln_number) in glock_cmp()