Searched refs:M_INTRNG (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dsubr_intr.c83 MALLOC_DECLARE(M_INTRNG); variable
84 MALLOC_DEFINE(M_INTRNG, "intr", "intr interrupt handling");
743 pic = malloc(sizeof(*pic), M_INTRNG, M_NOWAIT | M_ZERO);
774 free(pic, M_INTRNG);
878 newchild = malloc(sizeof(*newchild), M_INTRNG, M_WAITOK | M_ZERO);
950 free(data, M_INTRNG);
981 free(data, M_INTRNG);
1236 data = malloc(len, M_INTRNG, flags);
1245 free(data, M_INTRNG);
1288 isrc = malloc(sizeof(*isrc) * count, M_INTRNG, M_WAITO
[all...]

Completed in 95 milliseconds