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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_utils.c1236 ibcm_svc_info_t *svcinfop; local
1240 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*svcinfop))
1243 svcinfop = kmem_zalloc(sizeof (*svcinfop), KM_SLEEP);
1244 svcinfop->svc_id = sid;
1245 svcinfop->svc_num_sids = num_sids;
1257 kmem_free(svcinfop, sizeof (*svcinfop));
1260 avl_insert(&ibcm_svc_avl_tree, (void *)svcinfop, where);
1263 _NOTE(NOW_VISIBLE_TO_OTHER_THREADS(*svcinfop))
[all...]
H A Dibcm_ti.c2462 ibcm_svc_info_t *svcinfop; local
2468 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*svcinfop))
2493 svcinfop = ibcm_create_svc_entry(sid, num_sids);
2495 if (svcinfop == NULL) {
2504 svcinfop->svc_flags = srv->sd_flags;
2505 svcinfop->svc_rc_handler = srv->sd_handler;
2506 svcinfop->svc_ud_handler = srv->sd_ud_handler;
2511 *srv_hdl = svcinfop;
2517 svcinfop, sid);
2519 _NOTE(NOW_VISIBLE_TO_OTHER_THREADS(*svcinfop))
[all...]

Completed in 54 milliseconds