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

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c7065 size_t evlistsz; local
7114 /* evlist and evlistsz are based on rsm_poll_event_t type */
7115 evlistsz = sizeof (rsm_poll_event_t)* msgp->numents;
7118 evlist = kmem_zalloc(evlistsz, KM_SLEEP);
7157 evlistsz = sizeof (rsm_poll_event_t)*msgp->numents;
7158 evlist = kmem_zalloc(evlistsz, KM_SLEEP);
7166 kmem_free(evlist, evlistsz);
7183 size_t evlistsz; local
7225 * eventsp and evlistsz are based on rsm_poll_event_t
7228 evlistsz
[all...]

Completed in 91 milliseconds