Searched refs:scfs_wait (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Dscftorture.c121 bool scfs_wait; member in struct:scf_selector
219 scfsp->scfs_wait = wait;
236 scfsp->scfs_wait ? "wait" : "nowait");
326 if (scfsp->scfs_prim == SCF_PRIM_SINGLE || scfsp->scfs_wait) {
334 scfcp->scfc_wait = scfsp->scfs_wait;
350 if (scfsp->scfs_wait)
359 ret = smp_call_function_single(cpu, scf_handler_1, (void *)scfcp, scfsp->scfs_wait);
361 if (scfsp->scfs_wait)
398 if (scfsp->scfs_wait)
406 smp_call_function_many(cpu_online_mask, scf_handler, scfcp, scfsp->scfs_wait);
[all...]

Completed in 200 milliseconds