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

/freebsd-13-stable/sys/dev/pst/
H A Dpst-iop.c300 #define ALLOCSIZE (PAGE_SIZE + (256 * sizeof(struct i2o_lct_entry))) macro
302 if (!(reply = contigmalloc(ALLOCSIZE, M_PSTIOP, M_NOWAIT | M_ZERO,
319 msg->sgl.count = ALLOCSIZE;
323 contigfree(reply, ALLOCSIZE, M_PSTIOP);
328 contigfree(reply, ALLOCSIZE, M_PSTIOP);
334 contigfree(reply, ALLOCSIZE, M_PSTIOP);

Completed in 54 milliseconds