Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/caam/
H A Dblob_gen.c67 struct caam_blob_job_result testres; in caam_process_blob() local
135 testres.err = 0; in caam_process_blob()
136 init_completion(&testres.completion); in caam_process_blob()
138 ret = caam_jr_enqueue(jrdev, desc, caam_blob_job_done, &testres); in caam_process_blob()
140 wait_for_completion(&testres.completion); in caam_process_blob()
141 ret = testres.err; in caam_process_blob()
/linux-6.15/arch/mips/include/asm/octeon/
H A Dcvmx-spxx-defs.h184 uint64_t testres:1; member
192 uint64_t testres:1;
/linux-6.15/fs/lockd/
H A Dclnt4xdr.c558 PROC(TEST, testargs, testres),
568 PROC(TEST_RES, testres, norep),
H A Dclntxdr.c564 PROC(TEST, testargs, testres),
574 PROC(TEST_RES, testres, norep),