Searched refs:cleaning (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/util/
H A DfixNT.sh10 echo cleaning
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Ddbiterator.h107 isc_boolean_t cleaning; member in struct:dns_dbiterator
286 * Indicate that the given iterator is/is not cleaning the DB.
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Ddbiterator.c142 iterator->cleaning = mode;
H A Drbtdb.c266 * Used for TTL-based cache cleaning.
1796 * cleaning. We need to check whether we're deleting the node
1885 * Prune the tree by recursively cleaning-up single leaves. In the worst
4182 * others to this work. Periodical cleaning
5513 rbtdbiter->common.cleaning = ISC_FALSE;
6549 * cleaning, we can release it now. However, we still need the
8728 if (iterator->cleaning && result == ISC_R_SUCCESS) {
9071 * Swap the entry. Delay cleaning-up the old entry since
/macosx-10.10/vim-55/src/
H A DMake_bc3.mak123 # cleaning up: Delete all generated files
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/Package/
H A DbuildDMG.pl330 When cleaning the target there is a problem with Project Builder cleaning the dependent target first, so chances are good that the file
/macosx-10.10/ICU-531.30/icuSources/test/hdrtst/
H A DMakefile.in58 @echo "(not cleaning automatically)"
169 -@echo cleaning..
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_pageout.c151 #ifndef VM_PAGEOUT_BURST_INACTIVE_THROTTLE /* maximum iterations of the inactive queue w/o stealing/cleaning a page */
500 * (used for cleaning-in-place) by dropping the paging references/
517 assert(!p->cleaning);
531 (m->busy && m->cleaning));
552 m->cleaning = FALSE;
650 m->cleaning = FALSE;
653 * Wakeup any thread waiting for the page to be un-cleaning.
676 * This is accomplished by cleaning in place.
691 assert(!m->cleaning);
702 * Mark original page as cleaning i
[all...]
H A Dvm_object.c1277 if (VM_PAGE_WIRED(p) || p->busy || p->cleaning || p->laundry || p->fictitious)
1521 if (VM_PAGE_WIRED(p) || p->busy || p->cleaning || p->laundry) {
1765 * cleaning it?
2129 if (p->busy || p->cleaning) {
2170 if (p->laundry && !p->busy && !p->cleaning) {
2175 if (p->cleaning || p->laundry || p->absent) {
5940 assert(!p->cleaning && !p->pageout && !p->laundry);
5953 assert(!p->cleaning && !p->pageout && !p->laundry);
8042 if((dst_page->busy || dst_page->cleaning) &&
8204 if (dst_page->busy || dst_page->cleaning) {
[all...]
H A Dvm_resident.c565 m->cleaning = FALSE;
1411 assert(!mem->cleaning);
2517 assert(!mem->cleaning);
3800 (p->cleaning ? "" : "!"),
4154 m->cleaning || m->overwriting || m->pageout) {
4412 m1->cleaning || m1->overwriting || m1->pageout || m1->busy)) {
4488 assert(!m1->cleaning);
5138 if ( !m_object->alive || m->encrypted_cleaning || m->cleaning || m->laundry || m->busy || m->absent || m->error) {
5143 if (m->cleaning)
5536 if (m->cleaning) {
[all...]
H A Dvm_fault.c1057 if (!m->cleaning)
1247 if ((m->cleaning)
1255 * the cleaning operation completes before
1264 "vm_f_page: cleaning obj 0x%X, offset 0x%X, page 0x%X\n",
1280 if (m != VM_PAGE_NULL && m->cleaning) {
2037 assert(!m->cleaning);
2282 assert(!m->cleaning);
2345 assert(!m->cleaning);
2355 assert(!m->cleaning);
H A Dvm_page.h266 cleaning:1, /* Page clean has begun (O) */ member in struct:vm_page
H A Dbsd_vm.c411 if (dst_page->busy || dst_page->cleaning) {
H A Dmemory_object.c175 if (m->busy || m->cleaning)
H A Dvm_map.c3494 assert(!m->cleaning);
13756 * image by either flushing or cleaning the contents to the appropriate
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dnamed.conf182 cleaning-interval 1000;
293 cleaning-interval 100;
/macosx-10.10/vim-55/runtime/syntax/
H A Dnamed.vim131 syn keyword namedOption contained cleaning-interval interface-interval statistics-interval heartbeat-interval
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/
H A DBuilder.pm388 B<preprocess> is a callback provided for cleaning up input

Completed in 538 milliseconds