Home
last modified time | relevance | path

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

/Linux-v4.19/samples/kfifo/
Drecord-example.c24 #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()
Dinttype-example.c24 #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()
Dbytestream-example.c24 #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()