Lines Matching refs:vlc
11523 struct vl_arb_cache *vlc; in fm_get_table() local
11532 vlc = vl_arb_lock_cache(ppd, HI_PRIO_TABLE); in fm_get_table()
11533 vl_arb_get_cache(vlc, t); in fm_get_table()
11542 vlc = vl_arb_lock_cache(ppd, LO_PRIO_TABLE); in fm_get_table()
11543 vl_arb_get_cache(vlc, t); in fm_get_table()
11576 struct vl_arb_cache *vlc; in fm_set_table() local
11580 vlc = vl_arb_lock_cache(ppd, HI_PRIO_TABLE); in fm_set_table()
11581 if (vl_arb_match_cache(vlc, t)) { in fm_set_table()
11585 vl_arb_set_cache(vlc, t); in fm_set_table()
11591 vlc = vl_arb_lock_cache(ppd, LO_PRIO_TABLE); in fm_set_table()
11592 if (vl_arb_match_cache(vlc, t)) { in fm_set_table()
11596 vl_arb_set_cache(vlc, t); in fm_set_table()