Searched refs:quantum (Results 1 - 30 of 30) sorted by relevance

/linux-4.4.14/net/sched/
H A Dsch_drr.c32 u32 quantum; member in struct:drr_class
73 u32 quantum; drr_change_class() local
84 quantum = nla_get_u32(tb[TCA_DRR_QUANTUM]); drr_change_class()
85 if (quantum == 0) drr_change_class()
88 quantum = psched_mtu(qdisc_dev(sch)); drr_change_class()
102 cl->quantum = quantum; drr_change_class()
114 cl->quantum = quantum; drr_change_class()
262 if (nla_put_u32(skb, TCA_DRR_QUANTUM, cl->quantum)) drr_dump_class()
375 cl->deficit = cl->quantum; drr_enqueue()
412 cl->deficit += cl->quantum; drr_dequeue()
H A Dsch_fq.c91 u32 quantum; member in struct:fq_sched_data
262 * initial quantum fq_classify()
392 f->credit = max_t(u32, f->credit, q->quantum); fq_enqueue()
456 f->credit += q->quantum; fq_dequeue()
497 u32 plen = max(qdisc_pkt_len(skb), q->quantum); fq_dequeue()
694 u32 quantum = nla_get_u32(tb[TCA_FQ_QUANTUM]); fq_change() local
696 if (quantum > 0) fq_change()
697 q->quantum = quantum; fq_change()
766 q->quantum = 2 * psched_mtu(qdisc_dev(sch)); fq_init()
800 nla_put_u32(skb, TCA_FQ_QUANTUM, q->quantum) || fq_dump()
H A Dsch_sfq.c126 unsigned short scaled_quantum; /* SFQ_ALLOT_SIZE(quantum) */
144 unsigned int quantum; /* Allotment per round: MUST BE >= MTU */ member in struct:sfq_sched_data
457 /* We could use a bigger initial quantum for new flows */ sfq_enqueue()
639 if (ctl->quantum) { sfq_change()
640 q->quantum = ctl->quantum; sfq_change()
641 q->scaled_quantum = SFQ_ALLOT_SIZE(q->quantum); sfq_change()
731 q->quantum = psched_mtu(qdisc_dev(sch)); sfq_init()
732 q->scaled_quantum = SFQ_ALLOT_SIZE(q->quantum); sfq_init()
770 opt.v0.quantum = q->quantum; sfq_dump()
H A Dsch_htb.c104 int quantum; /* but stored for parent-to-leaf return */ member in struct:htb_class
865 cl->un.leaf.deficit[level] += cl->quantum; htb_dequeue_tree()
1119 opt.quantum = cl->quantum; htb_dump_class()
1488 u64 quantum = cl->rate.rate_bytes_ps; htb_change_class() local
1490 do_div(quantum, q->rate2quantum); htb_change_class()
1491 cl->quantum = min_t(u64, quantum, INT_MAX); htb_change_class()
1493 if (!hopt->quantum && cl->quantum < 1000) { htb_change_class()
1494 pr_warn("HTB: quantum of class %X is small. Consider r2q change.\n", htb_change_class()
1496 cl->quantum = 1000; htb_change_class()
1498 if (!hopt->quantum && cl->quantum > 200000) { htb_change_class()
1499 pr_warn("HTB: quantum of class %X is big. Consider r2q change.\n", htb_change_class()
1501 cl->quantum = 200000; htb_change_class()
1503 if (hopt->quantum) htb_change_class()
1504 cl->quantum = hopt->quantum; htb_change_class()
H A Dsch_fq_codel.c59 u32 quantum; /* psched_mtu(qdisc_dev(sch)); */ member in struct:fq_codel_sched_data
200 flow->deficit = q->quantum; fq_codel_enqueue()
257 flow->deficit += q->quantum; fq_codel_dequeue()
375 q->quantum = max(256U, nla_get_u32(tb[TCA_FQ_CODEL_QUANTUM])); fq_codel_change()
422 q->quantum = psched_mtu(qdisc_dev(sch)); fq_codel_init()
478 q->quantum) || fq_codel_dump()
H A Dsch_hhf.c129 u32 quantum; /* psched_mtu(qdisc_dev(sch)); */ member in struct:hhf_sched_data
408 bucket->deficit = weight * q->quantum; hhf_enqueue()
446 bucket->deficit += weight * q->quantum; hhf_dequeue()
535 u32 new_quantum = q->quantum; hhf_change()
560 q->quantum = new_quantum; hhf_change()
601 q->quantum = psched_mtu(qdisc_dev(sch)); hhf_init()
676 nla_put_u32(skb, TCA_HHF_QUANTUM, q->quantum) || hhf_dump()
H A Dsch_cbq.c103 long quantum; /* Allotment per WRR round */ member in struct:cbq_class
848 cl->deficit += cl->quantum; cbq_dequeue_prio()
878 cl->deficit += cl->quantum; cbq_dequeue_prio()
1042 cl->quantum = (cl->weight*cl->allot*q->nclasses[prio])/ cbq_normalize_quanta()
1045 if (cl->quantum <= 0 || cbq_normalize_quanta()
1046 cl->quantum > 32*qdisc_dev(cl->qdisc)->mtu) { cbq_normalize_quanta()
1047 pr_warn("CBQ: class %08x has bad quantum==%ld, repaired.\n", cbq_normalize_quanta()
1048 cl->common.classid, cl->quantum); cbq_normalize_quanta()
1049 cl->quantum = qdisc_dev(cl->qdisc)->mtu/2 + 1; cbq_normalize_quanta()
1221 cl->deficit = cl->quantum; cbq_reset()
1381 q->link.quantum = q->link.allot; cbq_init()
1869 cl->quantum = cl->allot; cbq_change_class()
H A Dsch_qfq.c159 /* Max pkt size for the classes in this aggregate, DRR quantum. */
/linux-4.4.14/arch/m32r/include/asm/
H A Dthread_info.h104 #define TIF_USEDFPU 16 /* FPU was used by this task this quantum (SMP) */
124 #define TS_USEDFPU 0x0001 /* FPU was used by this task this quantum (SMP) */
/linux-4.4.14/net/netfilter/
H A Dxt_repldata.h2 * Today's hack: quantum tunneling in structs
/linux-4.4.14/arch/mips/include/asm/
H A Dthread_info.h104 #define TIF_USEDFPU 16 /* FPU was used by this task this quantum (SMP) */
116 #define TIF_USEDMSA 29 /* MSA has been used this quantum */
/linux-4.4.14/arch/xtensa/include/asm/
H A Dthread_info.h130 #define TS_USEDFPU 0x0001 /* FPU was used by this task this quantum (SMP) */
/linux-4.4.14/arch/sparc/include/asm/
H A Dthread_info_32.h110 * this quantum (SMP) */
/linux-4.4.14/arch/frv/include/asm/
H A Dthread_info.h115 #define TS_USEDFPM 0x0001 /* FPU/Media was used by this task this quantum (SMP) */
/linux-4.4.14/arch/arm64/include/asm/
H A Dthread_info.h100 * TIF_USEDFPU - FPU was used by this task this quantum (SMP)
/linux-4.4.14/include/uapi/linux/
H A Dpkt_sched.h191 unsigned quantum; /* Bytes per round allocated to flow */ member in struct:tc_sfq_qopt
345 __u32 quantum; member in struct:tc_htb_opt
351 __u32 rate2quantum; /* bps->quantum divisor */
768 TCA_FQ_QUANTUM, /* RR quantum */
770 TCA_FQ_INITIAL_QUANTUM, /* RR quantum for new flow */
/linux-4.4.14/arch/sh/include/asm/
H A Dthread_info.h155 #define TS_USEDFPU 0x0002 /* FPU used by this task this quantum */
/linux-4.4.14/arch/microblaze/include/asm/
H A Dthread_info.h149 /* FPU was used by this task this quantum (SMP) */
/linux-4.4.14/arch/arm/include/asm/
H A Dthread_info.h135 * TIF_USEDFPU - FPU was used by this task this quantum (SMP)
/linux-4.4.14/arch/sparc/kernel/
H A Drtrap_32.S37 * processes quantum is up.
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dvfdi.h233 * @timer_quantum_ns: Timer quantum (nominal period between timer ticks)
H A Dnet_driver.h806 * @timer_quantum_ns: Interrupt timer quantum, in nanoseconds
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager_cik.c70 * subscription or quantum timeout) the context will be consistent init_mqd()
/linux-4.4.14/arch/powerpc/kernel/
H A Dprocess.c789 * this task used the fpu during the last quantum. __switch_to()
800 * If the previous thread used altivec in the last quantum __switch_to()
820 * If the previous thread used spe in the last quantum __switch_to()
/linux-4.4.14/drivers/net/ethernet/cadence/
H A Dmacb.h172 #define MACB_TZQ_OFFSET 12 /* Transmit zero quantum pause frame */
311 #define MACB_PFR_OFFSET 12 /* Enable pause frame w/ quantum interrupt */
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_guc_loader.c150 * GuC ARAT increment is 10 ns. GuC default scheduler quantum is one set_guc_init_params()
/linux-4.4.14/arch/mips/kernel/
H A Dunaligned.c1248 * by the task in this quantum, in order to emulate_load_store_insn()
1267 * the task in this quantum, in order to avoid having to emulate_load_store_insn()
/linux-4.4.14/drivers/scsi/
H A Dqla1280.h82 * Watchdog time quantum
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
H A Dvxge-traffic.h600 * the paused state. Recall, one pause quantum equates to 512
/linux-4.4.14/block/
H A Dcfq-iosched.c4689 CFQ_ATTR(quantum),

Completed in 1872 milliseconds