Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/fs/gfs2/
Dglock.c1417 struct gfs2_glock *gla, *glb; in glock_cmp() local
1420 glb = list_entry(b, struct gfs2_glock, gl_lru); in glock_cmp()
1422 if (gla->gl_name.ln_number > glb->gl_name.ln_number) in glock_cmp()
1424 if (gla->gl_name.ln_number < glb->gl_name.ln_number) in glock_cmp()