Symbol: lock_object
sys/arch/hppa/include/mplock.h
43
struct lock_object mpl_lock_obj;
sys/arch/hppa/include/mutex.h
44
struct lock_object mtx_lock_obj;
sys/arch/m88k/include/mutex.h
39
struct lock_object mtx_lock_obj;
sys/kern/kern_lock.c
663
struct lock_object *lo = MUTEX_LOCK_OBJECT(m);
sys/kern/kern_smr.c
48
struct lock_object smr_lock_obj = {
sys/kern/kern_task.c
71
struct lock_object tq_lock_object;
sys/kern/kern_timeout.c
177
struct lock_object timeout_sleeplock_obj = {
sys/kern/kern_timeout.c
182
struct lock_object timeout_spinlock_obj = {
sys/kern/subr_witness.c
1103
witness_lock(struct lock_object *lock, int flags)
sys/kern/subr_witness.c
1167
witness_upgrade(struct lock_object *lock, int flags)
sys/kern/subr_witness.c
1208
witness_downgrade(struct lock_object *lock, int flags)
sys/kern/subr_witness.c
1250
witness_unlock(struct lock_object *lock, int flags)
sys/kern/subr_witness.c
1368
witness_setrelative(struct lock_object *lock, struct lock_object *relative,
sys/kern/subr_witness.c
1424
witness_warn(int flags, struct lock_object *lock, const char *fmt, ...)
sys/kern/subr_witness.c
1722
islockmychild(struct lock_object *parent, struct lock_object *child)
sys/kern/subr_witness.c
1870
find_instance(struct lock_list_entry *list, const struct lock_object *lock)
sys/kern/subr_witness.c
1890
struct lock_object *lock;
sys/kern/subr_witness.c
2033
witness_display_spinlock(struct lock_object *lock, struct proc *owner,
sys/kern/subr_witness.c
2047
witness_assert(const struct lock_object *lock, int flags)
sys/kern/subr_witness.c
207
struct lock_object *li_lock;
sys/kern/subr_witness.c
2112
witness_setflag(struct lock_object *lock, int flag, int set)
sys/kern/subr_witness.c
2140
witness_norelease(struct lock_object *lock)
sys/kern/subr_witness.c
2147
witness_releaseok(struct lock_object *lock)
sys/kern/subr_witness.c
290
struct lock_object *wh_lock;
sys/kern/subr_witness.c
332
const struct lock_object *lock);
sys/kern/subr_witness.c
336
static int islockmychild(struct lock_object *parent,
sys/kern/subr_witness.c
337
struct lock_object *child);
sys/kern/subr_witness.c
381
static void witness_setflag(struct lock_object *lock, int flag, int set);
sys/kern/subr_witness.c
485
struct lock_object *lock;
sys/kern/subr_witness.c
558
witness_init(struct lock_object *lock, const struct lock_type *type)
sys/kern/subr_witness.c
603
is_kernel_lock(const struct lock_object *lock)
sys/kern/subr_witness.c
736
witness_defineorder(struct lock_object *lock1, struct lock_object *lock2)
sys/kern/subr_witness.c
767
witness_checkorder(struct lock_object *lock, int flags,
sys/kern/subr_witness.c
768
struct lock_object *interlock)
sys/sys/_lock.h
63
struct lock_object *lo_relative; /* Parent or child lock. */
sys/sys/mplock.h
46
struct lock_object mpl_lock_obj;
sys/sys/mutex.h
61
struct lock_object mtx_lock_obj;
sys/sys/rwlock.h
67
struct lock_object rwl_lock_obj;
sys/sys/witness.h
108
witness_defineorder((struct lock_object *)(lock1), \
sys/sys/witness.h
109
(struct lock_object *)(lock2))
sys/sys/witness.h
138
witness_norelease(&(lock)->lock_object)
sys/sys/witness.h
141
witness_releaseok(&(lock)->lock_object)
sys/sys/witness.h
73
void witness_init(struct lock_object *, const struct lock_type *);
sys/sys/witness.h
74
int witness_defineorder(struct lock_object *, struct lock_object *);
sys/sys/witness.h
75
void witness_checkorder(struct lock_object *, int, struct lock_object *);
sys/sys/witness.h
76
void witness_lock(struct lock_object *, int);
sys/sys/witness.h
77
void witness_upgrade(struct lock_object *, int);
sys/sys/witness.h
78
void witness_downgrade(struct lock_object *, int);
sys/sys/witness.h
79
void witness_unlock(struct lock_object *, int);
sys/sys/witness.h
80
void witness_setrelative(struct lock_object *, struct lock_object *, int);
sys/sys/witness.h
81
int witness_warn(int, struct lock_object *, const char *, ...);
sys/sys/witness.h
82
void witness_assert(const struct lock_object *, int);
sys/sys/witness.h
83
void witness_display_spinlock(struct lock_object *, struct proc *,
sys/sys/witness.h
85
void witness_norelease(struct lock_object *);
sys/sys/witness.h
86
void witness_releaseok(struct lock_object *);