Home
last modified time | relevance | path

Searched refs:defer_all_probes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/base/
H A Ddd.c68 * Once defer_all_probes is true all drivers probes will be forcibly deferred.
70 static bool defer_all_probes; variable
205 defer_all_probes = true; in device_block_probing()
218 defer_all_probes = false; in device_unblock_probing()
609 if (defer_all_probes) { in really_probe()
611 * Value of defer_all_probes can be set only by in really_probe()
838 !defer_all_probes) in driver_probe_device()
/kernel/linux/linux-5.10/drivers/base/
H A Ddd.c68 * Once defer_all_probes is true all drivers probes will be forcibly deferred.
70 static bool defer_all_probes; variable
198 defer_all_probes = true; in device_block_probing()
211 defer_all_probes = false; in device_unblock_probing()
504 if (defer_all_probes) { in really_probe()
506 * Value of defer_all_probes can be set only by in really_probe()

Completed in 4 milliseconds