Searched refs:PROC_FIFO (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/samples/kfifo/ |
H A D | record-example.c | 22 #define PROC_FIFO "record-fifo" macro 182 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init() 193 remove_proc_entry(PROC_FIFO, NULL); in example_exit()
|
H A D | bytestream-example.c | 22 #define PROC_FIFO "bytestream-fifo" macro 175 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init() 186 remove_proc_entry(PROC_FIFO, NULL); in example_exit()
|
H A D | inttype-example.c | 22 #define PROC_FIFO "int-fifo" macro 166 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init() 177 remove_proc_entry(PROC_FIFO, NULL); in example_exit()
|
/kernel/linux/linux-6.6/samples/kfifo/ |
H A D | record-example.c | 22 #define PROC_FIFO "record-fifo" macro 182 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init() 193 remove_proc_entry(PROC_FIFO, NULL); in example_exit()
|
H A D | bytestream-example.c | 22 #define PROC_FIFO "bytestream-fifo" macro 175 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init() 186 remove_proc_entry(PROC_FIFO, NULL); in example_exit()
|
H A D | inttype-example.c | 22 #define PROC_FIFO "int-fifo" macro 166 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init() 177 remove_proc_entry(PROC_FIFO, NULL); in example_exit()
|
Completed in 3 milliseconds