Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/module/
Dmain.c2492 static bool async_probe; variable
2493 module_param(async_probe, bool, 0644);
2950 mod->async_probe_requested = async_probe; in load_module()
/linux-6.6.21/Documentation/admin-guide/
Dkernel-parameters.txt3397 <module>.async_probe[=<bool>] [KNL]
3402 <bool> value. See also: module.async_probe
3404 module.async_probe=<bool>
3408 is documented under <module>.async_probe. When both
3409 module.async_probe and <module>.async_probe are
3410 specified, <module>.async_probe takes precedence for