Home
last modified time | relevance | path

Searched refs:_kf (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkfifo.h41 #define INIT_KFIFO(_kf) \ argument
43 (_kf).total = nitems((_kf).head); \
44 (_kf).count = 0; \
45 (_kf).first = 0; \
46 (_kf).last = 0; \
67 #define kfifo_len(_kf) \ argument
69 (_kf)->count; \
72 #define kfifo_is_empty(_kf) \ argument
74 ((_kf)->count == 0) ? true : false; \
77 #define kfifo_is_full(_kf) \ argument
[all …]
/freebsd/sys/dev/ath/
H A Dif_ath_debug.h89 #define ATH_KTR(_sc, _km, _kf, ...) do { \ argument
91 CTR##_kf(KTR_DEV, __VA_ARGS__); \
113 #define ATH_KTR(_sc, _km, _kf, ...) do { } while (0) argument