HomeSort by: relevance | last modified time | path
    Searched defs:immutable (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
qp_p.h 269 * In multithreaded code, we mark chunks as `immutable` when a modify
270 * transaction is opened. (We don't mark them immutable on commit,
272 * transactions, but it must become immutable when an update
289 bool immutable : 1; member in struct:qp_usage
316 * We ensure that individual chunk base pointers remain immutable
330 * When a transaction commits, immutable chunks that are now empty are
440 * its prefix before `fender` is immutable, and the rest is mutable.
qp.c 485 * it can have an immutable prefix and a mutable suffix.
494 return qp->usage[chunk].immutable;
734 qp->usage[chunk].exists && !qp->usage[chunk].immutable)
807 * At the end of a transaction, schedule empty but immutable chunks
817 qp->usage[chunk].exists && qp->usage[chunk].immutable &&
840 qp->usage[chunk].exists && qp->usage[chunk].immutable &&
934 * Immutable nodes need copy-on-write. As we walk down the trie finding the
936 * are called to ensure that immutable nodes on the path from the root are
958 * possible, but when parts of the trie are immutable, we need to evacuate
981 bool immutable = cells_immutable(qp, twigs_ref) local
    [all...]
  /src/external/mit/xorg/lib/libxcb/files/
randr.h 579 uint8_t immutable; member in struct:xcb_randr_query_output_property_reply_t
1309 uint8_t immutable; member in struct:xcb_randr_query_provider_property_reply_t

Completed in 29 milliseconds