Searched refs:write_stamp (Results 1 – 1 of 1) sorted by relevance
528 rb_time_t write_stamp; member869 if (!rb_time_read(&cpu_buffer->write_stamp, &ts)) in ring_buffer_event_time_stamp()2860 u64 write_stamp; in rb_check_timestamp() local2867 (unsigned long long)(rb_time_read(&cpu_buffer->write_stamp, &write_stamp) ? write_stamp : 0), in rb_check_timestamp()3014 u64 write_stamp; in rb_try_to_discard() local3026 if (!rb_time_read(&cpu_buffer->write_stamp, &write_stamp)) in rb_try_to_discard()3038 if (!rb_time_cmpxchg(&cpu_buffer->write_stamp, in rb_try_to_discard()3039 write_stamp, write_stamp - delta)) in rb_try_to_discard()3573 a_ok = rb_time_read(&cpu_buffer->write_stamp, &info->after); in __rb_reserve_next()3610 a_ok = rb_time_read(&cpu_buffer->write_stamp, &info->after); in __rb_reserve_next()[all …]