Home
last modified time | relevance | path

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

/kernel/printk/
Dprintk.c1098 size_t text_size = msg->text_len; in msg_print_text() local
1115 const char *next = memchr(text, '\n', text_size); in msg_print_text()
1121 text_size -= next - text; in msg_print_text()
1123 text_len = text_size; in msg_print_text()
/kernel/
Dmodule.c1890 unsigned long text_size, in set_section_ro_nx() argument
1911 if (total_size > text_size) { in set_section_ro_nx()
1912 begin_pfn = PFN_UP((unsigned long)base + text_size); in set_section_ro_nx()
1985 static inline void set_section_ro_nx(void *base, unsigned long text_size, unsigned long ro_size, un… in set_section_ro_nx() argument