Home
last modified time | relevance | path

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

/linux-6.15/kernel/module/
H A Dmain.c2905 static bool async_probe; variable
2906 module_param(async_probe, bool, 0644);
3377 mod->async_probe_requested = async_probe; in load_module()
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt3800 <module>.async_probe[=<bool>] [KNL]
3805 <bool> value. See also: module.async_probe
3807 module.async_probe=<bool>
3811 is documented under <module>.async_probe. When both
3812 module.async_probe and <module>.async_probe are
3813 specified, <module>.async_probe takes precedence for