|
Motr
M0
|
#include <locality.h>

Data Fields | |
| struct m0_sm_group * | lo_grp |
| size_t | lo_idx |
| struct m0_fom_domain * | lo_dom |
| struct m0_locality_lockers | lo_lockers |
| struct m0_tl | lo_chores |
Per-core state maintained by Motr.
Definition at line 57 of file locality.h.
| struct m0_tl lo_chores |
Definition at line 72 of file locality.h.
| struct m0_fom_domain* lo_dom |
Definition at line 69 of file locality.h.
| struct m0_sm_group* lo_grp |
State machine group associated with the core.
This group can be used to post ASTs to be executed on a current or specified core.
This group comes from request handler locality, so that execution of ASTs is serialised with state transitions of foms in this locality.
Definition at line 67 of file locality.h.
| size_t lo_idx |
Definition at line 68 of file locality.h.
| struct m0_locality_lockers lo_lockers |
Lockers to store locality-specific private data
Definition at line 71 of file locality.h.