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

Function fts_enter

dpdk/lib/ethdev/rte_flow.c:307–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307static inline void
308fts_enter(struct rte_eth_dev *dev)
309{
310 if (!(dev->data->dev_flags & RTE_ETH_DEV_FLOW_OPS_THREAD_SAFE))
311 pthread_mutex_lock(&dev->data->flow_ops_mutex);
312}
313
314static inline void
315fts_exit(struct rte_eth_dev *dev)

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_lockFunction · 0.85

Tested by

no test coverage detected