Searched refs:lock_init (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_def.h123 lock_init :1; member in struct:qla_host::__anon14154
H A Dqla_os.c279 ha->flags.lock_init = 1;
504 if (ha->flags.lock_init) {
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_def.h138 lock_init :1; member in struct:qla_host::__anon14157
H A Dql_os.c367 ha->flags.lock_init = 1;
559 if (ha->flags.lock_init) {
597 if (ha->flags.lock_init) {
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_def.h254 lock_init :1; member in struct:qla_host::__anon14205
H A Dqls_os.c378 ha->flags.lock_init = 1;
566 if (ha->flags.lock_init) {
/freebsd-13-stable/sys/sys/
H A Dlock.h218 void lock_init(struct lock_object *, struct lock_class *,
/freebsd-13-stable/sys/kern/
H A Dsubr_lock.c82 lock_init(struct lock_object *lock, struct lock_class *class, const char *name, function
H A Dkern_mutex.c1161 lock_init(&m->lock_object, class, name, type, flags);
H A Dkern_rmlock.c308 lock_init(&rm->lock_object, lc, name, NULL, liflags);
H A Dkern_rwlock.c238 lock_init(&rw->lock_object, &lock_class_rw, name, NULL, flags);
H A Dkern_sx.c260 lock_init(&sx->lock_object, &lock_class_sx, description, NULL, flags);
H A Dkern_lock.c457 lock_init(&lk->lock_object, &lock_class_lockmgr, wmesg, NULL, iflags);
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h364 lock_init :1; member in struct:qlnx_host::__anon14149
H A Dqlnx_os.c792 ha->flags.lock_init = 1;
1380 if (ha->flags.lock_init) {

Completed in 275 milliseconds