Searched refs:visorchipset_clientregwait (Results 1 – 2 of 2) sorted by relevance
36 extern int visorchipset_clientregwait;
1775 if (visorchipset_clientregwait && !clientregistered) in controlvm_periodic_work()1873 if (visorchipset_clientregwait && !clientregistered) in setup_crash_devices_work_queue()2306 module_param_named(clientregwait, visorchipset_clientregwait, int, S_IRUGO);2307 MODULE_PARM_DESC(visorchipset_clientregwait, "1 to have the module wait for the visorclientbus to r…2308 int visorchipset_clientregwait = 1; /* default is on */ variable