Lines Matching refs:vlc
11604 struct vl_arb_cache *vlc; in fm_get_table() local
11613 vlc = vl_arb_lock_cache(ppd, HI_PRIO_TABLE); in fm_get_table()
11614 vl_arb_get_cache(vlc, t); in fm_get_table()
11623 vlc = vl_arb_lock_cache(ppd, LO_PRIO_TABLE); in fm_get_table()
11624 vl_arb_get_cache(vlc, t); in fm_get_table()
11657 struct vl_arb_cache *vlc; in fm_set_table() local
11661 vlc = vl_arb_lock_cache(ppd, HI_PRIO_TABLE); in fm_set_table()
11662 if (vl_arb_match_cache(vlc, t)) { in fm_set_table()
11666 vl_arb_set_cache(vlc, t); in fm_set_table()
11672 vlc = vl_arb_lock_cache(ppd, LO_PRIO_TABLE); in fm_set_table()
11673 if (vl_arb_match_cache(vlc, t)) { in fm_set_table()
11677 vl_arb_set_cache(vlc, t); in fm_set_table()