Searched refs:priority (Results 51 - 75 of 1104) sorted by path

1234567891011>>

/linux-master/net/bridge/netfilter/
H A Debt_log.c127 pr_cont(" IPv6 SRC=%pI6 IPv6 DST=%pI6, IPv6 priority=0x%01X, Next Header=%d",
128 &ih->saddr, &ih->daddr, ih->priority, ih->nexthdr);
/linux-master/net/caif/
H A Dcfpkt_skbuff.c363 skb2->priority = skb->priority;
380 pkt_to_skb(pkt)->priority = prio;
/linux-master/net/dccp/
H A Dackvec.h105 struct dccp_ackvec *dccp_ackvec_alloc(const gfp_t priority);
/linux-master/net/ieee802154/6lowpan/
H A Dtx.c113 frag->priority = skb->priority;
/linux-master/net/netfilter/
H A Dxt_CLASSIFY.c3 * This is a module which is used for setting the skb->priority field
33 skb->priority = clinfo->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/tools/firewire/
H A Dnosy-dump.h81 uint32_t priority:4; member in struct:link_packet::__anon14856::__anon14857
/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...]
H A Dsystem.h13 int set_process_priority(int priority);
/linux-master/arch/arc/kernel/
H A Dentry-compact.S320 ; use the same priority as rtie: EXCPN, L2 IRQ, L1 IRQ, None
/linux-master/arch/arm/kernel/
H A Dkgdb.c212 .priority = -INT_MAX,
H A Dsetup.c1099 .priority = 128,
/linux-master/arch/arm/mach-omap1/
H A Dirq.c95 * Allows tuning the IRQ type and priority
101 static void omap_irq_set_cfg(int irq, int fiq, int priority, int trigger) argument
109 val = fiq | ((priority & 0x1f) << 2) | ((trigger & 0x1) << 1);
H A Domap-dma.c103 void omap_set_dma_priority(int lch, int dst_port, int priority) argument
128 l |= (priority & 0xf) << 8;
/linux-master/arch/arm/mach-omap2/
H A Dprcm-common.h460 * @priority: should this interrupt be handled before @priority=false IRQs?
466 * have @priority set to true.
471 bool priority; member in struct:omap_prcm_irq
489 * @priority_mask: 1 bit per IRQ, set to 1 if omap_prcm_irq.priority = true
522 .priority = _priority \
H A Dprm_common.c85 * Move priority events from events to priority_events array
148 /* Serve priority events first */
305 if (irq_setup->irqs[i].priority)
/linux-master/arch/arm/mach-zynq/
H A Dslcr.c114 .priority = 192,
/linux-master/arch/arm/mm/
H A Dproc-v7m.S121 @ Lower the priority of the SVC and PendSV exceptions
123 str r5, [r0, V7M_SCB_SHPR2] @ set SVC priority
125 str r5, [r0, V7M_SCB_SHPR3] @ set PendSV priority
/linux-master/arch/arm/xen/
H A Denlighten.c197 .priority = 192,
/linux-master/arch/arm64/kernel/
H A Dasm-offsets.c180 DEFINE(SDEI_EVENT_PRIORITY, offsetof(struct sdei_registered_event, priority));
H A Dkgdb.c302 * Want to be lowest priority
304 .priority = -INT_MAX,
/linux-master/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c507 u8 priority = GICv3_IDLE_PRIORITY; local
526 /* Not the highest priority? */
527 if (lr_prio >= priority)
531 priority = lr_prio;
573 * contain the active priority levels for this VCPU
574 * for the maximum number of supported priority
575 * levels, and we return the full priority level only
577 * we return a combination of the priority level and
615 * Convert a priority to a preemption level, taking the relevant BPR
616 * into account by zeroing the sub-priority bit
[all...]
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-debug.c262 irq->priority,
H A Dvgic-its.c295 irq->priority = LPI_PROP_PRIORITY(prop);
H A Dvgic-mmio.c66 WARN_ON(its_prop_update_vsgi(irq->host_irq, irq->priority, irq->group));
677 val |= (u64)irq->priority << (i * 8);
686 * We currently don't handle changing the priority of an interrupt that
690 * been masked by the priority mask before).
704 /* Narrow the priority range to what we actually support */
705 irq->priority = (val >> (i * 8)) & GENMASK(7, 8 - VGIC_PRI_BITS);

Completed in 404 milliseconds

1234567891011>>