OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bo_wait
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/libdrm/libdrm/radeon/
radeon_bo_gem.c
59
static int
bo_wait
(struct radeon_bo *bo);
181
r =
bo_wait
(bo);
199
static int
bo_wait
(struct radeon_bo *bo)
function
271
bo_wait
,
radeon_bo.h
70
int (*
bo_wait
)(struct radeon_bo *bo);
member in struct:radeon_bo_funcs
167
return bo->bom->funcs->
bo_wait
(bo);
Completed in 287 milliseconds