Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/module/
Dmain.c2953 static bool async_probe; variable
2954 module_param(async_probe, bool, 0644);
3425 mod->async_probe_requested = async_probe; in load_module()
/linux-6.14.4/Documentation/admin-guide/
Dkernel-parameters.txt3755 <module>.async_probe[=<bool>] [KNL]
3760 <bool> value. See also: module.async_probe
3762 module.async_probe=<bool>
3766 is documented under <module>.async_probe. When both
3767 module.async_probe and <module>.async_probe are
3768 specified, <module>.async_probe takes precedence for