ESP-IDF
mem_block_::entries
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mem_block_::entries
mem_block_::entries field
Syntax
Show:
Summary
Declaration
from
esp_mmu_map.c:80
TAILQ_ENTRY
(
mem_block_
)
entries
;
Examples
References
from
examples
Code
Location
Referrer
TAILQ_ENTRY
(
mem_block_
)
entries
;
//link entry
esp_mmu_map.c:80
TAILQ_FOREACH
(
mem_block
,
&
region
->
mem_block_head
,
entries
)
{
esp_mmu_map.c:355
esp_mmu_paddr_find_caps()
TAILQ_INSERT_HEAD
(
&
found_region
->
mem_block_head
,
dummy_head
,
entries
)
;
esp_mmu_map.c:475
esp_mmu_map()
TAILQ_INSERT_TAIL
(
&
found_region
->
mem_block_head
,
dummy_tail
,
entries
)
;
esp_mmu_map.c:485
esp_mmu_map()
TAILQ_FOREACH
(
mem_block
,
&
found_region
->
mem_block_head
,
entries
)
{
esp_mmu_map.c:496
esp_mmu_map()
TAILQ_FOREACH
(
mem_block
,
&
found_region
->
mem_block_head
,
entries
)
{
esp_mmu_map.c:542
esp_mmu_map()
TAILQ_INSERT_BEFORE
(
found_block
,
new_block
,
entries
)
;
esp_mmu_map.c:561
esp_mmu_map()
TAILQ_FOREACH
(
mem_block
,
&
region
->
mem_block_head
,
entries
)
{
esp_mmu_map.c:652
esp_mmu_unmap()
slot_len
=
TAILQ_NEXT
(
mem_block
,
entries
)
->
laddr_start
-
TAILQ_PREV
(
mem_block
,
mem_block_head_
,
entries
)
->
laddr_end
;
esp_mmu_map.c:660
esp_mmu_unmap()
TAILQ_REMOVE
(
&
region
->
mem_block_head
,
found_block
,
entries
)
;
esp_mmu_map.c:674
esp_mmu_unmap()
TAILQ_FOREACH
(
mem_block
,
&
region
->
mem_block_head
,
entries
)
{
esp_mmu_map.c:704
esp_mmu_map_dump_mapped_blocks()
TAILQ_FOREACH
(
mem_block
,
&
region
->
mem_block_head
,
entries
)
{
esp_mmu_map.c:732
esp_mmu_map_dump_mapped_blocks_private()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mem_block_::entries
is read by 5 functions:
All items filtered out
mem_block_::entries
esp_mmu_paddr_find_caps()
esp_mmu_map()
esp_mmu_unmap()
esp_mmu_map_dump_mapped_blocks()
esp_mmu_map_dump_mapped_blocks_private()
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