Home
last modified time | relevance | path

Searched refs:ULOG_RESERVED_FS_SIZE (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ulog/include/
A Dulog_config.h145 #define ULOG_RESERVED_FS_SIZE 64 macro
147 #define ULOG_RESERVED_FS_SIZE ULOG_CONFIG_RESERVED_FS_SIZE macro
/AliOS-Things-master/components/ulog/src/
A Dulog_session_file.c34 static char *ulog_fs_tmp[ULOG_RESERVED_FS_SIZE] = { NULL };
44 if (NULL != data && len != 0 && ((tmp_queue_in + 1) % ULOG_RESERVED_FS_SIZE) != tmp_queue_out) { in push_fs_tmp()
50 tmp_queue_in = (tmp_queue_in + 1) % ULOG_RESERVED_FS_SIZE; in push_fs_tmp()
69 tmp_queue_out = (tmp_queue_out + 1) % ULOG_RESERVED_FS_SIZE; in pop_fs_tmp()

Completed in 5 milliseconds