Searched refs:async_probe (Results 1 – 2 of 2) sorted by relevance
2905 static bool async_probe; variable2906 module_param(async_probe, bool, 0644);3377 mod->async_probe_requested = async_probe; in load_module()
3800 <module>.async_probe[=<bool>] [KNL]3805 <bool> value. See also: module.async_probe3807 module.async_probe=<bool>3811 is documented under <module>.async_probe. When both3812 module.async_probe and <module>.async_probe are3813 specified, <module>.async_probe takes precedence for