Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/scrub/
H A Drmap_repair.c1470 struct xrep_rmap_find_gaps *rfg = priv; in xrep_rmap_find_freesp() local
1483 struct xrep_rmap_find_gaps *rfg = priv; in xrep_rmap_find_gaps() local
1487 error = xagb_bitmap_set(&rfg->rmap_gaps, rfg->next_agbno, in xrep_rmap_find_gaps()
1493 rfg->next_agbno = max_t(xfs_agblock_t, rfg->next_agbno, in xrep_rmap_find_gaps()
1508 struct xrep_rmap_find_gaps rfg = { in xrep_rmap_remove_old_tree() local
1518 xagb_bitmap_init(&rfg.rmap_gaps); in xrep_rmap_remove_old_tree()
1530 if (rfg.next_agbno < agend) { in xrep_rmap_remove_old_tree()
1531 error = xagb_bitmap_set(&rfg.rmap_gaps, rfg.next_agbno, in xrep_rmap_remove_old_tree()
1532 agend - rfg.next_agbno); in xrep_rmap_remove_old_tree()
1541 &rfg); in xrep_rmap_remove_old_tree()
[all …]
/linux-6.15/drivers/media/dvb-frontends/
H A Dzl10036.c273 u8 rfg, ba, bg; in zl10036_set_gain_params() local
276 rfg = 0; /* enable when using an lna */ in zl10036_set_gain_params()
281 buf[0] = 0x80 | ((rfg << 5) & 0x20) in zl10036_set_gain_params()
290 deb_info("%s: c=%u rfg=%u ba=%u bg=%u\n", __func__, c, rfg, ba, bg); in zl10036_set_gain_params()