Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h309 size_t is_chansize; member
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c116 state->is_chansize = sizeof (struct ioat_channel_s) * in ioat_channel_init()
118 state->is_channel = kmem_zalloc(state->is_chansize, KM_SLEEP); in ioat_channel_init()
140 kmem_free(state->is_channel, state->is_chansize); in ioat_channel_fini()