Home
last modified time | relevance | path

Searched defs:f2 (Results 1 – 6 of 6) sorted by relevance

/include/linux/
A Dindirect_call_wrapper.h21 #define INDIRECT_CALL_2(f, f2, f1, ...) \ argument
26 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) \ argument
31 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) \ argument
43 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__VA_ARGS__) argument
44 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) f(__VA_ARGS__) argument
45 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) f(__VA_ARGS__) argument
57 #define INDIRECT_CALL_INET(f, f2, f1, ...) \ argument
60 #define INDIRECT_CALL_INET(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) argument
62 #define INDIRECT_CALL_INET(f, f2, f1, ...) f(__VA_ARGS__) argument
A Ddma-fence.h471 static inline bool __dma_fence_is_later(struct dma_fence *fence, u64 f1, u64 f2) in __dma_fence_is_later()
492 struct dma_fence *f2) in dma_fence_is_later()
510 struct dma_fence *f2) in dma_fence_is_later_or_same()
525 struct dma_fence *f2) in dma_fence_later()
A Dvirtio_features.h65 static inline bool virtio_features_equal(const u64 *f1, const u64 *f2) in virtio_features_equal()
80 static inline void virtio_features_andnot(u64 *to, const u64 *f1, const u64 *f2) in virtio_features_andnot()
A Dnetdevice.h5248 netdev_features_t f2) in netdev_intersect_features()
/include/net/
A Dinet_common.h77 #define indirect_call_gro_receive(f2, f1, cb, head, skb) \ argument
A Dgro.h415 #define indirect_call_gro_receive_inet(cb, f2, f1, head, skb) \ argument

Completed in 21 milliseconds