Searched refs:log_next (Results 1 – 2 of 2) sorted by relevance
483 static u32 log_next(u32 idx) in log_next() function530 log_first_idx = log_next(log_first_idx); in log_make_free_space()871 user->idx = log_next(user->idx); in devkmsg_read()1322 syslog_idx = log_next(syslog_idx); in syslog_print()1375 idx = log_next(idx); in syslog_print_all()1386 idx = log_next(idx); in syslog_print_all()1404 idx = log_next(idx); in syslog_print_all()1532 idx = log_next(idx); in do_syslog()2018 static u32 log_next(u32 idx) { return 0; } in log_next() function2374 console_idx = log_next(console_idx); in console_unlock()[all …]
520 struct pblk_line *log_next; /* Next FTL log line */ member