|
Motr
M0
|

Data Fields | |
| struct m0_list | pss_head |
| m0_processor_nr_t | pss_max |
| struct m0_bitmap | pss_poss_map |
| struct m0_bitmap | pss_avail_map |
| struct m0_bitmap | pss_onln_map |
System wide summary of all the processors. This is the head node. It contains various processor statistics and a linked list of processor info (struct m0_processor_descr).
Definition at line 125 of file processor.c.
| struct m0_bitmap pss_avail_map |
bitmap of processors that are present on this node
Definition at line 137 of file processor.c.
| struct m0_list pss_head |
Head of the list for processor info
Definition at line 127 of file processor.c.
| m0_processor_nr_t pss_max |
Number of possible processors that can be attached to this OS. This means the maximum number of processors that OS can handle.
Definition at line 131 of file processor.c.
| struct m0_bitmap pss_onln_map |
bitmap of onln processors on this node
Definition at line 140 of file processor.c.
| struct m0_bitmap pss_poss_map |
bitmap of possible processors on this node
Definition at line 134 of file processor.c.