Searched refs:write_stamp (Results 1 – 1 of 1) sorted by relevance
527 rb_time_t write_stamp; member867 if (!rb_time_read(&cpu_buffer->write_stamp, &ts)) in ring_buffer_event_time_stamp()2857 u64 write_stamp; in rb_check_timestamp() local2864 (unsigned long long)(rb_time_read(&cpu_buffer->write_stamp, &write_stamp) ? write_stamp : 0), in rb_check_timestamp()3010 u64 write_stamp; in rb_try_to_discard() local3022 if (!rb_time_read(&cpu_buffer->write_stamp, &write_stamp)) in rb_try_to_discard()3034 if (!rb_time_cmpxchg(&cpu_buffer->write_stamp, in rb_try_to_discard()3035 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 …]