Searched refs:PROC_FIFO (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/samples/kfifo/
H A Dinttype-example.c24 #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 Dbytestream-example.c24 #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 Drecord-example.c24 #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