MCPcopy Create free account
hub / github.com/F-Stack/f-stack / fail_point_entry_destroy

Function fail_point_entry_destroy

freebsd/kern/kern_fail.c:294–299  ·  view source on GitHub ↗

Free a struct fail_point_entry */

Source from the content-addressed store, hash-verified

292
293/* Free a struct fail_point_entry */
294static void
295fail_point_entry_destroy(struct fail_point_entry *fp_entry)
296{
297
298 fp_free(fp_entry);
299}
300
301/* Get a ref on an fp's fp_setting */
302static inline struct fail_point_setting *

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected