DPDK
22.11.7
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Fields
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Functions
_
c
g
r
Variables
a
c
d
e
l
r
s
Typedefs
a
c
d
e
h
l
m
p
r
s
t
Enumerations
d
r
Enumerator
c
e
f
r
s
w
Macros
_
b
c
i
l
m
o
p
r
s
t
u
v
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
examples/vm_power_manager/oob_monitor_nop.c
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2010-2014 Intel Corporation
*/
#include <
rte_common.h
>
#include "oob_monitor.h"
void
branch_monitor_exit(
void
)
{
}
__rte_unused
static
float
apply_policy(
__rte_unused
int
core)
{
return
0.0;
}
int
add_core_to_monitor(
__rte_unused
int
core)
{
return
0;
}
int
remove_core_from_monitor(
__rte_unused
int
core)
{
return
0;
}
int
branch_monitor_init(
void
)
{
return
0;
}
void
run_branch_monitor(
void
)
{
}
rte_common.h
__rte_unused
#define __rte_unused
Definition:
rte_common.h:120
Generated by
1.9.4