Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_fail.c82 #define fp_malloc(size, flags) malloc((size), M_FAIL_POINT, (flags)) macro
84 #define fs_malloc() fp_malloc(sizeof(struct fail_point_setting), \
279 fp_entry = fp_malloc(sizeof(struct fail_point_entry), in fail_point_entry_new()
481 name = fp_malloc(n + 1, M_WAITOK); in fail_point_init()
505 fp->fp_callout = fp_malloc(sizeof(*fp->fp_callout), M_WAITOK); in fail_point_alloc_callout()
676 fp_entry_cpy = fp_malloc(sizeof(struct fail_point_entry) * in fail_point_get()
894 buf = fp_malloc(req->newlen + 1, M_WAITOK); in fail_point_sysctl()