Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/comedi/drivers/
Dni_at_a2150.c269 int lub, glb, temp; in a2150_get_timing() local
279 glb = board->clock[glb_index] * (1 << glb_divisor_shift); in a2150_get_timing()
282 if (*period < glb) in a2150_get_timing()
283 *period = glb; in a2150_get_timing()
299 if (temp > glb && temp <= *period) { in a2150_get_timing()
302 glb = temp; in a2150_get_timing()
310 if (lub - *period < *period - glb) in a2150_get_timing()
313 *period = glb; in a2150_get_timing()
319 *period = glb; in a2150_get_timing()
/linux-4.4.14/fs/gfs2/
Dglock.c1291 struct gfs2_glock *gla, *glb; in glock_cmp() local
1294 glb = list_entry(b, struct gfs2_glock, gl_lru); in glock_cmp()
1296 if (gla->gl_name.ln_number > glb->gl_name.ln_number) in glock_cmp()
1298 if (gla->gl_name.ln_number < glb->gl_name.ln_number) in glock_cmp()