Searched refs:deferrable (Results 1 – 5 of 5) sorted by relevance
204 bool deferrable; member243 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()
49 bool "Use a deferrable timer to trigger allocations"51 Use a deferrable timer to trigger allocations. This avoids forcing
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
127 echo deferrable > /sys/class/devfreq/.../timer
105 module_param_named(deferrable, kfence_deferrable, bool, 0444);