Searched refs:rps_sock_flow_table (Results 1 – 5 of 5) sorted by relevance
44 struct rps_sock_flow_table *orig_sock_table, *sock_table; in rps_sock_flow_sysctl()49 orig_sock_table = rcu_dereference_protected(rps_sock_flow_table, in rps_sock_flow_sysctl()81 rcu_assign_pointer(rps_sock_flow_table, sock_table); in rps_sock_flow_sysctl()
3065 struct rps_sock_flow_table __rcu *rps_sock_flow_table __read_mostly;3066 EXPORT_SYMBOL(rps_sock_flow_table);3125 const struct rps_sock_flow_table *sock_flow_table; in get_rps_cpu()3158 sock_flow_table = rcu_dereference(rps_sock_flow_table); in get_rps_cpu()
654 struct rps_sock_flow_table { struct659 #define RPS_SOCK_FLOW_TABLE_SIZE(_num) (offsetof(struct rps_sock_flow_table, ents[_num])) argument664 extern struct rps_sock_flow_table __rcu *rps_sock_flow_table;666 static inline void rps_record_sock_flow(struct rps_sock_flow_table *table, in rps_record_sock_flow()
863 struct rps_sock_flow_table *sock_flow_table; in sock_rps_record_flow_hash()866 sock_flow_table = rcu_dereference(rps_sock_flow_table); in sock_rps_record_flow_hash()
247 rps_sock_flow_table is a global flow table that contains the *desired* CPU