| /linux/scripts/kconfig/ |
| A D | lexer.l | 38 static int text_size, text_asize; variable 61 text_size = 0; in new_string() 67 int new_size = text_size + size + 1; in append_string() 74 memcpy(text + text_size, str, size); in append_string() 75 text_size += size; in append_string() 76 text[text_size] = 0; in append_string()
|
| /linux/kernel/module/ |
| A D | stats.c | 281 unsigned long total_size, text_size, ikread_bytes, ibecoming_bytes, in read_file_mod_stats() local 291 text_size = atomic_long_read(&total_text_size); in read_file_mod_stats() 317 len += scnprintf(buf + len, size - len, "%25s\t%lu\n", "Total mod text size", text_size); in read_file_mod_stats() 335 if (live_mod_count && text_size) { in read_file_mod_stats() 337 DIV_ROUND_UP(text_size, live_mod_count)); in read_file_mod_stats()
|
| A D | main.c | 2519 unsigned int text_size = 0, total_size = 0; in do_init_module() local 2526 text_size += mod_mem->size; in do_init_module() 2618 mod_stat_add_long(text_size, &total_text_size); in do_init_module()
|
| /linux/tools/perf/util/ |
| A D | svghelper.c | 236 double text_size; in svg_running() local 256 text_size = (time2pixels(end)-time2pixels(start)); in svg_running() 258 text_size = text_size/2; in svg_running() 259 if (text_size > 1.25) in svg_running() 260 text_size = 1.25; in svg_running() 261 text_size = round_text_size(text_size); in svg_running() 263 if (text_size > MIN_TEXT_SIZE) in svg_running() 265 time2pixels(start), Yslot * SLOT_MULT + SLOT_HEIGHT - 1, text_size, cpu + 1); in svg_running()
|
| /linux/arch/x86/realmode/ |
| A D | init.c | 194 size_t text_size = in set_real_mode_permissions() local 203 set_memory_x((unsigned long) text_start, text_size >> PAGE_SHIFT); in set_real_mode_permissions()
|
| /linux/arch/arm/include/asm/ |
| A D | unwind.h | 38 unsigned long text_size);
|
| /linux/arch/arm/kernel/ |
| A D | unwind.c | 574 unsigned long text_size) in unwind_table_add() argument 580 text_addr, text_size); in unwind_table_add() 589 tab->end_addr = text_addr + text_size; in unwind_table_add()
|
| /linux/include/linux/ |
| A D | pe.h | 222 uint32_t text_size; /* size of text section(s) */ member 257 uint32_t text_size; /* size of text section(s) */ member
|
| /linux/arch/powerpc/kernel/ |
| A D | vdso.c | 62 unsigned long text_size) in vdso_mremap() argument 66 if (new_size != text_size) in vdso_mremap()
|
| /linux/kernel/printk/ |
| A D | printk_ringbuffer.c | 1790 static unsigned int count_lines(const char *text, unsigned int text_size) in count_lines() argument 1792 unsigned int next_size = text_size; in count_lines() 1802 next_size = text_size - (next - text); in count_lines()
|
| A D | printk.c | 1166 unsigned int text_size; in setup_log_buf() local 1235 text_size = add_to_rb(&printk_rb_dynamic, &r); in setup_log_buf() 1236 if (text_size > free) in setup_log_buf() 1239 free -= text_size; in setup_log_buf() 1252 text_size = add_to_rb(&printk_rb_dynamic, &r); in setup_log_buf() 1253 if (text_size > free) in setup_log_buf() 1256 free -= text_size; in setup_log_buf()
|
| /linux/drivers/staging/media/atomisp/pci/ |
| A D | sh_css_firmware.c | 125 bi->blob.text_size + bi->blob.icache_size + in sh_css_load_blob_info()
|
| A D | ia_css_acc_types.h | 92 u32 text_size; /** Size of text section */ member
|
| /linux/include/asm-generic/ |
| A D | vmlinux.lds.h | 830 text_size = _etext - _stext; \ 834 . += (((text_size + LOOKUP_BLOCK_SIZE - 1) / \
|
| /linux/drivers/staging/media/ipu3/ |
| A D | ipu3-css-fw.c | 162 if (bi->blob.size != bi->blob.text_size + bi->blob.icache_size in imgu_css_fw_init()
|
| A D | ipu3-abi.h | 1520 u32 text_size; /* Size of text section */ member
|
| A D | ipu3-css.c | 536 .size = sp->blob.text_size, in imgu_css_hw_start()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| A D | debugfs.c | 2200 int n, ret, text_size = 500; in wil_read_suspend_stats() local 2202 text = kmalloc(text_size, GFP_KERNEL); in wil_read_suspend_stats() 2206 n = snprintf(text, text_size, in wil_read_suspend_stats() 2227 n = min_t(int, n, text_size); in wil_read_suspend_stats()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| A D | qed_debug.c | 7921 static void qed_dbg_print_feature(u8 *p_text_buf, u32 text_size) in qed_dbg_print_feature() argument 7929 for (i = precision; i < text_size; i += precision) in qed_dbg_print_feature()
|