Home
last modified time | relevance | path

Searched refs:caller_id (Results 1 – 3 of 3) sorted by relevance

/kernel/printk/
Dprintk_ringbuffer.c484 *caller_id_out = info->caller_id; /* also part of desc_read:C */ in desc_read()
1260 u32 caller_id, unsigned long *id_out) in desc_reopen_last() argument
1276 if (d_state != desc_committed || cid != caller_id) in desc_reopen_last()
1351 struct printk_record *r, u32 caller_id, unsigned int max_size) in prb_reserve_in_last() argument
1362 d = desc_reopen_last(desc_ring, caller_id, &id); in prb_reserve_in_last()
1384 if (caller_id != info->caller_id) in prb_reserve_in_last()
Dprintk.c565 u32 id = info->caller_id; in info_print_ext_header()
959 VMCOREINFO_OFFSET(printk_info, caller_id); in log_buf_vmcoreinfo_setup()
1070 dest_r.info->caller_id = r->info->caller_id; in add_to_rb()
1314 len += print_caller(info->caller_id, buf + len); in info_print_prefix()
2056 u32 caller_id = 0; in printk_caller_id() local
2058 trace_android_vh_printk_caller_id(&caller_id); in printk_caller_id()
2059 if (caller_id) in printk_caller_id()
2060 return caller_id; in printk_caller_id()
2144 const u32 caller_id = printk_caller_id(); in vprintk_store() local
2194 if (prb_reserve_in_last(&e, prb, &r, caller_id, LOG_LINE_MAX)) { in vprintk_store()
[all …]
Dprintk_ringbuffer.h22 u32 caller_id; /* thread id or processor id */ member
308 struct printk_record *r, u32 caller_id, unsigned int max_size);