Home
last modified time | relevance | path

Searched refs:newest (Results 1 – 3 of 3) sorted by relevance

/subsys/logging/backends/
A Dlog_backend_fs.c29 static int file_ctr, newest, oldest; variable
187 rc = check_log_file_exist(newest); in write_log_to_file()
291 newest = min; in allocate_new_file()
304 if (newest < file_num) { in allocate_new_file()
305 newest = file_num; in allocate_new_file()
316 newest = max; in allocate_new_file()
325 curr_file_num = newest; in allocate_new_file()
357 curr_file_num = newest; in allocate_new_file()
396 newest = curr_file_num; in allocate_new_file()
A DKconfig.fs35 bool "Append to the newest log file"
38 When enabled and when there is space left in the newest log file,
/subsys/fs/fcb/
A Dfcb.c98 int oldest = -1, newest = -1; in fcb_init() local
131 oldest = newest = fda.fd_id; in fcb_init()
135 if (FCB_ID_GT(fda.fd_id, newest)) { in fcb_init()
136 newest = fda.fd_id; in fcb_init()
152 newest = oldest = 0; in fcb_init()
158 fcbp->f_active_id = newest; in fcb_init()

Completed in 14 milliseconds