Home
last modified time | relevance | path

Searched refs:create_buf_file (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/Documentation/filesystems/
A Drelay.rst187 create_buf_file(filename, parent, mode, buf, is_global)
215 for two callback functions, create_buf_file() and remove_buf_file().
216 create_buf_file() is called once for each per-cpu buffer from
221 the file(s) created in create_buf_file() and is called during
228 * create_buf_file() callback. Creates relay file in debugfs.
255 .create_buf_file = create_buf_file_handler,
263 If the create_buf_file() callback fails, or isn't defined, channel
280 The create_buf_file() implementation can also be defined in such a way
287 To have relay_open() create a global buffer, the create_buf_file()
291 create_buf_file() and remove_buf_file() will be called only once. The
[all …]
/linux-6.3-rc2/drivers/net/wwan/t7xx/
A Dt7xx_port_trace.c48 .create_buf_file = t7xx_trace_create_buf_file_handler,
/linux-6.3-rc2/drivers/net/wwan/iosm/
A Diosm_ipc_trace.c68 .create_buf_file = ipc_trace_create_buf_file_handler,
/linux-6.3-rc2/include/linux/
A Drelay.h131 struct dentry *(*create_buf_file)(const char *filename, member
/linux-6.3-rc2/kernel/
A Drelay.c360 dentry = chan->cb->create_buf_file(tmpname, chan->parent, in relay_create_buf_file()
395 dentry = chan->cb->create_buf_file(NULL, NULL, in relay_open_buf()
489 if (!cb || !cb->create_buf_file || !cb->remove_buf_file) in relay_open()
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Dspectral.c501 .create_buf_file = create_buf_file_handler,
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_log.c284 .create_buf_file = create_buf_file_callback,
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7996/
A Ddebugfs.c281 .create_buf_file = create_buf_file_cb, in mt7996_fw_debug_bin_set()
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dcommon-spectral.c1057 .create_buf_file = create_buf_file_handler,
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Dspectral.c151 .create_buf_file = create_buf_file_handler,
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/
A Ddebugfs.c620 .create_buf_file = create_buf_file_cb, in mt7915_fw_debug_bin_set()
/linux-6.3-rc2/kernel/trace/
A Dblktrace.c495 .create_buf_file = blk_create_buf_file_callback,

Completed in 23 milliseconds