Home
last modified time | relevance | path

Searched refs:text_size (Results 1 – 15 of 15) sorted by relevance

/linux/scripts/kconfig/
H A Dlexer.l38 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 Dstats.c281 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 Dmain.c3015 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 Dinit.c197 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 Dunwind.h38 unsigned long text_size);
/linux/arch/powerpc/kernel/
H A Dvdso.c45 unsigned long text_size) in vdso_mremap() argument
49 if (new_size != text_size) in vdso_mremap()
/linux/arch/arm/kernel/
H A Dunwind.c574 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 Dpe.h291 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 Dprintk_ringbuffer.c1847 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 Dprintk.c1154 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 Dvmlinux.lds.h880 text_size = _etext - _stext; \
884 . += (((text_size + LOOKUP_BLOCK_SIZE - 1) / \
/linux/drivers/staging/media/ipu3/
H A Dipu3-css-fw.c162 if (bi->blob.size != bi->blob.text_size + bi->blob.icache_size in imgu_css_fw_init()
H A Dipu3-abi.h1520 u32 text_size; /* Size of text section */ member
/linux/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c2200 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 Dqed_debug.c7898 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()