Searched refs:ibd_rc_pas_close (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/ |
H A D | ibd.h | 641 kstat_named_t rc_pas_close; /* call ibd_rc_pas_close() */ 1067 uint64_t rc_pas_close; /* call ibd_rc_pas_close() */ 1321 int ibd_rc_pas_close(ibd_rc_chan_t *, boolean_t, boolean_t);
|
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd_cm.c | 540 kstat_named_init(&ibd_rc_ksp->rc_pas_close, "RC: call ibd_rc_pas_close", 2599 (void) ibd_rc_pas_close(rc_chan, B_TRUE, B_FALSE); 2946 * reaper calls ibd_rc_pas_close(), and if it finds that dl_bufs_outstanding 2955 ibd_rc_pas_close(ibd_rc_chan_t *chan, boolean_t is_close_rc_chan, function 2989 DPRINT(40, "ibd_rc_pas_close : " 3003 DPRINT(40, "ibd_rc_pas_close : " 3011 DPRINT(30, "ibd_rc_pas_close-1: close and free chan, " 3018 DPRINT(40, "ibd_rc_pas_close: ibt_close_rc_" 3022 DPRINT(30, "ibd_rc_pas_close: ibt_close_rc_" 3034 DPRINT(40, "ibd_rc_pas_close [all...] |
H A D | ibd.c | 1283 (void) ibd_rc_pas_close(ptr->rq_ptr,
|
Completed in 68 milliseconds