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

Function param_set_arc_long

freebsd/contrib/openzfs/module/os/linux/zfs/arc_os.c:361–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361int
362param_set_arc_long(const char *buf, zfs_kernel_param_t *kp)
363{
364 int error;
365
366 error = param_set_long(buf, kp);
367 if (error < 0)
368 return (SET_ERROR(error));
369
370 arc_tuning_update(B_TRUE);
371
372 return (0);
373}
374
375int
376param_set_arc_int(const char *buf, zfs_kernel_param_t *kp)

Callers

nothing calls this directly

Calls 1

arc_tuning_updateFunction · 0.85

Tested by

no test coverage detected