Searched refs:write_stamp (Results 1 – 1 of 1) sorted by relevance
515 rb_time_t write_stamp; member2645 u64 write_stamp; in rb_check_timestamp() local2652 (unsigned long long)(rb_time_read(&cpu_buffer->write_stamp, &write_stamp) ? write_stamp : 0), in rb_check_timestamp()2802 u64 write_stamp; in rb_try_to_discard() local2814 if (!rb_time_read(&cpu_buffer->write_stamp, &write_stamp)) in rb_try_to_discard()2826 if (!rb_time_cmpxchg(&cpu_buffer->write_stamp, in rb_try_to_discard()2827 write_stamp, write_stamp - delta)) in rb_try_to_discard()3202 a_ok = rb_time_read(&cpu_buffer->write_stamp, &info->after); in __rb_reserve_next()3239 a_ok = rb_time_read(&cpu_buffer->write_stamp, &info->after); in __rb_reserve_next()3251 /*D*/ rb_time_set(&cpu_buffer->write_stamp, info->ts); in __rb_reserve_next()[all …]