Searched refs:enabled_param_ops (Results 1 – 6 of 6) sorted by relevance
/linux/samples/damon/ |
H A D | wsse.c | 26 static const struct kernel_param_ops enabled_param_ops = { variable 32 module_param_cb(enabled, &enabled_param_ops, &enabled, 0600);
|
H A D | prcl.c | 25 static const struct kernel_param_ops enabled_param_ops = { variable 31 module_param_cb(enabled, &enabled_param_ops, &enabled, 0600);
|
H A D | mtier.c | 41 static const struct kernel_param_ops enabled_param_ops = { variable 47 module_param_cb(enabled, &enabled_param_ops, &enabled, 0600);
|
/linux/mm/damon/ |
H A D | reclaim.c | 319 static const struct kernel_param_ops enabled_param_ops = { variable 324 module_param_cb(enabled, &enabled_param_ops, &enabled, 0600);
|
H A D | stat.c | 22 static const struct kernel_param_ops enabled_param_ops = { variable 29 module_param_cb(enabled, &enabled_param_ops, &enabled, 0600);
|
H A D | lru_sort.c | 315 static const struct kernel_param_ops enabled_param_ops = { variable 320 module_param_cb(enabled, &enabled_param_ops, &enabled, 0600);
|