Searched refs:vlc (Results 1 – 1 of 1) sorted by relevance
7363 struct vl_arb_cache *vlc; in fm_get_table() local7372 vlc = vl_arb_lock_cache(ppd, HI_PRIO_TABLE); in fm_get_table()7373 vl_arb_get_cache(vlc, t); in fm_get_table()7382 vlc = vl_arb_lock_cache(ppd, LO_PRIO_TABLE); in fm_get_table()7383 vl_arb_get_cache(vlc, t); in fm_get_table()7416 struct vl_arb_cache *vlc; in fm_set_table() local7420 vlc = vl_arb_lock_cache(ppd, HI_PRIO_TABLE); in fm_set_table()7421 if (vl_arb_match_cache(vlc, t)) { in fm_set_table()7425 vl_arb_set_cache(vlc, t); in fm_set_table()7431 vlc = vl_arb_lock_cache(ppd, LO_PRIO_TABLE); in fm_set_table()[all …]