Home
last modified time | relevance | path

Searched refs:lp_timestamp (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/libkern/os/
H A Dlog_internal.h31 uint64_t lp_timestamp; member
H A Dlog.c397 lp->lp_timestamp = timestamp; in log_payload_init()
687 oslog_stream(is_metadata, lp->lp_ftid, lp->lp_timestamp, lp_data, lp->lp_data_size); in log_payload_send()
690 return _firehose_trace(lp->lp_stream, lp->lp_ftid, lp->lp_timestamp, in log_payload_send()
H A Dlog_queue.c306 .lp_timestamp = read_dependent_w(&lqe_lp->lp_timestamp, lqe_state), in log_queue_dispatch_logs()