Go to the source code of this file.
|
clib_error_t * | clib_sysfs_write (char *file_name, char *fmt,...) |
|
clib_error_t * | clib_sysfs_read (char *file_name, char *fmt,...) |
|
u8 * | clib_sysfs_link_to_name (char *link) |
|
clib_error_t * | clib_sysfs_set_nr_hugepages (int numa_node, int page_size, int nr) |
|
static clib_error_t * | clib_sysfs_get_xxx_hugepages (char *type, int numa_node, int page_size, int *val) |
|
clib_error_t * | clib_sysfs_get_free_hugepages (int numa_node, int page_size, int *v) |
|
clib_error_t * | clib_sysfs_get_nr_hugepages (int numa_node, int page_size, int *v) |
|
clib_error_t * | clib_sysfs_get_surplus_hugepages (int numa_node, int page_size, int *v) |
|
clib_error_t * | clib_sysfs_prealloc_hugepages (int numa_node, int page_size, int nr) |
|
clib_error_t* clib_sysfs_get_free_hugepages |
( |
int |
numa_node, |
|
|
int |
page_size, |
|
|
int * |
v |
|
) |
| |
clib_error_t* clib_sysfs_get_nr_hugepages |
( |
int |
numa_node, |
|
|
int |
page_size, |
|
|
int * |
v |
|
) |
| |
clib_error_t* clib_sysfs_get_surplus_hugepages |
( |
int |
numa_node, |
|
|
int |
page_size, |
|
|
int * |
v |
|
) |
| |
static clib_error_t* clib_sysfs_get_xxx_hugepages |
( |
char * |
type, |
|
|
int |
numa_node, |
|
|
int |
page_size, |
|
|
int * |
val |
|
) |
| |
|
static |
u8* clib_sysfs_link_to_name |
( |
char * |
link | ) |
|
clib_error_t* clib_sysfs_prealloc_hugepages |
( |
int |
numa_node, |
|
|
int |
page_size, |
|
|
int |
nr |
|
) |
| |
clib_error_t* clib_sysfs_read |
( |
char * |
file_name, |
|
|
char * |
fmt, |
|
|
|
... |
|
) |
| |
clib_error_t* clib_sysfs_set_nr_hugepages |
( |
int |
numa_node, |
|
|
int |
page_size, |
|
|
int |
nr |
|
) |
| |
clib_error_t* clib_sysfs_write |
( |
char * |
file_name, |
|
|
char * |
fmt, |
|
|
|
... |
|
) |
| |