fp_malloc
fp_entry = fp_malloc(sizeof(struct fail_point_entry),
name = fp_malloc(n + 1, M_WAITOK);
fp->fp_callout = fp_malloc(sizeof(*fp->fp_callout), M_WAITOK);
fp_entry_cpy = fp_malloc(sizeof(struct fail_point_entry) *
#define fs_malloc() fp_malloc(sizeof(struct fail_point_setting), \
buf = fp_malloc(req->newlen + 1, M_WAITOK);