Searched refs:caller (Results 1 – 4 of 4) sorted by relevance
180 struct caller_info *caller = NULL; in do_jr_dequeue() local235 jobctx = caller->jobctx; in do_jr_dequeue()239 if (caller->job_id & wait_job_ids) in do_jr_dequeue()240 ret_job_id |= caller->job_id; in do_jr_dequeue()244 caller->job_id, (vaddr_t)jobctx); in do_jr_dequeue()246 caller->pdesc = 0; in do_jr_dequeue()247 caller->jobctx = NULL; in do_jr_dequeue()248 caller->job_id = JR_JOB_FREE; in do_jr_dequeue()294 struct caller_info *caller = NULL; in do_jr_enqueue() local333 caller->job_id = job_mask; in do_jr_enqueue()[all …]
39 struct sp_session *caller, in ffa_get_dst() argument50 if (!caller) { in ffa_get_dst()57 if (FFA_SRC(args->a1) != caller->endpoint_id) { in ffa_get_dst()
149 fails, the allocation request fails and returns NULL to the caller. If
211 * The API distinguishes caller memory from internal memory, which allows the library to be implemen…
Completed in 7 milliseconds