Searched refs:_kf (Results 1 – 2 of 2) sorted by relevance
48 #define kfifo_len(_kf) \ argument50 (_kf)->count; \53 #define kfifo_is_empty(_kf) \ argument55 ((_kf)->count == 0) ? true : false; \58 #define kfifo_is_full(_kf) \ argument60 ((_kf)->count == (_kf)->total) ? true : false; \63 #define kfifo_put(_kf, _e) \ argument68 if (kfifo_is_full(_kf)) { \71 (_kf)->head[(_kf)->last] = (_e); \72 (_kf)->count++; \[all …]
89 #define ATH_KTR(_sc, _km, _kf, ...) do { \ argument91 CTR##_kf(KTR_DEV, __VA_ARGS__); \113 #define ATH_KTR(_sc, _km, _kf, ...) do { } while (0) argument