Lines Matching defs:caller_id
180 * r.info->caller_id = printk_caller_id();
196 * r.info->caller_id = printk_caller_id();
429 * The sequence number and caller_id can be optionally retrieved. Like all
485 *caller_id_out = info->caller_id; /* also part of desc_read:C */
1289 * if the descriptor is not yet finalized and the provided @caller_id matches.
1292 u32 caller_id, unsigned long *id_out)
1308 if (d_state != desc_committed || cid != caller_id)
1347 * @caller_id: The caller ID of the caller (reserving writer).
1357 * This function will fail if @caller_id does not match the caller ID of the
1383 struct printk_record *r, u32 caller_id, unsigned int max_size)
1394 d = desc_reopen_last(desc_ring, caller_id, &id);
1412 * desc_reopen_last() checked the caller_id, but there was no
1416 if (caller_id != info->caller_id)