Skip to main content

Module read

Module read 

Source
Expand description

Read and vectored-read operation handlers.

Functionsยง

apply_madv_sequential
Apply MADV_SEQUENTIAL to buffer, hinting the kernel to read ahead.
execute_read
Execute a single read at a specific file offset into a submitted buffer.
execute_read_fixed
Execute a read using a pre-registered (fixed) file descriptor slot.
execute_read_gpu
Execute a read into a page-aligned GPU staging buffer.
execute_read_vectored
Execute a vectored (scatter) read across multiple buffers.