Go to the source code of this file.
◆ PIPE_BASE
      
        
          | #define PIPE_BASE | 
          ( | 
            | 
          inode | ) | 
             ((inode).u.pipe_i.base) | 
        
      
 
 
◆ PIPE_EMPTY
◆ PIPE_END
      
        
          | #define PIPE_END | 
          ( | 
            | 
          inode | ) | 
           | 
        
      
 
 
◆ PIPE_FREE
◆ PIPE_FULL
◆ PIPE_LEN
◆ PIPE_LOCK
      
        
          | #define PIPE_LOCK | 
          ( | 
            | 
          inode | ) | 
             ((inode).u.pipe_i.lock) | 
        
      
 
 
◆ PIPE_MAX_RCHUNK
◆ PIPE_MAX_WCHUNK
◆ PIPE_RD_OPENERS
      
        
          | #define PIPE_RD_OPENERS | 
          ( | 
            | 
          inode | ) | 
             ((inode).u.pipe_i.rd_openers) | 
        
      
 
 
◆ PIPE_READERS
      
        
          | #define PIPE_READERS | 
          ( | 
            | 
          inode | ) | 
             ((inode).u.pipe_i.readers) | 
        
      
 
 
◆ PIPE_SIZE
◆ PIPE_START
      
        
          | #define PIPE_START | 
          ( | 
            | 
          inode | ) | 
             ((inode).u.pipe_i.start) | 
        
      
 
 
◆ PIPE_WAIT
      
        
          | #define PIPE_WAIT | 
          ( | 
            | 
          inode | ) | 
             ((inode).u.pipe_i.wait) | 
        
      
 
 
◆ PIPE_WR_OPENERS
      
        
          | #define PIPE_WR_OPENERS | 
          ( | 
            | 
          inode | ) | 
             ((inode).u.pipe_i.wr_openers) | 
        
      
 
 
◆ PIPE_WRITERS
      
        
          | #define PIPE_WRITERS | 
          ( | 
            | 
          inode | ) | 
             ((inode).u.pipe_i.writers) |