Lines Matching refs:u32
377 u32 caller_id; /* thread id or processor id */
424 static u32 syslog_idx;
430 static u32 log_first_idx;
434 static u32 log_next_idx;
438 static u32 console_idx;
443 static u32 clear_idx;
458 #define LOG_BUF_LEN_MAX (u32)(1 << 31)
461 static u32 log_buf_len = __LOG_BUF_LEN;
470 u32 log_buf_len_get(void) in log_buf_len_get()
488 static struct printk_log *log_from_idx(u32 idx) in log_from_idx()
502 static u32 log_next(u32 idx) in log_next()
528 static int logbuf_has_space(u32 msg_size, bool empty) in logbuf_has_space()
530 u32 free; in logbuf_has_space()
544 static int log_make_free_space(u32 msg_size) in log_make_free_space()
566 static u32 msg_used_size(u16 text_len, u16 dict_len, u32 *pad_len) in msg_used_size()
568 u32 size; in msg_used_size()
585 static u32 truncate_msg(u16 *text_len, u16 *trunc_msg_len, in truncate_msg()
586 u16 *dict_len, u32 *pad_len) in truncate_msg()
592 u32 max_text_len = log_buf_len / MAX_LOG_TAKE_PART; in truncate_msg()
604 static int log_store(u32 caller_id, int facility, int level, in log_store()
610 u32 size, pad_len; in log_store()
720 u32 id = msg->caller_id; in msg_print_ext_header()
786 u32 idx;
1276 static size_t print_caller(u32 id, char *buf) in print_caller()
1425 u32 idx; in syslog_print_all()
1590 u32 idx = syslog_idx; in do_syslog()
1809 static inline u32 printk_caller_id(void) in printk_caller_id()
1824 u32 caller_id; /* printk_caller_id() of first print */
1841 static bool cont_add(u32 caller_id, int facility, int level, in cont_add()
1873 const u32 caller_id = printk_caller_id(); in log_output()
2070 static u32 syslog_idx;
2072 static u32 console_idx;
2075 static u32 log_first_idx;
2079 static struct printk_log *log_from_idx(u32 idx) { return NULL; } in log_from_idx()
2080 static u32 log_next(u32 idx) { return 0; } in log_next()
3250 u32 idx; in kmsg_dump_get_buffer()
3252 u32 next_idx; in kmsg_dump_get_buffer()