Home
last modified time | relevance | path

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

/Linux-v6.1/sound/firewire/
Dfcp.c204 bool deferrable; member
243 t.deferrable = (*(const u8 *)command == 0x00 || *(const u8 *)command == 0x03); in fcp_avc_transaction()
361 if (t->deferrable && *(const u8 *)data == 0x0f) { in fcp_response()
/Linux-v6.1/lib/
DKconfig.kfence49 bool "Use a deferrable timer to trigger allocations"
51 Use a deferrable timer to trigger allocations. This avoids forcing
/Linux-v6.1/Documentation/dev-tools/
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-v6.1/Documentation/ABI/testing/
Dsysfs-class-devfreq127 echo deferrable > /sys/class/devfreq/.../timer
/Linux-v6.1/mm/kfence/
Dcore.c105 module_param_named(deferrable, kfence_deferrable, bool, 0444);