Searched refs:priority (Results 26 - 50 of 1095) sorted by relevance

1234567891011>>

/linux-master/drivers/dma/qcom/
H A Dhidma_mgmt.h19 u32 *priority; member in struct:hidma_mgmt_dev
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_skb_ctx.c19 skb->priority++;
/linux-master/drivers/md/dm-vdo/
H A Dpriority-table.h12 * A priority_table is a simple implementation of a priority queue for entries with priorities that
13 * are small non-negative integer values. It implements the obvious priority queue operations of
14 * enqueuing an entry and dequeuing an entry with the maximum priority. It also supports removing
15 * an arbitrary entry. The priority of an entry already in the table can be changed by removing it
16 * and re-enqueuing it with a different priority. All operations have O(1) complexity.
23 * The table is implemented as an array of queues (circular lists) indexed by priority, along with
25 * height priority queue", but given the resemblance to a hash table, "priority table" seems both
36 void vdo_priority_table_enqueue(struct priority_table *table, unsigned int priority,
/linux-master/net/sched/
H A Dact_meta_skbprio.c3 * net/sched/act_meta_prio.c IFE skb->priority metadata module
23 return ife_check_meta_u32(skb->priority, e);
29 u32 ifeprio = skb->priority; /* avoid having to cast skb->priority*/
38 skb->priority = ntohl(ifeprio);
/linux-master/net/dccp/
H A Dqpolicy.c34 * of tx_qlen elements, replace older packets lowest-priority-first.
41 if (best == NULL || skb->priority > best->priority)
51 if (worst == NULL || skb->priority < worst->priority)
124 skb->priority = 0;
/linux-master/include/net/tc_act/
H A Dtc_skbedit.h16 u32 priority; member in struct:tcf_skbedit_params
81 /* Return true iff action is priority */
89 u32 priority; local
92 priority = rcu_dereference(to_skbedit(a)->params)->priority;
95 return priority;
/linux-master/drivers/power/reset/
H A Dsyscon-reboot.c46 int priority; local
60 if (of_property_read_s32(pdev->dev.of_node, "priority", &priority))
61 priority = 192;
83 ctx->restart_handler.priority = priority;
H A Dgpio-poweroff.c57 int priority = SYS_OFF_PRIO_DEFAULT; local
79 device_property_read_u32(&pdev->dev, "priority", &priority);
80 if (priority > 255) {
81 dev_err(&pdev->dev, "Invalid priority property: %u\n", priority);
90 priority, gpio_poweroff_do_poweroff, gpio_poweroff);
/linux-master/drivers/dma/fsl-dpaa2-qdma/
H A Ddpdmai.c20 u8 priority; member in struct:dpdmai_cmd_queue
287 * @priority: Select the queue relative to number of
294 u8 priority, const struct dpdmai_rx_queue_cfg *cfg)
305 cmd_params->priority = cfg->dest_cfg.priority;
306 cmd_params->queue = priority;
321 * @priority: Select the queue relative to number of
328 u8 priority, struct dpdmai_rx_queue_attr *attr)
339 cmd_params->queue = priority;
348 attr->dest_cfg.priority
293 dpdmai_set_rx_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u8 priority, const struct dpdmai_rx_queue_cfg *cfg) argument
327 dpdmai_get_rx_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u8 priority, struct dpdmai_rx_queue_attr *attr) argument
368 dpdmai_get_tx_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u8 priority, u32 *fqid) argument
[all...]
H A Ddpdmai.h121 * @priority: Priority selection within the DPIO or DPCON channel; valid values
128 u8 priority; member in struct:dpdmai_dest_cfg
173 u8 priority, const struct dpdmai_rx_queue_cfg *cfg);
175 u8 priority, struct dpdmai_rx_queue_attr *attr);
177 u16 token, u8 priority, u32 *fqid);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine_heartbeat.c41 if (rq && rq->sched.attr.priority >= I915_PRIORITY_BARRIER &&
46 * The final try is at the highest priority possible. Up until now
112 rq->sched.attr.priority);
138 struct i915_sched_attr attr = { .priority = I915_PRIORITY_MIN };
185 rq->sched.attr.priority < I915_PRIORITY_BARRIER) {
187 * Gradually raise the priority of the heartbeat to
188 * give high priority work [which presumably desires
192 attr.priority = I915_PRIORITY_NORMAL;
193 if (rq->sched.attr.priority >= attr.priority)
[all...]
/linux-master/include/trace/events/
H A Dvmscan.h203 int priority),
206 priority),
217 __field(int, priority)
229 __entry->priority = priority;
232 TP_printk("%pS %p: nid: %d objects to shrink %ld gfp_flags %s cache items %ld delta %lld total_scan %ld priority %d",
241 __entry->priority)
353 struct reclaim_stat *stat, int priority, int file),
355 TP_ARGS(nid, nr_scanned, nr_reclaimed, stat, priority, file),
369 __field(int, priority)
[all...]
/linux-master/lib/
H A Dtest_parman.c68 unsigned long priority; member in struct:test_parman_prio
144 unsigned long priority; local
148 priority = test_parman_rnd_get(test_parman);
149 if (priority == 0)
155 if (prio->priority == 0)
157 if (prio->priority == priority)
160 return priority;
170 /* Assign random uniqueue priority to each prio structure */
171 prio->priority
[all...]
H A Dnotifier-error-inject.c51 struct notifier_err_inject *err_inject, int priority)
59 err_inject->nb.priority = priority;
50 notifier_err_inject_init(const char *name, struct dentry *parent, struct notifier_err_inject *err_inject, int priority) argument
/linux-master/arch/powerpc/kvm/
H A Dtrace_booke.h180 TP_PROTO(struct kvm_vcpu *vcpu, unsigned int priority),
181 TP_ARGS(vcpu, priority),
185 __field( __u32, priority )
191 __entry->priority = priority;
197 __print_symbolic(__entry->priority, kvm_trace_symbol_irqprio),
H A Dbook3s_rtas.c21 u32 irq, server, priority; local
31 priority = be32_to_cpu(args->args[2]);
34 rc = kvmppc_xive_set_xive(vcpu->kvm, irq, server, priority);
36 rc = kvmppc_xics_set_xive(vcpu->kvm, irq, server, priority);
45 u32 irq, server, priority; local
55 server = priority = 0;
57 rc = kvmppc_xive_get_xive(vcpu->kvm, irq, &server, &priority);
59 rc = kvmppc_xics_get_xive(vcpu->kvm, irq, &server, &priority);
66 args->rets[2] = cpu_to_be32(priority);
/linux-master/tools/power/cpupower/bench/
H A Dsystem.c94 * sets the process priority parameter
96 * @param priority priority value
99 * @retval -1 when setting the priority failed
102 int set_process_priority(int priority) argument
106 dprintf("set scheduler priority to %i\n", priority);
108 param.sched_priority = priority;
112 fprintf(stderr, "warning: unable to set scheduler priority\n");
146 * sets up the cpu affinity and scheduler priority
[all...]
/linux-master/include/linux/irqchip/
H A Darm-gic-v4.h57 u8 priority; member in struct:its_vpe::__anon801::__anon803::__anon804
125 u8 priority; member in struct:its_cmd_info::__anon805::__anon807
141 int its_prop_update_vsgi(int irq, u8 priority, bool group);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-power.c120 .priority = 0,
127 .priority = 0,
134 .priority = 0,
/linux-master/net/bridge/netfilter/
H A Debtable_filter.c58 .priority = NF_BR_PRI_FILTER_BRIDGED,
64 .priority = NF_BR_PRI_FILTER_BRIDGED,
70 .priority = NF_BR_PRI_FILTER_OTHER,
H A Debtable_nat.c58 .priority = NF_BR_PRI_NAT_DST_OTHER,
64 .priority = NF_BR_PRI_NAT_SRC,
70 .priority = NF_BR_PRI_NAT_DST_BRIDGED,
/linux-master/arch/sh/include/asm/
H A Dhw_irq.h15 unsigned char priority; /* The priority */ member in struct:ipr_data
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsmfs.h11 mlx5_smfs_matcher_create(struct mlx5dr_table *table, u32 priority, struct mlx5_flow_spec *spec);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dmp.h20 u32 priority; member in struct:lag_mp::__anon15
/linux-master/include/linux/
H A Dif_eql.h31 long priority; member in struct:slave

Completed in 180 milliseconds

1234567891011>>