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

  /src/sys/kern/
subr_lockdebug.c 90 volatile void *ld_lock; member in struct:lockdebug
136 const uintptr_t a = (uintptr_t)ld1->ld_lock;
137 const uintptr_t b = (uintptr_t)ld2->ld_lock;
150 const uintptr_t a = (uintptr_t)ld->ld_lock;
318 if (__predict_false(ld->ld_lock != NULL)) {
323 ld->ld_lock = lock;
360 "(ld_lock=%p)", func, line, lock, ld->ld_lock);
373 ld->ld_lock = NULL;
640 if (ld->ld_lock == onelock)
    [all...]
  /src/sys/arch/alpha/common/
comlogout.c 106 printf(fmt1, "ld_lock", mcucev5p->ld_lock);
  /src/sys/arch/alpha/include/
logout.h 238 uint64_t ld_lock; /* Contents of EV5 LD_LOCK register*/ member in struct:__anon326cdc600408

Completed in 15 milliseconds