Searched refs:FLOWENTF_NOWAKEFROMSLEEP (Results 1 – 3 of 3) sorted by relevance
475 os_atomic_or(&fe->fe_flags, FLOWENTF_NOWAKEFROMSLEEP, relaxed); in fsw_flow_config()478 os_atomic_andnot(&fe->fe_flags, FLOWENTF_NOWAKEFROMSLEEP, relaxed); in fsw_flow_config()
494 fe->fe_flags |= FLOWENTF_NOWAKEFROMSLEEP; in flow_entry_alloc()918 if (fe->fe_flags & FLOWENTF_NOWAKEFROMSLEEP) { in fe_stats_update()
354 #define FLOWENTF_NOWAKEFROMSLEEP 0x00080000 /* don't wake for this flow */ macro