Searched refs:deferrable (Results 1 – 8 of 8) sorted by relevance
49 bool "Use a deferrable timer to trigger allocations"51 Use a deferrable timer to trigger allocations. This avoids forcing
155 * 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()
1009 control->deferrable = fwnode_property_read_bool(control_node, in find_sdca_entity_control()1047 control->interrupt_position, control->deferrable ? "deferrable" : ""); in find_sdca_entity_control()
47 on power-constrained systems. The boot parameter ``kfence.deferrable=1``48 instead switches to a "deferrable" timer which does not force CPU wake-ups on53 The KUnit test suite is very likely to fail when using a deferrable timer
130 echo deferrable > /sys/class/devfreq/.../timer
825 bool deferrable; member
111 module_param_named(deferrable, kfence_deferrable, bool, 0444);
2954 kfence.deferrable=2955 [MM,KFENCE] Whether to use a deferrable timer to trigger