Searched refs:rps_flow_table (Results 1 – 3 of 3) sorted by relevance
920 flow_table = rcu_dereference(queue->rps_flow_table); in show_rps_dev_flow_table_cnt()983 old_table = rcu_dereference_protected(queue->rps_flow_table, in store_rps_dev_flow_table_cnt()985 rcu_assign_pointer(queue->rps_flow_table, table); in store_rps_dev_flow_table_cnt()1024 flow_table = rcu_dereference_protected(queue->rps_flow_table, 1); in rx_queue_release()1026 RCU_INIT_POINTER(queue->rps_flow_table, NULL); in rx_queue_release()
4401 flow_table = rcu_dereference(rxqueue->rps_flow_table); in set_rps_cpu()4455 flow_table = rcu_dereference(rxqueue->rps_flow_table); in get_rps_cpu()4547 flow_table = rcu_dereference(rxqueue->rps_flow_table); in rps_may_expire_flow()
777 struct rps_dev_flow_table __rcu *rps_flow_table; member
Completed in 35 milliseconds