MCPcopy Index your code
hub / github.com/F-Stack/f-stack / fts_exit

Function fts_exit

dpdk/lib/ethdev/rte_flow.c:314–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314static inline void
315fts_exit(struct rte_eth_dev *dev)
316{
317 if (!(dev->data->dev_flags & RTE_ETH_DEV_FLOW_OPS_THREAD_SAFE))
318 pthread_mutex_unlock(&dev->data->flow_ops_mutex);
319}
320
321static int
322flow_err(uint16_t port_id, int ret, struct rte_flow_error *error)

Callers 10

rte_flow_validateFunction · 0.85
rte_flow_createFunction · 0.85
rte_flow_destroyFunction · 0.85
rte_flow_actions_updateFunction · 0.85
rte_flow_flushFunction · 0.85
rte_flow_queryFunction · 0.85
rte_flow_isolateFunction · 0.85
rte_flow_dev_dumpFunction · 0.85
rte_flow_get_aged_flowsFunction · 0.85

Calls 1

pthread_mutex_unlockFunction · 0.85

Tested by

no test coverage detected