Searched refs:caller_id (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/printk/ |
| H A D | printk_ringbuffer.c | 484 *caller_id_out = info->caller_id; /* also part of desc_read:C */ in desc_read() 1261 u32 caller_id, unsigned long *id_out) in desc_reopen_last() argument 1277 if (d_state != desc_committed || cid != caller_id) in desc_reopen_last() 1352 struct printk_record *r, u32 caller_id, unsigned int max_size) in prb_reserve_in_last() argument 1363 d = desc_reopen_last(desc_ring, caller_id, &id); in prb_reserve_in_last() 1385 if (caller_id != info->caller_id) in prb_reserve_in_last()
|
| H A D | printk_ringbuffer.h | 22 u32 caller_id; /* thread id or processor id */ member 308 struct printk_record *r, u32 caller_id, unsigned int max_size);
|
| H A D | printk.c | 520 static int log_store(u32 caller_id, int facility, int level, in log_store() argument 552 r.info->caller_id = caller_id; in log_store() 622 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() 1353 len += print_caller(info->caller_id, buf + len); in info_print_prefix() 1965 const u32 caller_id = printk_caller_id(); in log_output() local 1972 if (prb_reserve_in_last(&e, prb, &r, caller_id, LOG_LINE_MAX)) { in log_output() 1988 return log_store(caller_id, facility, level, lflags, 0, in log_output()
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/ |
| H A D | defxx.h | 984 PI_UINT32 caller_id; member
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/kdump/ |
| H A D | vmcoreinfo.rst | 276 (printk_info, seq|ts_nsec|text_len|dict_len|caller_id)
|