| /linux/scripts/kconfig/ |
| H 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/ |
| H 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()
|
| H A D | main.c | 3015 unsigned int text_size = 0, total_size = 0; in do_init_module() local 3022 text_size += mod_mem->size; in do_init_module() 3117 mod_stat_add_long(text_size, &total_text_size); in do_init_module()
|
| /linux/arch/x86/realmode/ |
| H A D | init.c | 197 size_t text_size = in set_real_mode_permissions() local 206 set_memory_x((unsigned long) text_start, text_size >> PAGE_SHIFT); in set_real_mode_permissions()
|
| /linux/arch/arm/include/asm/ |
| H A D | unwind.h | 38 unsigned long text_size);
|
| /linux/arch/powerpc/kernel/ |
| H A D | vdso.c | 45 unsigned long text_size) in vdso_mremap() argument 49 if (new_size != text_size) in vdso_mremap()
|
| /linux/arch/arm/kernel/ |
| H 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/ |
| H A D | pe.h | 291 uint32_t text_size; /* size of text section(s) */ member 326 uint32_t text_size; /* size of text section(s) */ member
|
| /linux/kernel/printk/ |
| H A D | printk_ringbuffer.c | 1847 static unsigned int count_lines(const char *text, unsigned int text_size) in count_lines() argument 1849 unsigned int next_size = text_size; in count_lines() 1859 next_size = text_size - (next - text); in count_lines()
|
| H A D | printk.c | 1154 unsigned int text_size; in setup_log_buf() local 1228 text_size = add_to_rb(&printk_rb_dynamic, &r); in setup_log_buf() 1229 if (text_size > free) in setup_log_buf() 1232 free -= text_size; in setup_log_buf() 1245 text_size = add_to_rb(&printk_rb_dynamic, &r); in setup_log_buf() 1246 if (text_size > free) in setup_log_buf() 1249 free -= text_size; in setup_log_buf()
|
| /linux/include/asm-generic/ |
| H A D | vmlinux.lds.h | 880 text_size = _etext - _stext; \ 884 . += (((text_size + LOOKUP_BLOCK_SIZE - 1) / \
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-fw.c | 162 if (bi->blob.size != bi->blob.text_size + bi->blob.icache_size in imgu_css_fw_init()
|
| H A D | ipu3-abi.h | 1520 u32 text_size; /* Size of text section */ member
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H 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/ |
| H A D | qed_debug.c | 7898 static void qed_dbg_print_feature(u8 *p_text_buf, u32 text_size) in qed_dbg_print_feature() argument 7906 for (i = precision; i < text_size; i += precision) in qed_dbg_print_feature()
|