Home
last modified time | relevance | path

Searched refs:max_priority (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/msm/
H A Dmsm_submitqueue.c265 int default_prio, max_priority; in msm_submitqueue_init() local
270 max_priority = (priv->gpu->nr_rings * NR_SCHED_PRIORITIES) - 1; in msm_submitqueue_init()
277 default_prio = DIV_ROUND_UP(max_priority, 2); in msm_submitqueue_init()
/linux/drivers/md/dm-vdo/
H A Dpriority-table.h31 int __must_check vdo_make_priority_table(unsigned int max_priority,
H A Dfunnel-workqueue.h20 enum vdo_completion_priority max_priority; member
H A Dvdo.c149 .max_priority = VDO_DEFAULT_Q_MAX_PRIORITY,
156 .max_priority = BIO_ACK_Q_MAX_PRIORITY,
163 .max_priority = CPU_Q_MAX_PRIORITY,
/linux/net/sched/
H A Dsch_skbprio.c71 const unsigned int max_priority = SKBPRIO_MAX_PRIORITY - 1; in skbprio_enqueue() local
79 prio = min(skb->priority, max_priority); in skbprio_enqueue()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c39 u64 max_priority; in mlxsw_sp_acl_tcam_priority_get() local
50 max_priority = MLXSW_CORE_RES_GET(mlxsw_sp->core, KVD_SIZE) - 1; in mlxsw_sp_acl_tcam_priority_get()
51 if (rulei->priority >= max_priority) in mlxsw_sp_acl_tcam_priority_get()
55 *priority = max_priority - rulei->priority; in mlxsw_sp_acl_tcam_priority_get()