Home
last modified time | relevance | path

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

/dpdk/drivers/raw/ifpga/
H A Difpga_rawdev.c71 static int ifpga_monitor_refcnt; variable
506 while (__atomic_load_n(&ifpga_monitor_refcnt, __ATOMIC_RELAXED)) { in ifpga_rawdev_gsd_handle()
543 if (!__atomic_fetch_add(&ifpga_monitor_refcnt, 1, __ATOMIC_RELAXED)) { in ifpga_monitor_start_func()
568 if (!__atomic_sub_fetch(&ifpga_monitor_refcnt, 1, __ATOMIC_RELAXED) && in ifpga_monitor_stop_func()