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