KFIFO_INIT(9) FIFO Buffer KFIFO_INIT(9)NAMEkfifo_init - initialize a FIFO using a preallocated bufferSYNOPSISvoid kfifo_init(struct kfifo * fifo, void * buffer, unsigned int size);ARGUMENTSfifo the fifo to assign the buffer buffer the preallocated buffer to be used. size the size of the internal buffer, this has to be a power of 2.COPYRIGHTKernel Hackers Manual 2.6. July 2010 KFIFO_INIT(9)
| Related Man Pages |
|---|
| ll_rw_block(9) - suse |
| usb_gadget_config_buf(9) - centos |
| struct_sk_buff(9) - suse |
| struct_usb_request(9) - suse |
| fifo(7) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| How to restrict user to a specific directory in solaris 10 |
| Getting command output to putty window title. |
| A (ksh) Library For and From UNIX.com |
| Docker learning Phase-I |
| Shopt -s histappend |