Home
last modified time | relevance | path

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

/linux/kernel/module/
H A Dmain.c3008 static bool async_probe; variable
3009 module_param(async_probe, bool, 0644);
3482 mod->async_probe_requested = async_probe; in load_module()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt4188 <module>.async_probe[=<bool>] [KNL]
4193 <bool> value. See also: module.async_probe
4195 module.async_probe=<bool>
4199 is documented under <module>.async_probe. When both
4200 module.async_probe and <module>.async_probe are
4201 specified, <module>.async_probe takes precedence for