/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | airtime_policy.c | 118 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/ |
D | airtime_policy.c | 118 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/ |
D | fq_codel.c | 38 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/ |
D | sfq.c | 55 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()
|
D | htb.c | 101 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()
|
D | fq_codel.c | 255 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()
|
D | red.c | 114 opts.quantum = sfq->qs_quantum; in red_msg_fill()
|
/third_party/libnl/python/netlink/route/qdisc/ |
D | htb.py | 104 def quantum(self): member in HTBClass 107 @quantum.setter 108 def quantum(self, value): member in HTBClass
|
/third_party/libnl/tests/ |
D | test-complex-HTB-with-hash-filters.c | 451 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/ |
D | LiteralByteStringTest.java | 103 for (byte quantum : stringUnderTest) { in testByteIterable() 104 stillEqual = (referenceBytes[j] == quantum); in testByteIterable()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | LiteralByteStringTest.java | 110 for (byte quantum : stringUnderTest) { in testByteIterable() 111 stillEqual = (referenceBytes[j] == quantum); in testByteIterable()
|
D | NioByteStringTest.java | 100 for (byte quantum : testString) { in testByteIterable() 101 stillEqual = (BYTES[j] == quantum); in testByteIterable()
|
/third_party/libnl/include/linux-private/linux/ |
D | pkt_sched.h | 213 unsigned quantum; /* Bytes per round allocated to flow */ member 367 __u32 quantum; member
|
/third_party/typescript/tests/baselines/reference/docker/ |
D | azure-sdk.log | 42 "@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/ |
D | README.md | 152 suffixes instead of 1-byte suffixes, for some positive integer Q: the quantum
|
/third_party/libnl/doc/ |
D | route.txt | 1610 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/ |
D | concepts.qbk | 110 processes are nuclear decay, noise of a Zehner diode, tunneling of quantum
|
/third_party/python/Doc/library/ |
D | os.rst | 4403 Return the round-robin quantum in seconds for the process with PID *pid*. A
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 110096 2009-07-13 18:21:49 +0200 Elliott Sales de Andrade <quantum.analyst at gmail.com>
|