Lines Matching refs:into
11 clients write into the channel buffers using efficient write
12 functions; these automatically log into the current cpu's channel
18 The format of the data logged into the channel buffers is completely
41 message couldn't fit into a sub-buffer. Userspace can use this
83 regardless of whether a channel to write into exists or not, or even
84 whether the relay interface is compiled into the kernel or not. These
113 mmap() results in channel buffer being mapped into the caller's
260 number of sub-buffers by the sub-buffer size passed into relay_open().
292 The private_data passed into relay_open() allows clients to associate
330 subdivided into one or more sub-buffers. Messages are written into
332 write functions described below. Whenever a message can't fit into
366 relay_subbufs_consumed(). Any subsequent attempts to write into the
406 sub-buffer is passed into the subbuf_start() callback along with a
411 previous sub-buffer pointer passed into the callback will be NULL, so
413 writing into the previous sub-buffer.
418 Kernel clients write data into the current cpu's channel buffer using
433 that need to write directly into a channel buffer without having to