Motr  M0
m0_rlimit Struct Reference

#include <pool.h>

Collaboration diagram for m0_rlimit:
Collaboration graph

Data Fields

int rl_processor_throughput
 
int rl_memory
 
int rl_storage_throughput
 
int rl_network_throughput
 

Detailed Description

resource limit

Data structure to describe the fraction of resource usage limitation: 0 : resource cannot be used at all. 100: resource can be used entirely without limitation. 0 < value < 100: fraction of resources can be used.

Definition at line 513 of file pool.h.

Field Documentation

◆ rl_memory

int rl_memory

Definition at line 515 of file pool.h.

◆ rl_network_throughput

int rl_network_throughput

Definition at line 517 of file pool.h.

◆ rl_processor_throughput

int rl_processor_throughput

Definition at line 514 of file pool.h.

◆ rl_storage_throughput

int rl_storage_throughput

Definition at line 516 of file pool.h.


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