Lines Matching refs:vlc
11606 struct vl_arb_cache *vlc; in fm_get_table() local
11615 vlc = vl_arb_lock_cache(ppd, HI_PRIO_TABLE); in fm_get_table()
11616 vl_arb_get_cache(vlc, t); in fm_get_table()
11625 vlc = vl_arb_lock_cache(ppd, LO_PRIO_TABLE); in fm_get_table()
11626 vl_arb_get_cache(vlc, t); in fm_get_table()
11659 struct vl_arb_cache *vlc; in fm_set_table() local
11663 vlc = vl_arb_lock_cache(ppd, HI_PRIO_TABLE); in fm_set_table()
11664 if (vl_arb_match_cache(vlc, t)) { in fm_set_table()
11668 vl_arb_set_cache(vlc, t); in fm_set_table()
11674 vlc = vl_arb_lock_cache(ppd, LO_PRIO_TABLE); in fm_set_table()
11675 if (vl_arb_match_cache(vlc, t)) { in fm_set_table()
11679 vl_arb_set_cache(vlc, t); in fm_set_table()