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

Function fail_point_eval_swap_out

freebsd/kern/kern_fail.c:347–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347static inline void
348fail_point_eval_swap_out(struct fail_point *fp,
349 struct fail_point_setting *fp_setting)
350{
351
352 /* We may have already been swapped out and replaced; ignore. */
353 if (fp->fp_setting == fp_setting)
354 fail_point_swap_settings(fp, NULL);
355}
356
357/* Free up any zero-ref entries in the garbage queue */
358static void

Callers 1

Calls 1

fail_point_swap_settingsFunction · 0.85

Tested by

no test coverage detected