Home
last modified time | relevance | path

Searched refs:relay_open (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/Documentation/filesystems/
Drelay.txt159 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
[all …]
/linux-4.4.14/include/linux/
Drelay.h166 struct rchan *relay_open(const char *base_filename,
/linux-4.4.14/kernel/
Drelay.c566 struct rchan *relay_open(const char *base_filename, in relay_open() function
619 EXPORT_SYMBOL_GPL(relay_open);
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dspectral.c533 ar->spectral.rfs_chan_spec_scan = relay_open("spectral_scan", in ath10k_spectral_create()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dcommon-spectral.c1085 spec_priv->rfs_chan_spec_scan = relay_open("spectral_scan", in ath9k_cmn_spectral_init_debug()
/linux-4.4.14/kernel/trace/
Dblktrace.c501 bt->rchan = relay_open("trace", dir, buts->buf_size, in do_blk_trace_setup()