Home
last modified time | relevance | path

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

/Linux-v5.10/samples/kfifo/
Dinttype-example.c138 static const struct proc_ops fifo_proc_ops = { variable
162 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init()
Drecord-example.c152 static const struct proc_ops fifo_proc_ops = { variable
178 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init()
Dbytestream-example.c145 static const struct proc_ops fifo_proc_ops = { variable
171 if (proc_create(PROC_FIFO, 0, NULL, &fifo_proc_ops) == NULL) { in example_init()