Home
last modified time | relevance | path

Searched refs:match_tbl_mutex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad.c139 pthread_mutex_lock(&p_vend->match_tbl_mutex); in clear_madw()
149 pthread_mutex_unlock(&p_vend->match_tbl_mutex); in clear_madw()
157 pthread_mutex_unlock(&p_vend->match_tbl_mutex); in clear_madw()
177 pthread_mutex_lock(&p_vend->match_tbl_mutex); in get_madw()
184 pthread_mutex_unlock(&p_vend->match_tbl_mutex); in get_madw()
189 pthread_mutex_unlock(&p_vend->match_tbl_mutex); in get_madw()
210 pthread_mutex_lock(&p_vend->match_tbl_mutex); in put_madw()
219 pthread_mutex_unlock(&p_vend->match_tbl_mutex); in put_madw()
267 pthread_mutex_unlock(&p_vend->match_tbl_mutex); in put_madw()
552 pthread_mutex_init(&p_vend->match_tbl_mutex, NULL); in osm_vendor_init()
[all …]
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_ibumad.h165 pthread_mutex_t match_tbl_mutex; member