Home
last modified time | relevance | path

Searched refs:async_probe (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/module/
H A Dmain.c2497 static bool async_probe; variable
2498 module_param(async_probe, bool, 0644);
2955 mod->async_probe_requested = async_probe; in load_module()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt3422 <module>.async_probe[=<bool>] [KNL]
3427 <bool> value. See also: module.async_probe
3429 module.async_probe=<bool>
3433 is documented under <module>.async_probe. When both
3434 module.async_probe and <module>.async_probe are
3435 specified, <module>.async_probe takes precedence for