/Linux-v5.15/fs/ |
D | binfmt_flat.c | 88 unsigned long text_len; /* Length of text segment */ member 331 unsigned long text_len; in calc_reloc() local 369 text_len = p->lib_list[id].text_len; in calc_reloc() 371 if (r > start_brk - start_data + text_len) { in calc_reloc() 373 r, start_brk-start_data+text_len, text_len); in calc_reloc() 377 if (r < text_len) /* In text segment */ in calc_reloc() 380 addr = r - text_len + start_data; in calc_reloc() 441 u32 text_len, data_len, bss_len, stack_len, full_data, flags; in load_flat_file() local 453 text_len = ntohl(hdr->data_start); in load_flat_file() 519 if ((text_len | data_len | bss_len | stack_len | full_data) >> 28) { in load_flat_file() [all …]
|
/Linux-v5.15/kernel/printk/ |
D | printk.c | 483 static void truncate_msg(u16 *text_len, u16 *trunc_msg_len) in truncate_msg() argument 491 if (*text_len > max_text_len) in truncate_msg() 492 *text_len = max_text_len; in truncate_msg() 496 if (*text_len >= *trunc_msg_len) in truncate_msg() 497 *text_len -= *trunc_msg_len; in truncate_msg() 573 const char *text, size_t text_len, in msg_add_ext_text() argument 580 for (i = 0; i < text_len; i++) { in msg_add_ext_text() 610 char *text, size_t text_len, in msg_print_ext_body() argument 615 len = msg_add_ext_text(buf, size, text, text_len, '\n'); in msg_print_ext_body() 751 &r->text_buf[0], r->info->text_len, in devkmsg_read() [all …]
|
D | printk_ringbuffer.c | 1385 if (WARN_ON_ONCE(info->text_len != 0)) { in prb_reserve_in_last() 1387 info->text_len); in prb_reserve_in_last() 1388 info->text_len = 0; in prb_reserve_in_last() 1408 if (WARN_ON_ONCE(info->text_len > data_size)) { in prb_reserve_in_last() 1410 info->text_len, data_size); in prb_reserve_in_last() 1411 info->text_len = data_size; in prb_reserve_in_last() 1413 r->text_buf_size += info->text_len; in prb_reserve_in_last() 1814 if (!copy_data(&rb->text_data_ring, &desc.text_blk_lpos, info->text_len, in prb_read()
|
D | printk_ringbuffer.h | 18 u16 text_len; /* length of text message */ member
|
/Linux-v5.15/lib/ |
D | ts_kmp.c | 45 unsigned int i, q = 0, text_len, consumed = state->offset; in kmp_find() local 50 text_len = conf->get_next_block(consumed, &text, conf, state); in kmp_find() 52 if (unlikely(text_len == 0)) in kmp_find() 55 for (i = 0; i < text_len; i++) { in kmp_find() 68 consumed += text_len; in kmp_find()
|
D | ts_bm.c | 61 unsigned int i, text_len, consumed = state->offset; in bm_find() local 67 text_len = conf->get_next_block(consumed, &text, conf, state); in bm_find() 69 if (unlikely(text_len == 0)) in bm_find() 72 while (shift < text_len) { in bm_find() 90 consumed += text_len; in bm_find()
|
/Linux-v5.15/scripts/gdb/linux/ |
D | dmesg.py | 128 text_len = utils.read_u16(infos, info_off + len_off) 131 if end - text_start < text_len: 132 text_len = end - text_start 134 text = text_data[text_start:text_start + text_len].decode(
|
/Linux-v5.15/Documentation/admin-guide/kdump/ |
D | gdbmacros.txt | 190 set var $text_len = 0 202 if ($next - $begin < $info->text_len) 203 set var $text_len = $next - $begin 205 set var $text_len = $info->text_len 231 if ($text_len) 232 eval "printf \"%%%d.%ds\", $log", $text_len, $text_len
|
D | vmcoreinfo.rst | 282 (printk_info, seq|ts_nsec|text_len|dict_len|caller_id)
|
/Linux-v5.15/arch/powerpc/kernel/ |
D | nvram_64.c | 353 static int zip_oops(size_t text_len) in zip_oops() argument 356 int zipped_len = nvram_compress(big_oops_buf, oops_data, text_len, in zip_oops() 654 size_t text_len; in oops_to_nvram() local 687 big_oops_buf, big_oops_buf_sz, &text_len); in oops_to_nvram() 688 rc = zip_oops(text_len); in oops_to_nvram() 693 oops_data, oops_data_sz, &text_len); in oops_to_nvram() 696 oops_hdr->report_length = cpu_to_be16(text_len); in oops_to_nvram() 701 (int) (sizeof(*oops_hdr) + text_len), err_type, in oops_to_nvram()
|
/Linux-v5.15/drivers/media/test-drivers/vidtv/ |
D | vidtv_psi.c | 430 u32 text_len = text ? strlen(text) : 0; in vidtv_psi_short_event_desc_init() local 441 sizeof_field(struct vidtv_psi_desc_short_event, text_len) + in vidtv_psi_short_event_desc_init() 442 text_len; in vidtv_psi_short_event_desc_init() 445 desc->text_len = text_len; in vidtv_psi_short_event_desc_init() 455 if (text && text_len) in vidtv_psi_short_event_desc_init() 728 psi_args.len = sizeof_field(struct vidtv_psi_desc_short_event, text_len); in vidtv_psi_desc_write_into() 729 psi_args.from = &((struct vidtv_psi_desc_short_event *)args->desc)->text_len; in vidtv_psi_desc_write_into() 734 psi_args.len = ((struct vidtv_psi_desc_short_event *)args->desc)->text_len; in vidtv_psi_desc_write_into()
|
D | vidtv_psi.h | 135 u8 text_len; member
|
/Linux-v5.15/drivers/staging/fbtft/ |
D | fbtft-core.c | 57 size_t text_len; in fbtft_dbg_hex() local 60 text_len = vscnprintf(text, sizeof(textbuf), fmt, args); in fbtft_dbg_hex() 63 hex_dump_to_buffer(buf, len, 32, groupsize, text + text_len, in fbtft_dbg_hex() 64 512 - text_len, false); in fbtft_dbg_hex()
|
/Linux-v5.15/arch/alpha/kernel/ |
D | osf_sys.c | 70 unsigned long, text_len, unsigned long, bss_start, in SYSCALL_DEFINE4() argument 81 text_start, text_len, bss_start, bss_len); in SYSCALL_DEFINE4()
|