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

/freebsd-10-stable/sys/dev/qlxgb/
H A Dqla_def.h121 lock_init :1; member in struct:qla_host::__anon9825
H A Dqla_os.c278 ha->flags.lock_init = 1;
504 if (ha->flags.lock_init) {
/freebsd-10-stable/sys/dev/qlxge/
H A Dqls_def.h255 lock_init :1; member in struct:qla_host::__anon9842
H A Dqls_os.c383 ha->flags.lock_init = 1;
572 if (ha->flags.lock_init) {
/freebsd-10-stable/sys/dev/qlxgbe/
H A Dql_def.h136 lock_init :1; member in struct:qla_host::__anon1817
H A Dql_os.c371 ha->flags.lock_init = 1;
563 if (ha->flags.lock_init) {
602 if (ha->flags.lock_init) {
/freebsd-10-stable/sys/sys/
H A Dlock.h226 void lock_init(struct lock_object *, struct lock_class *,
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h376 lock_init :1; member in struct:qlnx_host::__anon1815
H A Dqlnx_os.c808 ha->flags.lock_init = 1;
1407 if (ha->flags.lock_init) {
/freebsd-10-stable/sys/kern/
H A Dkern_rmlock.c304 lock_init(&rm->lock_object, lc, name, NULL, liflags);
H A Dsubr_lock.c73 lock_init(struct lock_object *lock, struct lock_class *class, const char *name, function
H A Dkern_mutex.c1012 lock_init(&m->lock_object, class, name, type, flags);
H A Dkern_rwlock.c238 lock_init(&rw->lock_object, &lock_class_rw, name, NULL, flags);
H A Dkern_sx.c263 lock_init(&sx->lock_object, &lock_class_sx, description, NULL, flags);
H A Dkern_lock.c401 lock_init(&lk->lock_object, &lock_class_lockmgr, wmesg, NULL, iflags);
/freebsd-10-stable/sys/dev/ixl/
H A Dif_ixl.c362 static bool lock_init = FALSE; local
389 if (lock_init == FALSE) {
390 lock_init = TRUE;

Completed in 175 milliseconds