For internal use only.
This structure is used by sh_flush() in its call to ll_flush(). The structure contains state that ll_flush() cannot directly pass to _sh_flush_iter().
Definition at line 41 of file sh_flush.c.
Data Fields | |
smat_table_t * | sf_table |
smat_loc_t | sf_elem |
smat_iter_t | sf_flush |
void * | sf_extra |
|
Which list we're traversing. Definition at line 43 of file sh_flush.c. Referenced by _sh_flush_iter(), and sh_flush(). |
|
Extra data. Definition at line 45 of file sh_flush.c. Referenced by _sh_flush_iter(), and sh_flush(). |
|
Flush function. Definition at line 44 of file sh_flush.c. Referenced by _sh_flush_iter(), and sh_flush(). |
|
Pointer to the smat table. Definition at line 42 of file sh_flush.c. Referenced by _sh_flush_iter(), and sh_flush(). |