Searched refs:max_priority (Results 1 – 4 of 4) sorted by relevance
178 int default_prio, max_priority; in msm_submitqueue_init() local183 max_priority = (priv->gpu->nr_rings * NR_SCHED_PRIORITIES) - 1; in msm_submitqueue_init()190 default_prio = DIV_ROUND_UP(max_priority, 2); in msm_submitqueue_init()
71 const unsigned int max_priority = SKBPRIO_MAX_PRIORITY - 1; in skbprio_enqueue() local79 prio = min(skb->priority, max_priority); in skbprio_enqueue()
97 u64 max_priority; in mlxsw_sp_acl_tcam_priority_get() local108 max_priority = MLXSW_CORE_RES_GET(mlxsw_sp->core, KVD_SIZE) - 1; in mlxsw_sp_acl_tcam_priority_get()109 if (rulei->priority >= max_priority) in mlxsw_sp_acl_tcam_priority_get()113 *priority = max_priority - rulei->priority; in mlxsw_sp_acl_tcam_priority_get()
161 static int max_priority[] = { 127 }; /* From DECnet spec */ variable185 .extra2 = &max_priority
Completed in 15 milliseconds