Searched refs:caller_id (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/printk/ |
| H A D | printk_ringbuffer.c | 502 *caller_id_out = info->caller_id; /* also part of desc_read:C */ in desc_read() 1331 u32 caller_id, unsigned long *id_out) in desc_reopen_last() argument 1347 if (d_state != desc_committed || cid != caller_id) in desc_reopen_last() 1422 struct printk_record *r, u32 caller_id, unsigned int max_size) in prb_reserve_in_last() argument 1433 d = desc_reopen_last(desc_ring, caller_id, &id); in prb_reserve_in_last() 1455 if (caller_id != info->caller_id) in prb_reserve_in_last()
|
| H A D | printk_ringbuffer.h | 25 u32 caller_id; /* thread id or processor id */ member 325 struct printk_record *r, u32 caller_id, unsigned int max_size);
|
| H A D | printk.c | 645 u32 id = info->caller_id; in info_print_ext_header() 1015 VMCOREINFO_OFFSET(printk_info, caller_id); in log_buf_vmcoreinfo_setup() 1126 dest_r.info->caller_id = r->info->caller_id; in add_to_rb() 1385 len += print_caller(info->caller_id, buf + len); in info_print_prefix() 2230 u32 caller_id; in vprintk_store() local 2246 caller_id = printk_caller_id(); in vprintk_store() 2276 if (prb_reserve_in_last(&e, prb, &r, caller_id, PRINTKRB_RECORD_MAX)) { in vprintk_store() 2320 r.info->caller_id = caller_id; in vprintk_store()
|
| /linux/drivers/net/fddi/ |
| H A D | defxx.h | 985 PI_UINT32 caller_id; member
|
| /linux/Documentation/admin-guide/kdump/ |
| H A D | vmcoreinfo.rst | 282 (printk_info, seq|ts_nsec|text_len|dict_len|caller_id)
|