Searched refs:map_lock (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei_ulp2_ddp.c107 mtx_lock(&ci->map_lock);
116 mtx_unlock(&ci->map_lock);
122 mtx_unlock(&ci->map_lock);
130 mtx_lock(&ci->map_lock);
133 mtx_unlock(&ci->map_lock);
158 mtx_lock(&ci->map_lock);
171 mtx_unlock(&ci->map_lock);
H A Dcxgbei.h148 struct mtx map_lock; member in struct:cxgbei_data
H A Dcxgbei.c514 mtx_init(&ci->map_lock, "ddp lock", NULL, MTX_DEF | MTX_DUPOK);
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_main.c311 mtx_init(&softs->os_specific.map_lock, "map_lock", NULL, MTX_DEF);
326 &softs->os_specific.map_lock, /* lockfuncarg*/
H A Dsmartpqi_defines.h847 struct mtx map_lock; member in struct:OS_SPECIFIC
H A Dsmartpqi_cam.c1198 mtx_destroy(&softs->os_specific.map_lock);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c86 static DEFINE_SPINLOCK(map_lock);
1190 spin_lock(&map_lock);
1193 spin_unlock(&map_lock);
1198 spin_lock(&map_lock);
1207 spin_unlock(&map_lock);
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c303 fastlock_t map_lock; /* acquire slock first if needed */ member in struct:rsocket
630 fastlock_init(&rs->map_lock);
979 fastlock_destroy(&rs->map_lock);
1027 fastlock_destroy(&rs->map_lock);
1583 fastlock_acquire(&rs->map_lock);
1612 fastlock_release(&rs->map_lock);
2539 fastlock_acquire(&rs->map_lock);
2595 fastlock_release(&rs->map_lock);
3779 fastlock_acquire(&rs->map_lock);
3812 fastlock_release(&rs->map_lock);
[all...]

Completed in 113 milliseconds