Searched refs:add_timestamp (Results 1 – 2 of 2) sorted by relevance
200 static char *add_timestamp(char *buf) in add_timestamp() function237 p = add_timestamp(p); in boot_printk()
432 int add_timestamp; member3613 bool abs = info->add_timestamp & in rb_add_timestamp()3675 if (unlikely(info->add_timestamp)) in rb_update_event()4280 } else if (info->add_timestamp & in check_buffer()4344 if ((info->add_timestamp & RB_ADD_STAMP_ABSOLUTE)) { in __rb_reserve_next()4356 info->add_timestamp |= RB_ADD_STAMP_FORCE | RB_ADD_STAMP_EXTEND; in __rb_reserve_next()4361 info->add_timestamp |= RB_ADD_STAMP_EXTEND; in __rb_reserve_next()4391 if (likely(!(info->add_timestamp & in __rb_reserve_next()4438 info->add_timestamp &= ~RB_ADD_STAMP_FORCE; in __rb_reserve_next()4445 if (unlikely(!tail && !(info->add_timestamp & in __rb_reserve_next()[all …]