Lines Matching refs:_INLINE_
120 #define _INLINE_ extern inline macro
122 #define _INLINE_ inline macro
126 #define _INLINE_ inline macro
129 #define _INLINE_ extern __inline__ macro
131 #define _INLINE_ extern inline macro
136 _INLINE_ lkmem_cache_t *do_cache_create(int len) in do_cache_create()
146 _INLINE_ void do_cache_destroy(lkmem_cache_t *cache) in do_cache_destroy()
155 _INLINE_ __u32 __hash_32(__u32 val) in __hash_32()
160 _INLINE_ __u32 hash_32(__u32 val, unsigned int bits) in hash_32()
166 _INLINE_ __u32 hash_64(__u64 val, unsigned int bits) in hash_64()
177 #undef _INLINE_