Home
last modified time | relevance | path

Searched refs:text_size (Results 1 – 13 of 13) 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/tools/perf/util/
H A Dsvghelper.c237 double text_size; in svg_running()
257 text_size = (time2pixels(end)-time2pixels(start)); in svg_running()
259 text_size = text_size/2; in svg_running()
260 if (text_size > 1.25) in svg_running()
261 text_size = 1.25; in svg_running()
262 text_size = round_text_size(text_size); in svg_running()
264 if (text_size > MIN_TEXT_SIZE) in svg_running()
266 time2pixels(start), Yslot * SLOT_MULT + SLOT_HEIGHT - 1, text_size, cp in svg_running()
236 double text_size; svg_running() local
[all...]
/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()
/linux/arch/x86/realmode/
H A Dinit.c194 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/
H A Dunwind.h38 unsigned long text_size);
/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.h222 uint32_t text_size; /* size of text section(s) */ member
257 uint32_t text_size; /* size of text section(s) */ member
/linux/kernel/printk/
H A Dprintk_ringbuffer.c1790 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()
/linux/include/asm-generic/
H A Dvmlinux.lds.h857 text_size = _etext - _stext; \
861 . += (((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
H A Dipu3-css.c536 .size = sp->blob.text_size, in imgu_css_hw_start()
/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()