OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__dma_fence_is_later
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/include/linux/
dma-fence.h
88
#define
__dma_fence_is_later
linux___dma_fence_is_later
macro
130
bool
__dma_fence_is_later
(uint64_t, uint64_t, const struct dma_fence_ops *);
/src/sys/external/bsd/drm2/linux/
linux_dma_fence.c
310
*
__dma_fence_is_later
(a, b, ops)
323
__dma_fence_is_later
(uint64_t a, uint64_t b, const struct dma_fence_ops *ops)
function in typeref:typename:bool
356
return
__dma_fence_is_later
(a->seqno, b->seqno, a->ops);
Completed in 41 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025