Searched refs:testres (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/crypto/caam/ |
A D | blob_gen.c | 66 struct caam_blob_job_result testres; in caam_process_blob() local 134 testres.err = 0; in caam_process_blob() 135 init_completion(&testres.completion); in caam_process_blob() 137 ret = caam_jr_enqueue(jrdev, desc, caam_blob_job_done, &testres); in caam_process_blob() 139 wait_for_completion(&testres.completion); in caam_process_blob() 140 ret = testres.err; in caam_process_blob()
|
/linux-6.3-rc2/arch/mips/include/asm/octeon/ |
A D | cvmx-spxx-defs.h | 184 uint64_t testres:1; member 192 uint64_t testres:1;
|
/linux-6.3-rc2/fs/lockd/ |
A D | clnt4xdr.c | 565 PROC(TEST, testargs, testres), 575 PROC(TEST_RES, testres, norep),
|
A D | clntxdr.c | 563 PROC(TEST, testargs, testres), 573 PROC(TEST_RES, testres, norep),
|
Completed in 12 milliseconds