Home
last modified time | relevance | path

Searched refs:log_cur_msg (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/eal/common/
H A Deal_common_log.c63 struct log_cur_msg { struct
69 static RTE_DEFINE_PER_LCORE(struct log_cur_msg, log_cur_msg); argument
262 return RTE_PER_LCORE(log_cur_msg).loglevel; in rte_log_cur_msg_loglevel()
268 return RTE_PER_LCORE(log_cur_msg).logtype; in rte_log_cur_msg_logtype()
500 RTE_PER_LCORE(log_cur_msg).loglevel = level; in rte_vlog()
501 RTE_PER_LCORE(log_cur_msg).logtype = logtype; in rte_vlog()