Searched defs:FIFO (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/include/linux/ |
H A D | kfifo.h | 61 #define DECLARE_KFIFO_PTR(FIFO, TYPE) _KFIFO_PTR_TYPE(, TYPE) FIFO argument 62 #define DECLARE_KFIFO(FIFO, TYPE, N) _KFIFO_TYPE(, TYPE, N) FIFO argument 64 #define INIT_KFIFO(FIFO) do \ argument 69 #define FINI_KFIFO(FIFO) do \ argument 93 #define kfifo_alloc(FIFO, SIZE, GFP) \ argument 113 #define kfifo_free(FIFO) \ argument 131 #define kfifo_is_empty(FIFO) (kfifo_len(FIFO) == 0) argument 132 #define kfifo_len(FIFO) _kfifo_len(&(FIFO)->kf_meta) argument 144 #define kfifo_out_peek(FIFO, PTR, SIZE) \ argument 179 #define kfifo_out(FIFO, PTR, SIZE) \ argument [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | stream_test.c | 18 #define FIFO "/tmp/test-fifo" macro
|
/netbsd-src/tests/lib/libc/c063/ |
H A D | t_mkfifoat.c | 46 #define FIFO "dir/openat" macro
|