Lines Matching refs:enabled
30 static bool enabled __read_mostly;
33 * Make DAMON_LRU_SORT reads the input parameters again, except ``enabled``.
37 * reads values of parametrs except ``enabled`` again. Once the re-reading is
117 * If DAMON_LRU_SORT is enabled, this becomes the PID of the worker thread.
291 bool is_enabled = enabled;
311 enabled = enable;
320 module_param_cb(enabled, &enabled_param_ops, &enabled, 0600);
321 MODULE_PARM_DESC(enabled,
333 /* 'enabled' has set before this function, probably via command line */
334 if (enabled)
338 if (err && enabled)
339 enabled = false;