Searched refs:rt_hash_table (Results 1 – 1 of 1) sorted by relevance
196 static struct rt_hash_bucket *rt_hash_table; variable230 read_lock_bh(&rt_hash_table[i].lock); in rt_cache_get_info()231 for (r = rt_hash_table[i].chain; r; r = r->u.rt_next) { in rt_cache_get_info()266 read_unlock_bh(&rt_hash_table[i].lock); in rt_cache_get_info()270 read_unlock_bh(&rt_hash_table[i].lock); in rt_cache_get_info()406 rthp = &rt_hash_table[i].chain; in SMP_TIMER_NAME()408 write_lock(&rt_hash_table[i].lock); in SMP_TIMER_NAME()427 write_unlock(&rt_hash_table[i].lock); in SMP_TIMER_NAME()452 write_lock_bh(&rt_hash_table[i].lock); in SMP_TIMER_NAME()453 rth = rt_hash_table[i].chain; in SMP_TIMER_NAME()[all …]