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

/freebsd-10.0-release/sys/i386/i386/
H A Dsys_machdep.c473 M_SUBPROC, M_WAITOK);
479 free(new_ldt, M_SUBPROC);
513 M_SUBPROC, M_WAITOK);
519 free(new_ldt, M_SUBPROC);
581 free(pldt, M_SUBPROC);
861 free(new_ldt, M_SUBPROC);
894 free(new_ldt, M_SUBPROC);
/freebsd-10.0-release/sys/amd64/amd64/
H A Dsys_machdep.c465 new_ldt = malloc(sizeof(struct proc_ldt), M_SUBPROC, M_WAITOK);
470 FREE(new_ldt, M_SUBPROC);
489 free(new_ldt, M_SUBPROC);
534 free(pldt, M_SUBPROC);
/freebsd-10.0-release/sys/kern/
H A Dkern_time.c1589 its = malloc(sizeof (struct itimers), M_SUBPROC, M_WAITOK | M_ZERO);
1602 free(its, M_SUBPROC);
1644 free(its, M_SUBPROC);
H A Dkern_proc.c111 MALLOC_DEFINE(M_SUBPROC, "subproc", "Proc sub-structures");
1027 return (malloc(sizeof(struct pstats), M_SUBPROC, M_ZERO|M_WAITOK));
1047 free(ps, M_SUBPROC);
H A Dkern_sig.c3422 ps = malloc(sizeof(struct sigacts), M_SUBPROC, M_WAITOK | M_ZERO);
3436 free(ps, M_SUBPROC);
/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dmachdep.c1085 ut = malloc(sizeof(struct md_utrap), M_SUBPROC, M_WAITOK | M_ZERO);
1102 free(ut, M_SUBPROC);
/freebsd-10.0-release/sys/sys/
H A Dproc.h690 MALLOC_DECLARE(M_SUBPROC); variable

Completed in 130 milliseconds