Home
last modified time | relevance | path

Searched refs:credit (Results 1 – 25 of 70) sorted by relevance

123

/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_spin_lock.c35 int credit; member
51 volatile int credit = 0, max_credit = 100, pkt_len = 64; in bpf_sping_lock_test() local
84 q->credit += CREDIT_PER_NS(curtime - q->lasttime, q->rate); in bpf_sping_lock_test()
86 if (q->credit > max_credit) in bpf_sping_lock_test()
87 q->credit = max_credit; in bpf_sping_lock_test()
88 q->credit -= pkt_len; in bpf_sping_lock_test()
89 credit = q->credit; in bpf_sping_lock_test()
/external/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/
DREADME.md4 receive flow control using h2 tx credit.
26 -f <initial credit>|Indicate we will manually manage tx credit and set a new connection-specific in…
33 [2019/12/26 13:33:00:5087] N: system_notify_cb: manual peer tx credit 1024
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
Debt_limit.h21 __u32 credit; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_limit.h20 __u32 credit; /* moved to xt_limit_priv */ member
/external/iptables/include/linux/netfilter/
Dxt_limit.h19 __u32 credit; /* moved to xt_limit_priv */ member
/external/rust/crates/clap/.github/
DCONTRIBUTING.md5 …amples) directory, or file an issue and tell me. I'm all about giving credit where credit is due :)
101 …amples) directory, or file an issue and tell me. I'm all about giving credit where credit is due :)
/external/libwebsockets/lib/roles/h2/
Dhttp2.c175 pps->u.update_window.credit = bump; in lws_h2_update_peer_txcredit()
187 pps->u.update_window.credit = bump; in lws_h2_update_peer_txcredit()
725 *q++ = pps->u.update_window.credit >> 24; in lws_h2_do_pps_send()
726 *q++ = pps->u.update_window.credit >> 16; in lws_h2_do_pps_send()
727 *q++ = pps->u.update_window.credit >> 8; in lws_h2_do_pps_send()
728 *q = pps->u.update_window.credit; in lws_h2_do_pps_send()
731 (int)pps->u.update_window.credit); in lws_h2_do_pps_send()
865 (int)pps->u.update_window.credit); in lws_h2_do_pps_send()
866 *p++ = (pps->u.update_window.credit >> 24) & 0x7f; /* 31b */ in lws_h2_do_pps_send()
867 *p++ = pps->u.update_window.credit >> 16; in lws_h2_do_pps_send()
[all …]
Dprivate-lib-roles-h2.h228 uint32_t credit; member
/external/cblas/
DLICENSE4 only ask that proper credit be given to the authors.
/external/fonttools/Lib/fontTools/ufoLib/
Dvalidators.py358 for credit in value["credits"]:
359 if not genericDictValidator(credit, dictPrototype):
361 if "dir" in credit and credit.get("dir") not in ("ltr", "rtl"):
/external/google-styleguide/
DLICENSE170 must, to the extent practicable, remove from the Collection any credit
173 practicable, remove from the Adaptation any credit as required by
189 a credit identifying the use of the Work in the Adaptation (e.g.,
191 based on original Work by Original Author"). The credit required by
194 a minimum such credit will appear, if a credit for all contributing
198 use the credit required by this Section for the purpose of attribution
/external/libwebsockets/
DREADME.md165 ## Improvements on tx credit
168 ie, define the size of the first incoming data and hand out more tx credit
172 The only RFC-compatible way to acheive this is set the initial tx credit to
174 do this rather than automatically manage the credit by setting a new flag
175 LCCSCF_H2_MANUAL_RXFLOW and indicating the initial tx credit for that stream
178 peer credit for a connection. This api can be used without knowing if the
/external/fdlibm/
Dchanges3 credit for bug report goes to andrew_johnson@uk.ibm.com
/external/rust/crates/bencher/
DREADME.rst62 credit is due to:
/external/ImageMagick/
DChangeLog1177 exceeded, and timeouts (credit to OSS Fuzz).
1214 exceeded, and timeouts (credit to OSS Fuzz).
1332 exceeded, and timeouts (credit to OSS Fuzz).
1339 exceeded, and timeouts (credit to OSS Fuzz).
1376 exceeded, and timeouts (credit to OSS Fuzz).
1398 exceeded, and timeouts (credit to OSS Fuzz).
1418 exceeded, and timeouts (credit to OSS Fuzz).
1429 exceeded, and timeouts (credit to OSS Fuzz).
1436 exceeded, and timeouts (credit to OSS Fuzz).
1447 exceeded, and timeouts (credit to OSS Fuzz).
[all …]
/external/curl/docs/
DCONTRIBUTE.md45 patch/code to us. We will credit you for your changes as far as possible, to
46 give credit but also to keep a trace back to who made what changes. Please
226 [Reported-by: John Doe - credit the reporter]
227 [whatever-else-by: credit all helpers, finders, doers]
DSECURITY-PROCESS.md59 when the release is out and make sure to credit all contributors properly.
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt68 remembered later. Just giving credit where its due...
/external/llvm-project/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt68 remembered later. Just giving credit where its due...
/external/python/dateutil/
DRELEASING9 [ ] Update NEWS with list of changes, giving credit to contributors.
/external/guava/
DCONTRIBUTING.md64 and, when the change is synced out, give the pull request author credit for the
/external/tensorflow/tensorflow/python/autograph/
DCONTRIBUTING.md37 repository (with credit to the original author) and closes the pull request.
/external/rust/crates/crossbeam-channel/
DLICENSE-THIRD-PARTY207 must, to the extent practicable, remove from the Collection any credit
210 practicable, remove from the Adaptation any credit as required by
226 a credit identifying the use of the Work in the Adaptation (e.g.,
228 based on original Work by Original Author"). The credit required by
231 a minimum such credit will appear, if a credit for all contributing
235 use the credit required by this Section for the purpose of attribution
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DSECURITY.md60 workarounds, when the release is out and make sure to credit all
/external/mesa3d/docs/relnotes/
D3.521 the credit for that.

123