Home
last modified time | relevance | path

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

/dpdk/lib/eal/linux/
H A Deal_dev.c24 static uint32_t monitor_refcount; variable
313 if (monitor_refcount) { in rte_dev_event_monitor_start()
314 monitor_refcount++; in rte_dev_event_monitor_start()
345 monitor_refcount++; in rte_dev_event_monitor_start()
363 if (!monitor_refcount) { in rte_dev_event_monitor_stop()
368 if (monitor_refcount > 1) { in rte_dev_event_monitor_stop()
369 monitor_refcount--; in rte_dev_event_monitor_stop()
385 monitor_refcount--; in rte_dev_event_monitor_stop()