Home
last modified time | relevance | path

Searched refs:buf_file (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/
Dbtf_helpers.c219 FILE *buf_file; in btf_type_raw_dump() local
221 buf_file = fmemopen(buf, sizeof(buf) - 1, "w"); in btf_type_raw_dump()
222 if (!buf_file) { in btf_type_raw_dump()
227 fprintf_btf_type_raw(buf_file, btf, type_id); in btf_type_raw_dump()
228 fflush(buf_file); in btf_type_raw_dump()
229 fclose(buf_file); in btf_type_raw_dump()
260 FILE *buf_file; in btf_type_c_dump() local
264 buf_file = fmemopen(buf, sizeof(buf) - 1, "w"); in btf_type_c_dump()
265 if (!buf_file) { in btf_type_c_dump()
270 d = btf_dump__new(btf, btf_dump_printf, buf_file, NULL); in btf_type_c_dump()
[all …]
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dspectral.c482 struct dentry *buf_file; in create_buf_file_handler() local
484 buf_file = debugfs_create_file(filename, mode, parent, buf, in create_buf_file_handler()
486 if (IS_ERR(buf_file)) in create_buf_file_handler()
490 return buf_file; in create_buf_file_handler()
/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_log.c251 struct dentry *buf_file; in create_buf_file_callback() local
264 buf_file = debugfs_create_file(filename, mode, in create_buf_file_callback()
266 if (IS_ERR(buf_file)) in create_buf_file_callback()
269 return buf_file; in create_buf_file_callback()
/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dcommon-spectral.c1038 struct dentry *buf_file; in create_buf_file_handler() local
1040 buf_file = debugfs_create_file(filename, mode, parent, buf, in create_buf_file_handler()
1042 if (IS_ERR(buf_file)) in create_buf_file_handler()
1046 return buf_file; in create_buf_file_handler()
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dspectral.c135 struct dentry *buf_file; in create_buf_file_handler() local
137 buf_file = debugfs_create_file(filename, mode, parent, buf, in create_buf_file_handler()
140 return buf_file; in create_buf_file_handler()