Searched refs:PROC_FIFO (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/samples/kfifo/ |
D | record-example.c | 24 #define PROC_FIFO "record-fifo" macro 181 if (proc_create(PROC_FIFO, 0, NULL, &fifo_fops) == NULL) { in example_init() 192 remove_proc_entry(PROC_FIFO, NULL); in example_exit()
|
D | inttype-example.c | 24 #define PROC_FIFO "int-fifo" macro 165 if (proc_create(PROC_FIFO, 0, NULL, &fifo_fops) == NULL) { in example_init() 176 remove_proc_entry(PROC_FIFO, NULL); in example_exit()
|
D | bytestream-example.c | 24 #define PROC_FIFO "bytestream-fifo" macro 174 if (proc_create(PROC_FIFO, 0, NULL, &fifo_fops) == NULL) { in example_init() 185 remove_proc_entry(PROC_FIFO, NULL); in example_exit()
|