vl_arb_cache
spin_lock_init(&ppd->vl_arb_cache[i].lock);
static inline struct vl_arb_cache *
spin_lock(&ppd->vl_arb_cache[idx].lock);
return &ppd->vl_arb_cache[idx];
spin_unlock(&ppd->vl_arb_cache[idx].lock);
static void vl_arb_get_cache(struct vl_arb_cache *cache,
static void vl_arb_set_cache(struct vl_arb_cache *cache,
static int vl_arb_match_cache(struct vl_arb_cache *cache,
struct vl_arb_cache *vlc;
struct vl_arb_cache *vlc;
struct vl_arb_cache vl_arb_cache[MAX_PRIO_TABLE];