Home
last modified time | relevance | path

Searched refs:quantum (Results 1 – 19 of 19) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dairtime_policy.c118 unsigned int quantum = AIRTIME_QUANTUM_TARGET / max_wt; in get_airtime_quantum() local
120 if (quantum < AIRTIME_QUANTUM_MIN) in get_airtime_quantum()
121 quantum = AIRTIME_QUANTUM_MIN; in get_airtime_quantum()
122 else if (quantum > AIRTIME_QUANTUM_MAX) in get_airtime_quantum()
123 quantum = AIRTIME_QUANTUM_MAX; in get_airtime_quantum()
125 return quantum; in get_airtime_quantum()
136 unsigned int quantum; in update_airtime_weights() local
209 quantum = get_airtime_quantum(max_wt); in update_airtime_weights()
215 set_sta_weights(bss, bss->airtime_weight * quantum); in update_airtime_weights()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dairtime_policy.c118 unsigned int quantum = AIRTIME_QUANTUM_TARGET / max_wt; in get_airtime_quantum() local
120 if (quantum < AIRTIME_QUANTUM_MIN) in get_airtime_quantum()
121 quantum = AIRTIME_QUANTUM_MIN; in get_airtime_quantum()
122 else if (quantum > AIRTIME_QUANTUM_MAX) in get_airtime_quantum()
123 quantum = AIRTIME_QUANTUM_MAX; in get_airtime_quantum()
125 return quantum; in get_airtime_quantum()
136 unsigned int quantum; in update_airtime_weights() local
209 quantum = get_airtime_quantum(max_wt); in update_airtime_weights()
215 set_sta_weights(bss, bss->airtime_weight * quantum); in update_airtime_weights()
/third_party/libnl/lib/cli/qdisc/
Dfq_codel.c38 uint32_t quantum, target, interval; in fq_codel_parse_argv() local
74 quantum = nl_cli_parse_u32(optarg); in fq_codel_parse_argv()
75 rtnl_qdisc_fq_codel_set_quantum(qdisc, quantum); in fq_codel_parse_argv()
/third_party/libnl/lib/route/qdisc/
Dsfq.c55 sfq->qs_quantum = opts->quantum; in sfq_msg_parser()
96 opts.quantum = sfq->qs_quantum; in sfq_msg_fill()
114 void rtnl_sfq_set_quantum(struct rtnl_qdisc *qdisc, int quantum) in rtnl_sfq_set_quantum() argument
121 sfq->qs_quantum = quantum; in rtnl_sfq_set_quantum()
Dhtb.c101 htb->ch_quantum = opts.quantum; in htb_class_msg_parser()
270 opts.quantum = htb->ch_quantum; in htb_class_msg_fill()
651 int rtnl_htb_set_quantum(struct rtnl_class *class, uint32_t quantum) in rtnl_htb_set_quantum() argument
659 htb->ch_quantum = quantum; in rtnl_htb_set_quantum()
Dfq_codel.c255 int rtnl_qdisc_fq_codel_set_quantum(struct rtnl_qdisc *qdisc, uint32_t quantum) in rtnl_qdisc_fq_codel_set_quantum() argument
262 fq_codel->fq_quantum = quantum; in rtnl_qdisc_fq_codel_set_quantum()
Dred.c114 opts.quantum = sfq->qs_quantum; in red_msg_fill()
/third_party/libnl/python/netlink/route/qdisc/
Dhtb.py104 def quantum(self): member in HTBClass
107 @quantum.setter
108 def quantum(self, value): member in HTBClass
/third_party/libnl/tests/
Dtest-complex-HTB-with-hash-filters.c451 int quantum, int limit, int perturb in qdisc_add_SFQ_leaf() argument
471 if(quantum) { in qdisc_add_SFQ_leaf()
472 rtnl_sfq_set_quantum(qdisc, quantum); in qdisc_add_SFQ_leaf()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DLiteralByteStringTest.java103 for (byte quantum : stringUnderTest) { in testByteIterable()
104 stillEqual = (referenceBytes[j] == quantum); in testByteIterable()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java110 for (byte quantum : stringUnderTest) { in testByteIterable()
111 stillEqual = (referenceBytes[j] == quantum); in testByteIterable()
DNioByteStringTest.java100 for (byte quantum : testString) { in testByteIterable()
101 stillEqual = (BYTES[j] == quantum); in testByteIterable()
/third_party/libnl/include/linux-private/linux/
Dpkt_sched.h213 unsigned quantum; /* Bytes per round allocated to flow */ member
367 __u32 quantum; member
/third_party/typescript/tests/baselines/reference/docker/
Dazure-sdk.log42 "@azure/quantum-jobs" is blocked by "@azure/eslint-plugin-azure-sdk".
110 @azure/quantum-jobs
/third_party/flutter/skia/third_party/externals/wuffs/std/lzw/
DREADME.md152 suffixes instead of 1-byte suffixes, for some positive integer Q: the quantum
/third_party/libnl/doc/
Droute.txt1610 impelemting fair queueing. Each class is assigned a quantum specyfing
1612 quantum at the end of the round is carried over to the next round.
1929 int rtnl_htb_set_quantum(struct rtnl_class *class, uint32_t quantum);
/third_party/boost/libs/random/doc/
Dconcepts.qbk110 processes are nuclear decay, noise of a Zehner diode, tunneling of quantum
/third_party/python/Doc/library/
Dos.rst4403 Return the round-robin quantum in seconds for the process with PID *pid*. A
/third_party/gstreamer/gstplugins_base/
DChangeLog110096 2009-07-13 18:21:49 +0200 Elliott Sales de Andrade <quantum.analyst at gmail.com>