Searched defs:swrc_tmp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c1146 tavor_sw_refcnt_t *swrc_tmp; local
1366 swrc_tmp = (tavor_sw_refcnt_t *)mtt_refcnt->tr_addr;
1367 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*swrc_tmp))
1368 TAVOR_MTT_REFCNT_INIT(swrc_tmp);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c1474 hermon_sw_refcnt_t *swrc_tmp; local
1676 swrc_tmp = (hermon_sw_refcnt_t *)mtt_refcnt->hr_addr;
1677 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*swrc_tmp))
1678 HERMON_MTT_REFCNT_INIT(swrc_tmp);
2023 hermon_sw_refcnt_t *swrc_tmp; local
2089 swrc_tmp = (hermon_sw_refcnt_t *)mtt_refcnt->hr_addr;
2090 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*swrc_tmp))
2091 HERMON_MTT_REFCNT_INIT(swrc_tmp);

Completed in 70 milliseconds