Data Fields | |
| struct spinlock | lock |
| char | data [PIPESIZE] |
| uint | nread |
| uint | nwrite |
| int | readopen |
| int | writeopen |
Definition at line 12 of file pipe.c.
struct spinlock pipe::lock [read] |
Definition at line 13 of file pipe.c.
Referenced by pipealloc(), pipeclose(), piperead(), and pipewrite().
| char pipe::data[PIPESIZE] |
Definition at line 15 of file pipe.c.
Referenced by pipealloc(), pipeclose(), piperead(), and pipewrite().
Definition at line 16 of file pipe.c.
Referenced by pipealloc(), pipeclose(), piperead(), and pipewrite().
| int pipe::readopen |
| int pipe::writeopen |
1.5.6