Home | History | Annotate | Download | only in kern

Lines Matching refs:alloc_size

519 	size_t		size, alloc_size;
531 alloc_size = 0;
556 alloc_size = size;
601 alloc_size = IOCPARM_LEN(DIOCGDINFO);
617 if (alloc_size > sizeof(stkbuf)) {
618 memp = kmem_alloc(alloc_size, KM_SLEEP);
630 * The data between size and alloc_size has
634 if (__predict_false(size < alloc_size)) {
636 alloc_size - size);
690 kmem_free(memp, alloc_size);