Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/caam/ !
Dblob_gen.c64 struct caam_blob_job_result testres; in caam_process_blob() local
125 testres.err = 0; in caam_process_blob()
126 init_completion(&testres.completion); in caam_process_blob()
128 ret = caam_jr_enqueue(jrdev, desc, caam_blob_job_done, &testres); in caam_process_blob()
130 wait_for_completion(&testres.completion); in caam_process_blob()
131 ret = testres.err; in caam_process_blob()
/linux-5.19.10/arch/mips/include/asm/octeon/ !
Dcvmx-spxx-defs.h184 uint64_t testres:1; member
192 uint64_t testres:1;
/linux-5.19.10/fs/lockd/ !
Dclntxdr.c563 PROC(TEST, testargs, testres),
573 PROC(TEST_RES, testres, norep),
Dclnt4xdr.c565 PROC(TEST, testargs, testres),
575 PROC(TEST_RES, testres, norep),