Searched refs:dtdh_lock (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_impl.h785 uintptr_t dtdh_lock; /* deallocation lock */ member in struct:dtrace_dynhash
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c1676 volatile uintptr_t *lockp = &hash[bucket].dtdh_lock;
1698 lock = hash[bucket].dtdh_lock;
1813 ASSERT(hash[bucket].dtdh_lock == lock);
1815 hash[bucket].dtdh_lock++;
1844 if (hash[bucket].dtdh_lock != lock)
1848 ASSERT(hash[bucket].dtdh_lock == lock);
1850 hash[bucket].dtdh_lock++;

Completed in 47 milliseconds