Symbol: lock_type
sys/arch/hppa/include/mplock.h
58
void _mp_lock_init(struct __mp_lock *, const struct lock_type *);
sys/arch/hppa/include/mplock.h
61
static const struct lock_type __lock_type = { .lt_name = #mpl };\
sys/kern/kern_lock.c
117
___mp_lock_init(struct __mp_lock *mpl, const struct lock_type *type)
sys/kern/kern_lock.c
661
const struct lock_type *type)
sys/kern/kern_rwlock.c
166
const struct lock_type *type, int trace)
sys/kern/kern_rwlock.c
187
const struct lock_type *type, int trace)
sys/kern/kern_rwlock.c
598
const struct lock_type *type)
sys/kern/kern_rwlock.c
709
struct lock_type *type)
sys/kern/kern_smr.c
53
struct lock_type smr_lock_type = {
sys/kern/kern_task.c
35
static struct lock_type taskq_lock_type = {
sys/kern/kern_timeout.c
187
struct lock_type timeout_sleeplock_type = {
sys/kern/kern_timeout.c
190
struct lock_type timeout_spinlock_type = {
sys/kern/subr_pool.c
2199
const struct lock_type *type)
sys/kern/subr_pool.c
2253
const struct lock_type *type)
sys/kern/subr_pool.c
80
const struct lock_type *);
sys/kern/subr_pool.c
94
static const struct lock_type __lock_type = { .lt_name = #pl }; \
sys/kern/subr_witness.c
1491
enroll(const struct lock_type *type, const char *subtype,
sys/kern/subr_witness.c
233
const struct lock_type *w_type;
sys/kern/subr_witness.c
2426
witness_hash_get(const struct lock_type *type, const char *subtype)
sys/kern/subr_witness.c
289
const struct lock_type *wh_type;
sys/kern/subr_witness.c
329
static struct witness *enroll(const struct lock_type *, const char *,
sys/kern/subr_witness.c
354
static struct witness *witness_hash_get(const struct lock_type *,
sys/kern/subr_witness.c
558
witness_init(struct lock_object *lock, const struct lock_type *type)
sys/sys/_lock.h
60
const struct lock_type *lo_type;
sys/sys/mplock.h
50
void ___mp_lock_init(struct __mp_lock *, const struct lock_type *);
sys/sys/mplock.h
60
static const struct lock_type __lock_type = { .lt_name = #mpl };\
sys/sys/mutex.h
110
{ .lo_type = &(const struct lock_type){ .lt_name = __MTX_NAME }, \
sys/sys/mutex.h
139
const struct lock_type *);
sys/sys/mutex.h
142
static const struct lock_type __lock_type = { .lt_name = #m }; \
sys/sys/rwlock.h
141
const struct lock_type *, int);
sys/sys/rwlock.h
145
static const struct lock_type __lock_type = { .lt_name = #rwl };\
sys/sys/rwlock.h
149
static const struct lock_type __lock_type = { .lt_name = #rwl };\
sys/sys/rwlock.h
206
const struct lock_type *);
sys/sys/rwlock.h
213
static const struct lock_type __lock_type = { .lt_name = #rrwl };\
sys/sys/rwlock.h
230
static struct lock_type __lock_type = { .lt_name = #rwl }; \
sys/sys/rwlock.h
241
struct lock_type *);
sys/sys/rwlock.h
87
{ .lo_type = &(const struct lock_type){ .lt_name = name }, \
sys/sys/witness.h
73
void witness_init(struct lock_object *, const struct lock_type *);
sys/uvm/uvm_fault.c
232
int lock_type;
sys/uvm/uvm_fault.c
261
lock_type = rw_status(anon->an_lock);
sys/uvm/uvm_fault.c
287
if (lock_type == RW_READ) {
sys/uvm/uvm_fault.c
324
rw_enter(anon->an_lock, lock_type);