Searched refs:caller_id (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/kernel/printk/ |
H A D | printk_ringbuffer.c | 178 * r.info->caller_id = printk_caller_id(); 194 * r.info->caller_id = printk_caller_id(); 428 * The sequence number and caller_id can be optionally retrieved. Like all 482 *caller_id_out = info->caller_id; /* also part of desc_read:C */ in desc_read() 1255 * if the descriptor is not yet finalized and the provided @caller_id matches. 1258 u32 caller_id, unsigned long *id_out) in desc_reopen_last() 1274 if (d_state != desc_committed || cid != caller_id) in desc_reopen_last() 1313 * @caller_id: The caller ID of the caller (reserving writer). 1323 * This function will fail if @caller_id does not match the caller ID of the 1349 struct printk_record *r, u32 caller_id, unsigne in prb_reserve_in_last() 1257 desc_reopen_last(struct prb_desc_ring *desc_ring, u32 caller_id, unsigned long *id_out) desc_reopen_last() argument 1348 prb_reserve_in_last(struct prb_reserved_entry *e, struct printk_ringbuffer *rb, struct printk_record *r, u32 caller_id, unsigned int max_size) prb_reserve_in_last() argument [all...] |
H A 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);
|
H A D | printk.c | 336 * record.info.caller_id = 299 (task 299) 497 static int log_store(u32 caller_id, int facility, int level, in log_store() argument 529 r.info->caller_id = caller_id; in log_store() 597 u32 id = info->caller_id; in info_print_ext_header() 990 VMCOREINFO_OFFSET(printk_info, caller_id); in log_buf_vmcoreinfo_setup() 1101 dest_r.info->caller_id = r->info->caller_id; in add_to_rb() 1328 len += print_caller(info->caller_id, buf + len); in info_print_prefix() 1940 const u32 caller_id in log_output() local [all...] |
/kernel/linux/linux-6.6/kernel/printk/ |
H A D | printk_ringbuffer.c | 178 * r.info->caller_id = printk_caller_id(); 194 * r.info->caller_id = printk_caller_id(); 428 * The sequence number and caller_id can be optionally retrieved. Like all 484 *caller_id_out = info->caller_id; /* also part of desc_read:C */ in desc_read() 1257 * if the descriptor is not yet finalized and the provided @caller_id matches. 1260 u32 caller_id, unsigned long *id_out) in desc_reopen_last() 1276 if (d_state != desc_committed || cid != caller_id) in desc_reopen_last() 1315 * @caller_id: The caller ID of the caller (reserving writer). 1325 * This function will fail if @caller_id does not match the caller ID of the 1351 struct printk_record *r, u32 caller_id, unsigne in prb_reserve_in_last() 1259 desc_reopen_last(struct prb_desc_ring *desc_ring, u32 caller_id, unsigned long *id_out) desc_reopen_last() argument 1350 prb_reserve_in_last(struct prb_reserved_entry *e, struct printk_ringbuffer *rb, struct printk_record *r, u32 caller_id, unsigned int max_size) prb_reserve_in_last() argument [all...] |
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 | 425 * record.info.caller_id = 299 (task 299) 630 u32 id = info->caller_id; in info_print_ext_header() 1003 VMCOREINFO_OFFSET(printk_info, caller_id); in log_buf_vmcoreinfo_setup() 1114 dest_r.info->caller_id = r->info->caller_id; in add_to_rb() 1355 len += print_caller(info->caller_id, buf + len); in info_print_prefix() 2195 u32 caller_id; in vprintk_store() local 2211 caller_id = printk_caller_id(); in vprintk_store() 2238 if (prb_reserve_in_last(&e, prb, &r, caller_id, PRINTKRB_RECORD_MAX)) { in vprintk_store() 2279 r.info->caller_id in vprintk_store() [all...] |
/kernel/linux/linux-5.10/drivers/net/fddi/ |
H A D | defxx.h | 984 PI_UINT32 caller_id; member
|
/kernel/linux/linux-6.6/drivers/net/fddi/ |
H A D | defxx.h | 985 PI_UINT32 caller_id; member
|
Completed in 22 milliseconds