Searched defs:__db_lock (Results 1 – 1 of 1) sorted by relevance
131 struct __db_lock { struct136 db_mutex_t mutex;138 u_int32_t holder; /* Who holds this lock. */139 SH_TAILQ_ENTRY links; /* Free or holder/waiter list. */140 SH_LIST_ENTRY locker_links; /* List of locks held by a locker. */141 u_int32_t refcount; /* Reference count the lock. */142 db_lockmode_t mode; /* What sort of lock. */143 ssize_t obj; /* Relative offset of object struct. */167 ((struct __db_lock *)((u_int8_t *)((lt)->region) + (off))) argument