1RELAY_FILE_READ_STAR(9) relay interface support RELAY_FILE_READ_STAR(9)
2
3
4
6 relay_file_read_start_pos - find the first available byte to read
7
9 size_t relay_file_read_start_pos(size_t read_pos,
10 struct rchan_buf * buf);
11
13 read_pos
14 file read position
15
16 buf
17 relay channel buffer
18
20 If the read_pos is in the middle of padding, return the position of the
21 first actually available byte, otherwise return the original value.
22
24Kernel Hackers Manual 3.10 June 2019 RELAY_FILE_READ_STAR(9)