Searched refs:caller_id (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/kernel/printk/ |
D | printk_ringbuffer.c | 482 *caller_id_out = info->caller_id; /* also part of desc_read:C */ in desc_read() 1257 u32 caller_id, unsigned long *id_out) in desc_reopen_last() argument 1273 if (d_state != desc_committed || cid != caller_id) in desc_reopen_last() 1348 struct printk_record *r, u32 caller_id, unsigned int max_size) in prb_reserve_in_last() argument 1359 d = desc_reopen_last(desc_ring, caller_id, &id); in prb_reserve_in_last() 1381 if (caller_id != info->caller_id) in prb_reserve_in_last()
|
D | printk_ringbuffer.h | 22 u32 caller_id; /* thread id or processor id */ member 306 struct printk_record *r, u32 caller_id, unsigned int max_size);
|
D | printk.c | 557 u32 id = info->caller_id; in info_print_ext_header() 937 VMCOREINFO_OFFSET(printk_info, caller_id); in log_buf_vmcoreinfo_setup() 1048 dest_r.info->caller_id = r->info->caller_id; in add_to_rb() 1289 len += print_caller(info->caller_id, buf + len); in info_print_prefix() 2102 const u32 caller_id = printk_caller_id(); in vprintk_store() local 2152 if (prb_reserve_in_last(&e, prb, &r, caller_id, LOG_LINE_MAX)) { in vprintk_store() 2193 r.info->caller_id = caller_id; in vprintk_store()
|
/Linux-v5.15/drivers/net/fddi/ |
D | defxx.h | 985 PI_UINT32 caller_id; member
|
/Linux-v5.15/Documentation/admin-guide/kdump/ |
D | vmcoreinfo.rst | 282 (printk_info, seq|ts_nsec|text_len|dict_len|caller_id)
|