Lines Matching defs:cpu
44 #define flow_table(cpu) (per_cpu(flow_tables, cpu)) argument
57 #define flow_hash_rnd_recalc(cpu) \ argument
59 #define flow_hash_rnd(cpu) \ argument
61 #define flow_count(cpu) \ argument
74 #define flow_flush_tasklet(cpu) (&per_cpu(flow_flush_tasklets, cpu)) argument
87 static void flow_entry_kill(int cpu, struct flow_cache_entry *fle) in flow_entry_kill()
95 static void __flow_cache_shrink(int cpu, int shrink_to) in __flow_cache_shrink()
115 static void flow_cache_shrink(int cpu) in flow_cache_shrink()
122 static void flow_new_hash_rnd(int cpu) in flow_new_hash_rnd()
130 static u32 flow_hash_code(struct flowi *key, int cpu) in flow_hash_code()
173 int cpu; in flow_cache_lookup() local
253 int cpu; in flow_cache_flush_tasklet() local
279 int cpu; in flow_cache_flush_per_cpu() local
310 static void __init flow_cache_cpu_prepare(int cpu) in flow_cache_cpu_prepare()