Searched refs:out_buf_size (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/s390/pci/ |
| H A D | pci_report.c | 55 size_t out_buf_size) in debug_log_header_fn() argument 70 rc += scnprintf(out_buf, out_buf_size, "%011ld:%06lu %1u %1s %04u ", in debug_log_header_fn() 77 char *out_buf, size_t out_buf_size) in debug_prolog_header() argument 79 return scnprintf(out_buf, out_buf_size, "sec:usec level except cpu msg\n"); in debug_prolog_header()
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | debug.c | 82 size_t out_buf_size); 88 size_t out_buf_size); 96 char *out_buf, size_t out_buf_size, 1455 char *out_buf, size_t out_buf_size) in debug_prolog_pages_fn() argument 1504 char *out_buf, size_t out_buf_size) in debug_prolog_level_fn() argument 1509 rc = scnprintf(out_buf, out_buf_size, "-\n"); in debug_prolog_level_fn() 1633 rc += scnprintf(out_buf + rc, out_buf_size - rc, in debug_hex_ascii_format_fn() 1636 rc += scnprintf(out_buf + rc, out_buf_size - rc, "| "); in debug_hex_ascii_format_fn() 1654 size_t out_buf_size) in debug_dflt_header_fn() argument 1701 rc = out_buf_size; in debug_sprintf_format_fn() [all …]
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | debug.h | 69 char *out_buf, size_t out_buf_size); 73 size_t out_buf_size, 77 char *out_buf, size_t out_buf_size); 86 char *out_buf, size_t out_buf_size); 90 char *out_buf, size_t out_buf_size,
|
| /linux-6.15/drivers/crypto/intel/qat/qat_common/ |
| H A D | icp_qat_fw_comp.h | 317 __u32 out_buf_size; member
|
| /linux-6.15/drivers/sbus/char/ |
| H A D | oradax.c | 153 u64 out_buf_size:20; /* 59:40 Output Buffer Size */ member
|
| /linux-6.15/drivers/media/platform/qcom/venus/ |
| H A D | helpers.c | 1463 unsigned int out_buf_size = venus_helper_get_opb_size(inst); in venus_helper_vb2_buf_prepare() local 1477 vb2_plane_size(vb, 0) < out_buf_size) in venus_helper_vb2_buf_prepare()
|