Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/firewire/
A 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-6.3-rc2/lib/
A DKconfig.kfence49 bool "Use a deferrable timer to trigger allocations"
51 Use a deferrable timer to trigger allocations. This avoids forcing
/linux-6.3-rc2/Documentation/dev-tools/
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-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-class-devfreq127 echo deferrable > /sys/class/devfreq/.../timer
/linux-6.3-rc2/mm/kfence/
A Dcore.c104 module_param_named(deferrable, kfence_deferrable, bool, 0444);

Completed in 12 milliseconds