Query: relay_alloc_buf
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RELAY_ALLOC_BUF(9) relay interface support RELAY_ALLOC_BUF(9)NAMErelay_alloc_buf - allocate a channel bufferSYNOPSISvoid * relay_alloc_buf(struct rchan_buf * buf, size_t * size);ARGUMENTSbuf the buffer struct size total size of the bufferDESCRIPTIONReturns a pointer to the resulting buffer, NULL if unsuccessful. The passed in size will get page aligned, if it isn't already.COPYRIGHTKernel Hackers Manual 2.6. July 2010 RELAY_ALLOC_BUF(9)