Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c56 static struct epoll_event *global_events_list; variable
325 rte_free(global_events_list); in channel_monitor_exit()
977 global_events_list = rte_malloc("epoll_events", in channel_monitor_init()
978 sizeof(*global_events_list) in channel_monitor_init()
980 if (global_events_list == NULL) { in channel_monitor_init()
1112 n_events = epoll_wait(global_event_fd, global_events_list, in run_channel_monitor()
1118 global_events_list[i].data.ptr; in run_channel_monitor()
1119 if ((global_events_list[i].events & EPOLLERR) || in run_channel_monitor()
1120 (global_events_list[i].events & EPOLLHUP)) { in run_channel_monitor()
1128 if (global_events_list[i].events & EPOLLIN) { in run_channel_monitor()