Home
last modified time | relevance | path

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

/linux/kernel/module/
H A Dmain.c3001 static bool async_probe; variable
3002 module_param(async_probe, bool, 0644);
3475 mod->async_probe_requested = async_probe; in load_module()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt4073 <module>.async_probe[=<bool>] [KNL]
4078 <bool> value. See also: module.async_probe
4080 module.async_probe=<bool>
4084 is documented under <module>.async_probe. When both
4085 module.async_probe and <module>.async_probe are
4086 specified, <module>.async_probe takes precedence for