Searched refs:job_id_ptr (Results 1 – 2 of 2) sorted by relevance
29 u32 __user *job_id_ptr = NULL; in soft_job_start_wrapper() local45 job_id_ptr = (u32 __user *)(uintptr_t)kargs.job_id_ptr; in soft_job_start_wrapper()61 if (0 != put_user(job->id, job_id_ptr)) { in soft_job_start_wrapper()
439 …u64 job_id_ptr; /**< [in,out] pointer to location of u32 where job id will be … member