Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/module/
Dmain.c2431 static bool async_probe; variable
2432 module_param(async_probe, bool, 0644);
2818 mod->async_probe_requested = async_probe; in load_module()
/Linux-v6.1/Documentation/admin-guide/
Dkernel-parameters.txt1159 <module>.async_probe[=<bool>] [KNL]
1164 <bool> value. See also: module.async_probe
3298 module.async_probe=<bool>
3302 is documented under <module>.async_probe. When both
3303 module.async_probe and <module>.async_probe are
3304 specified, <module>.async_probe takes precedence for