Searched refs:fifo_proc_ops (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/samples/kfifo/ |
H A D | record-example.c | 156 static const struct proc_ops fifo_proc_ops = { variable 182 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init()
|
H A D | bytestream-example.c | 149 static const struct proc_ops fifo_proc_ops = { variable 175 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init()
|
H A D | inttype-example.c | 142 static const struct proc_ops fifo_proc_ops = { variable 166 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init()
|
/kernel/linux/linux-6.6/samples/kfifo/ |
H A D | record-example.c | 156 static const struct proc_ops fifo_proc_ops = { variable 182 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init()
|
H A D | bytestream-example.c | 149 static const struct proc_ops fifo_proc_ops = { variable 175 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init()
|
H A D | inttype-example.c | 142 static const struct proc_ops fifo_proc_ops = { variable 166 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init()
|
Completed in 3 milliseconds