Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/pst/
HDpst-iop.c298 #define ALLOCSIZE (PAGE_SIZE + (256 * sizeof(struct i2o_lct_entry))) in iop_get_lct() macro
300 if (!(reply = contigmalloc(ALLOCSIZE, M_PSTIOP, M_NOWAIT | M_ZERO, in iop_get_lct()
317 msg->sgl.count = ALLOCSIZE; in iop_get_lct()
321 contigfree(reply, ALLOCSIZE, M_PSTIOP); in iop_get_lct()
326 contigfree(reply, ALLOCSIZE, M_PSTIOP); in iop_get_lct()
332 contigfree(reply, ALLOCSIZE, M_PSTIOP); in iop_get_lct()