Searched refs:NETIF_MITF_SAMPLING (Results 1 – 2 of 2) sorted by relevance
765 if ((os_atomic_or_orig(&mit->mit_flags, NETIF_MITF_SAMPLING, relaxed) & in nx_netif_mit_stats()766 NETIF_MITF_SAMPLING) != 0) { in nx_netif_mit_stats()875 os_atomic_andnot(&mit->mit_flags, NETIF_MITF_SAMPLING, relaxed); in nx_netif_mit_stats()
448 #define NETIF_MITF_SAMPLING 0x00000002 /* busy sampling stats */ macro