Home
last modified time | relevance | path

Searched refs:bop (Results 1 – 2 of 2) sorted by relevance

/drivers/md/persistent-data/
A Ddm-space-map-metadata.c124 struct block_op *bop; in brb_push() local
134 bop = brb->bops + brb->end; in brb_push()
135 bop->type = type; in brb_push()
136 bop->b = b; in brb_push()
137 bop->e = e; in brb_push()
146 struct block_op *bop; in brb_peek() local
151 bop = brb->bops + brb->begin; in brb_peek()
152 memcpy(result, bop, sizeof(*result)); in brb_peek()
223 struct block_op bop; in apply_bops() local
225 r = brb_peek(&smm->uncommitted, &bop); in apply_bops()
[all …]
/drivers/gpu/drm/nouveau/
A Dnouveau_uvmm.c1120 bind_link_gpuvas(struct bind_job_op *bop) in bind_link_gpuvas() argument
1122 struct nouveau_uvma_prealloc *new = &bop->new; in bind_link_gpuvas()
1123 struct drm_gpuvm_bo *vm_bo = bop->vm_bo; in bind_link_gpuvas()
1124 struct drm_gpuva_ops *ops = bop->ops; in bind_link_gpuvas()

Completed in 10 milliseconds