Searched refs:PROC_FIFO (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/samples/kfifo/ |
D | record-example.c | 22 #define PROC_FIFO "record-fifo" macro 179 if (proc_create(PROC_FIFO, 0, NULL, &fifo_fops) == NULL) { in example_init() 190 remove_proc_entry(PROC_FIFO, NULL); in example_exit()
|
D | inttype-example.c | 22 #define PROC_FIFO "int-fifo" macro 163 if (proc_create(PROC_FIFO, 0, NULL, &fifo_fops) == NULL) { in example_init() 174 remove_proc_entry(PROC_FIFO, NULL); in example_exit()
|
D | bytestream-example.c | 22 #define PROC_FIFO "bytestream-fifo" macro 172 if (proc_create(PROC_FIFO, 0, NULL, &fifo_fops) == NULL) { in example_init() 183 remove_proc_entry(PROC_FIFO, NULL); in example_exit()
|