Searched refs:async_probe (Results 1 – 2 of 2) sorted by relevance
3001 static bool async_probe; variable3002 module_param(async_probe, bool, 0644);3475 mod->async_probe_requested = async_probe; in load_module()
4187 <module>.async_probe[=<bool>] [KNL]4192 <bool> value. See also: module.async_probe4194 module.async_probe=<bool>4198 is documented under <module>.async_probe. When both4199 module.async_probe and <module>.async_probe are4200 specified, <module>.async_probe takes precedence for