Home
last modified time | relevance | path

Searched refs:fp_malloc (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_fail.c84 #define fp_malloc(size, flags) malloc((size), M_FAIL_POINT, (flags)) macro
86 #define fs_malloc() fp_malloc(sizeof(struct fail_point_setting), \
281 fp_entry = fp_malloc(sizeof(struct fail_point_entry), in fail_point_entry_new()
483 name = fp_malloc(n + 1, M_WAITOK); in fail_point_init()
508 fp->fp_callout = fp_malloc(sizeof(*fp->fp_callout), M_WAITOK); in fail_point_alloc_callout()
679 fp_entry_cpy = fp_malloc(sizeof(struct fail_point_entry) * in fail_point_get()
897 buf = fp_malloc(req->newlen + 1, M_WAITOK); in fail_point_sysctl()