Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dscftorture.c114 bool scfs_wait; member
204 scfsp->scfs_wait = wait; in scf_sel_add()
221 scfsp->scfs_wait ? "wait" : "nowait"); in scf_sel_dump()
307 if (scfsp->scfs_prim == SCF_PRIM_SINGLE || scfsp->scfs_wait) { in scftorture_invoke_one()
313 scfcp->scfc_wait = scfsp->scfs_wait; in scftorture_invoke_one()
320 if (scfsp->scfs_wait) in scftorture_invoke_one()
329 ret = smp_call_function_single(cpu, scf_handler_1, (void *)scfcp, scfsp->scfs_wait); in scftorture_invoke_one()
331 if (scfsp->scfs_wait) in scftorture_invoke_one()
340 if (scfsp->scfs_wait) in scftorture_invoke_one()
348 smp_call_function_many(cpu_online_mask, scf_handler, scfcp, scfsp->scfs_wait); in scftorture_invoke_one()
[all …]