OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__f
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_fence.c
90
struct amdgpu_fence *
__f
= container_of(f, struct amdgpu_fence, base);
local in function:to_amdgpu_fence
92
if (
__f
->base.ops == &amdgpu_fence_ops)
93
return
__f
;
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon.h
2569
struct radeon_fence *
__f
= container_of(f, struct radeon_fence, base);
local in function:to_radeon_fence
2571
if (
__f
->base.ops == &radeon_fence_ops)
2572
return
__f
;
Completed in 14 milliseconds
Indexes created Sun Sep 21 18:09:52 GMT 2025