Lines Matching refs:relay_open
159 relay_open(base_filename, parent, subbuf_size, n_subbufs,
192 relay_open() is used to create a channel, along with its per-cpu
201 relay_open(). Users are responsible for cleaning up any directory
210 relay_open() and allows the user to create the file which will be used
252 And an example relay_open() invocation using them:
254 chan = relay_open("cpu", NULL, SUBBUF_SIZE, N_SUBBUFS, &relay_callbacks, NULL);
257 creation and thus relay_open() will fail.
260 number of sub-buffers by the sub-buffer size passed into relay_open().
280 To have relay_open() create a global buffer, the create_buf_file()
292 The private_data passed into relay_open() allows clients to associate
301 relay_open(NULL, NULL, ...). Such channels are useful in scenarios such