Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/rsm/
H A Drsm.c4431 rsm_import_share_t *sharedp; in rsmsegshare_suspend() local
4441 sharedp = seg->s_share; in rsmsegshare_suspend()
4443 switch (sharedp->rsmsi_state) { in rsmsegshare_suspend()
4447 sharedp->rsmsi_state = RSMSI_STATE_ABORT_CONNECT; in rsmsegshare_suspend()
4453 if (sharedp->rsmsi_node != my_nodeid) { in rsmsegshare_suspend()
4455 rsm_disconnect(sharedp->rsmsi_handle); in rsmsegshare_suspend()
4459 sharedp->rsmsi_segid, e)); in rsmsegshare_suspend()
4462 sharedp->rsmsi_handle = NULL; in rsmsegshare_suspend()
4464 sharedp->rsmsi_state = RSMSI_STATE_CONN_QUIESCE; in rsmsegshare_suspend()
4470 if (sharedp->rsmsi_node != my_nodeid) { in rsmsegshare_suspend()
[all …]
/titanic_44/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c498 struct door_xsync_shared *sharedp; member
517 struct door_xsync_shared *xssp = xsp->sharedp; in door_xcreate_startf()
638 xsp[i].sharedp = xssp; in door_xcreate_n()