Searched refs:log_next (Results 1 – 2 of 2) sorted by relevance
502 static u32 log_next(u32 idx) in log_next() function549 log_first_idx = log_next(log_first_idx); in log_make_free_space()915 user->idx = log_next(user->idx); in devkmsg_read()1389 syslog_idx = log_next(syslog_idx); in syslog_print()1444 idx = log_next(idx); in syslog_print_all()1455 idx = log_next(idx); in syslog_print_all()1468 idx = log_next(idx); in syslog_print_all()1599 idx = log_next(idx); in do_syslog()2080 static u32 log_next(u32 idx) { return 0; } in log_next() function2437 console_idx = log_next(console_idx); in console_unlock()[all …]
512 struct pblk_line *log_next; /* Next FTL log line */ member