Home
last modified time | relevance | path

Searched refs:f2 (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-fence.h446 * __dma_fence_is_later - return if f1 is chronologically later than f2
448 * @f2: the second fence's seqno from the same context
451 * Returns true if f1 is chronologically later than f2. Both fences must be
454 static inline bool __dma_fence_is_later(u64 f1, u64 f2, const struct dma_fence_ops *ops) in __dma_fence_is_later() argument
461 return f1 > f2; in __dma_fence_is_later()
464 return (int)(lower_32_bits(f1) - lower_32_bits(f2)) > 0; in __dma_fence_is_later()
468 * dma_fence_is_later - return if f1 is chronologically later than f2
470 * @f2: the second fence from the same context
472 * Returns true if f1 is chronologically later than f2. Both fences must be
475 static inline bool dma_fence_is_later(struct dma_fence *f1, struct dma_fence *f2) in dma_fence_is_later() argument
493 dma_fence_later(struct dma_fence *f1, struct dma_fence *f2) dma_fence_later() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dmk_prim_xml_step1.py138 with open(file_name, 'r') as f1, open(parse_file, 'w+') as f2:

Completed in 2 milliseconds