Searched refs:PROC_FIFO (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/samples/kfifo/ |
| D | inttype-example.c | 22 #define PROC_FIFO "int-fifo" macro 162 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init() 173 remove_proc_entry(PROC_FIFO, NULL); in example_exit()
|
| D | record-example.c | 22 #define PROC_FIFO "record-fifo" macro 178 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init() 189 remove_proc_entry(PROC_FIFO, NULL); in example_exit()
|
| D | bytestream-example.c | 22 #define PROC_FIFO "bytestream-fifo" macro 171 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init() 182 remove_proc_entry(PROC_FIFO, NULL); in example_exit()
|