Home
last modified time | relevance | path

Searched refs:committed (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSPtr.h64 committed to API stability for it.
/xnu-11215/osfmk/arm64/sptm/pmap/
H A Dpmap.c5570 bool committed = false; local
5669 while (!committed) {
5773 assert(committed == false);
5775 committed = true;
5905 assert(committed == false);
5907 committed = true;
5917 if (committed) {
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.c6124 …bool committed = false, drop_refcnt = false, had_valid_mapping = false, skip_footprint_… local
6229 while (!committed) {
6416 committed = pmap_enter_pte(pmap, pte_p, &spte, pte, v);
6417 if (!committed) {
6556 committed = pmap_enter_pte(pmap, pte_p, &spte, pte, v);
6557 if (committed) {
6568 if (committed) {
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace.c7174 int committed = 0; in dtrace_probe() local
7560 ASSERT(!committed); in dtrace_probe()
7569 committed = 1; in dtrace_probe()
7755 if (!committed) in dtrace_probe()