Home
last modified time | relevance | path

Searched refs:deferrable (Results 1 – 8 of 8) sorted by relevance

/linux/lib/
H A DKconfig.kfence49 bool "Use a deferrable timer to trigger allocations"
51 Use a deferrable timer to trigger allocations. This avoids forcing
/linux/sound/soc/sdca/
H A Dsdca_regmap.c155 * sdca_regmap_deferrable - return if a given SDCA Control is deferrable in sdca_regmap_volatile()
159 * Return: Returns true if the register is deferrable.
172 return control->deferrable; in sdca_regmap_deferrable()
H A Dsdca_functions.c984 control->deferrable = fwnode_property_read_bool(control_node, in find_sdca_entity_control()
1018 control->interrupt_position, control->deferrable ? "deferrable" : ""); in find_sdca_entity_control()
/linux/Documentation/dev-tools/
H A Dkfence.rst47 on power-constrained systems. The boot parameter ``kfence.deferrable=1``
48 instead switches to a "deferrable" timer which does not force CPU wake-ups on
53 The KUnit test suite is very likely to fail when using a deferrable timer
/linux/Documentation/ABI/testing/
H A Dsysfs-class-devfreq130 echo deferrable > /sys/class/devfreq/.../timer
/linux/include/sound/
H A Dsdca_function.h809 * @deferrable: Indicates if the access to the Control can be deferred.
827 bool deferrable;
773 bool deferrable; global() member
/linux/mm/kfence/
H A Dcore.c110 module_param_named(deferrable, kfence_deferrable, bool, 0444);
/linux/include/linux/
H A Dregmap.h535 bool (*deferrable)(struct device *dev, unsigned int reg); member