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

/freebsd-13-stable/sys/kern/
H A Dsubr_intr.c93 MALLOC_DECLARE(M_INTRNG); variable
94 MALLOC_DEFINE(M_INTRNG, "intr", "intr interrupt handling");
185 intrcnt = mallocarray(intrcnt_count, sizeof(u_long), M_INTRNG,
187 intrnames = mallocarray(intrcnt_count, INTRNAME_LEN, M_INTRNG,
192 M_INTRNG, M_WAITOK | M_ZERO);
773 pic = malloc(sizeof(*pic), M_INTRNG, M_NOWAIT | M_ZERO);
805 free(pic, M_INTRNG);
908 newchild = malloc(sizeof(*newchild), M_INTRNG, M_WAITOK | M_ZERO);
995 free(data, M_INTRNG);
1026 free(data, M_INTRNG);
[all...]

Completed in 169 milliseconds