ESP-IDF
spiffs_free_obj_id_state::compaction
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spiffs_free_obj_id_state::compaction
spiffs_free_obj_id_state::compaction field
Syntax
Show:
Summary
Declaration
from
spiffs_nucleus.c:2074
u32_t
compaction
;
Examples
References
from
examples
Code
Location
Referrer
u32_t
compaction
;
spiffs_nucleus.c:2074
int
ix
=
(
id
-
state
->
min_obj_id
)
/
state
->
compaction
;
spiffs_nucleus.c:2132
spiffs_obj_lu_find_free_obj_id_compact_v()
state
.
compaction
=
0
;
spiffs_nucleus.c:2155
spiffs_obj_lu_find_free_obj_id()
if
(
state
.
compaction
!=
0
)
{
spiffs_nucleus.c:2184
spiffs_obj_lu_find_free_obj_id()
if
(
min_count
==
state
.
compaction
)
{
spiffs_nucleus.c:2200
spiffs_obj_lu_find_free_obj_id()
*
obj_id
=
min_i
*
state
.
compaction
+
state
.
min_obj_id
;
spiffs_nucleus.c:2210
spiffs_obj_lu_find_free_obj_id()
state
.
min_obj_id
+=
min_i
*
state
.
compaction
;
spiffs_nucleus.c:2214
spiffs_obj_lu_find_free_obj_id()
state
.
max_obj_id
=
state
.
min_obj_id
+
state
.
compaction
;
spiffs_nucleus.c:2215
spiffs_obj_lu_find_free_obj_id()
state
.
compaction
=
(
state
.
max_obj_id
-
state
.
min_obj_id
)
/
(
(
SPIFFS_CFG_LOG_PAGE_SZ
(
fs
)
/
sizeof
(
u8_t
)
)
)
;
spiffs_nucleus.c:2225
spiffs_obj_lu_find_free_obj_id()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spiffs_free_obj_id_state::compaction
is written by 1 function and is read by 2 functions:
spiffs_obj_lu_find_free_obj_id()
All items filtered out
spiffs_free_obj_id_state::compaction
spiffs_obj_lu_find_free_obj_id_compact_v()
spiffs_obj_lu_find_free_obj_id()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out