Searched refs:sgid_lock (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c472 if (mtx_initialized(&dev->sgid_lock))
473 mtx_destroy(&dev->sgid_lock);
493 mtx_init(&dev->sgid_lock, "sgid_lock", NULL, MTX_DEF);
893 mtx_lock(&dev->sgid_lock);
902 mtx_unlock(&dev->sgid_lock);
908 mtx_unlock(&dev->sgid_lock);
917 mtx_unlock(&dev->sgid_lock);
930 mtx_lock(&dev->sgid_lock);
940 mtx_unlock(&dev->sgid_lock);
[all...]
H A Dqlnxr_def.h400 struct mtx sgid_lock; member in struct:qlnxr_dev

Completed in 109 milliseconds