/external/grpc-grpc/src/core/lib/iomgr/ |
D | resource_quota.cc | 270 static bool rq_reclaim(grpc_resource_quota* resource_quota, bool destructive); 396 static bool rq_reclaim(grpc_resource_quota* resource_quota, bool destructive) { in rq_reclaim() argument 398 grpc_rulist list = destructive ? GRPC_RULIST_RECLAIMER_DESTRUCTIVE in rq_reclaim() 404 resource_user->name, destructive ? "destructive" : "benign"); in rq_reclaim() 408 grpc_closure* c = resource_user->reclaimers[destructive]; in rq_reclaim() 412 resource_user->reclaimers[destructive] = nullptr; in rq_reclaim() 487 bool destructive) { in ru_post_reclaimer() argument 488 grpc_closure* closure = resource_user->new_reclaimers[destructive]; in ru_post_reclaimer() 490 resource_user->new_reclaimers[destructive] = nullptr; in ru_post_reclaimer() 491 GPR_ASSERT(resource_user->reclaimers[destructive] == nullptr); in ru_post_reclaimer() [all …]
|
D | resource_quota.h | 126 bool destructive, grpc_closure* closure);
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | resource_quota.cc | 277 static bool rq_reclaim(grpc_resource_quota* resource_quota, bool destructive); 414 static bool rq_reclaim(grpc_resource_quota* resource_quota, bool destructive) { in rq_reclaim() argument 416 grpc_rulist list = destructive ? GRPC_RULIST_RECLAIMER_DESTRUCTIVE in rq_reclaim() 423 destructive ? "destructive" : "benign"); in rq_reclaim() 427 grpc_closure* c = resource_user->reclaimers[destructive]; in rq_reclaim() 431 resource_user->reclaimers[destructive] = nullptr; in rq_reclaim() 508 bool destructive) { in ru_post_reclaimer() argument 509 grpc_closure* closure = resource_user->new_reclaimers[destructive]; in ru_post_reclaimer() 511 resource_user->new_reclaimers[destructive] = nullptr; in ru_post_reclaimer() 512 GPR_ASSERT(resource_user->reclaimers[destructive] == nullptr); in ru_post_reclaimer() [all …]
|
D | resource_quota.h | 143 bool destructive, grpc_closure* closure);
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_schedule.c | 319 bool destructive; member 438 bool destructive) in mir_adjust_constants() argument 473 if (!destructive) in mir_adjust_constants() 571 mir_live_effect(uint16_t *liveness, midgard_instruction *ins, bool destructive) in mir_live_effect() argument 581 if (destructive) in mir_live_effect() 605 if (destructive) in mir_live_effect() 720 if (predicate->destructive) { in mir_choose_instruction() 755 .destructive = false, in mir_choose_bundle() 955 .destructive = true, in mir_schedule_texture() 984 .destructive = true, in mir_schedule_ldst() [all …]
|
/external/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | ltpfsio.sh | 33 …- These operations are destructive so do NOT point the tests to partitions where the data shouldn'…
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | ltpfsscsi.sh | 31 …- These operations are destructive so do NOT point the tests to partitions where the data shouldn'…
|
/external/ltp/testscripts/ |
D | ltpfsnolvm.sh | 40 …- These operations are destructive so do NOT point the tests to partitions where the data shouldn'…
|
D | ltpfslvm.sh | 43 …- These operations are destructive so do NOT point the tests to partitions where the data shouldn'…
|
D | ltp-aiodio.sh | 55 …- WARNING !! The partition you pass will be overwritten. This is a destructive test so only pass a…
|
/external/autotest/server/site_tests/power_DeferForFlashrom/ |
D | control | 13 potentially-destructive write operations and that powerd defers suspend or
|
/external/autotest/server/site_tests/tast/ |
D | control.hwsec-destructive-crosbolt-perbuild | 6 NAME = 'tast.hwsec-destructive-crosbolt-perbuild'
|
D | control.hwsec-destructive-func | 6 NAME = 'tast.hwsec-destructive-func'
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.34.txt | 42 randomness in its non-destructive read/write test, instead of using a 58 Fixed the badblocks program so that the destructive read/write test
|
D | v1.19.txt | 66 Added non-destructive write testing to the badblocks program, courtesy
|
/external/tpm2-tss/ |
D | configure.ac | 387 …G([--with-ptpmtests=<case>],[Comma-separated values of possible tests: destructive,mandatory,optio… 388 …[AS_IF([test "x" = x$(echo $with_ptpmtests | sed 's/destructive//g' | sed 's/mandatory//g' | se… 394 if echo $with_ptpmtests | grep destructive > /dev/null; then
|
/external/ltp/testcases/kernel/io/disktest/ |
D | README | 129 - non-destructive read/write IO function
|
/external/antlr/runtime/ObjC/Framework/ |
D | CommonTreeNodeStream.m | 228 /** For debugging; destructive: moves tree iterator to end. */
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-18-ExceptionHandling.txt | 198 nondestructive walk that builds a stack trace, then a destructive walk that
|
/external/llvm-project/llvm/docs/HistoricalNotes/ |
D | 2001-05-18-ExceptionHandling.txt | 198 nondestructive walk that builds a stack trace, then a destructive walk that
|
/external/llvm/docs/ |
D | StackMaps.rst | 141 be overwritten by destructive patching. Without shadow bytes, this 142 destructive patching could overwrite program text or data outside the
|
/external/llvm-project/llvm/docs/ |
D | StackMaps.rst | 141 be overwritten by destructive patching. Without shadow bytes, this 142 destructive patching could overwrite program text or data outside the
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64.td | 116 // enabled if MOVPRFX instructions are known to merge with the destructive 126 "merged with destructive operations",
|
/external/llvm-project/libcxx/docs/ |
D | Cxx1zStatusPaperStatus.csv | 38 "`P0154R1 <https://wg21.link/P0154R1>`__","LWG","constexpr std::hardware_{constructive,destructive}…
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | ddRemainder.decTest | 584 -- destructive subtract
|