OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:write_quota
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
async_bio.cc
25
size_t
write_quota
;
member in struct:__anon2252::AsyncBio
44
if (a->
write_quota
== 0) {
50
if (!a->datagram && (size_t)inl > a->
write_quota
) {
51
inl = a->
write_quota
;
57
a->
write_quota
-= (a->datagram ? 1 : ret);
174
a->
write_quota
+= count;
/src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
rwlock.h
80
unsigned int
write_quota
;
member in struct:isc_rwlock
87
unsigned int
write_quota
);
/src/external/mpl/dhcp/bind/dist/lib/isc/
rwlock.c
40
unsigned int
write_quota
) {
42
UNUSED(
write_quota
);
190
"write_granted=%u,
write_quota
=%u\n",
196
atomic_load_acquire(&rwl->write_granted), rwl->
write_quota
);
202
unsigned int
write_quota
) {
221
if (
write_quota
== 0) {
222
write_quota
= RWLOCK_DEFAULT_WRITE_QUOTA;
224
rwl->
write_quota
=
write_quota
;
614
rwl->
write_quota
) ||
[
all
...]
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026