Motr  M0
processor_sys_summary Struct Reference
Collaboration diagram for processor_sys_summary:
Collaboration graph

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
 

Detailed Description

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).

See also
lib/processor.h

Definition at line 125 of file processor.c.

Field Documentation

◆ pss_avail_map

struct m0_bitmap pss_avail_map

bitmap of processors that are present on this node

Definition at line 137 of file processor.c.

◆ pss_head

struct m0_list pss_head

Head of the list for processor info

Definition at line 127 of file processor.c.

◆ 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.

◆ pss_onln_map

struct m0_bitmap pss_onln_map

bitmap of onln processors on this node

Definition at line 140 of file processor.c.

◆ pss_poss_map

struct m0_bitmap pss_poss_map

bitmap of possible processors on this node

Definition at line 134 of file processor.c.


The documentation for this struct was generated from the following file: