Home
last modified time | relevance | path

Searched refs:pjob (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_exec.c228 nouveau_exec_job_init(struct nouveau_exec_job **pjob, in nouveau_exec_job_init() argument
246 job = *pjob = kzalloc(sizeof(*job), GFP_KERNEL); in nouveau_exec_job_init()
286 *pjob = NULL; in nouveau_exec_job_init()
H A Dnouveau_uvmm.c957 nouveau_uvmm_bind_job_alloc(struct nouveau_uvmm_bind_job **pjob) in nouveau_uvmm_bind_job_alloc() argument
959 *pjob = kzalloc(sizeof(**pjob), GFP_KERNEL); in nouveau_uvmm_bind_job_alloc()
960 if (!*pjob) in nouveau_uvmm_bind_job_alloc()
963 kref_init(&(*pjob)->kref); in nouveau_uvmm_bind_job_alloc()
1599 nouveau_uvmm_bind_job_init(struct nouveau_uvmm_bind_job **pjob, in nouveau_uvmm_bind_job_init() argument
1642 *pjob = job; in nouveau_uvmm_bind_job_init()
1648 *pjob = NULL; in nouveau_uvmm_bind_job_init()
/openbmc/qemu/tests/unit/
H A Dtest-blockjob.c203 static CancelJob *create_common(Job **pjob) in create_common() argument
222 *pjob = job; in create_common()