Home
last modified time | relevance | path

Searched refs:tree_index (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/
H A Draid5-cache.c2632 sector_t tree_index; in r5c_try_caching_write() local
2685 tree_index = r5c_tree_index(conf, sh->sector); in r5c_try_caching_write()
2688 tree_index); in r5c_try_caching_write()
2702 &log->big_stripe_tree, tree_index, in r5c_try_caching_write()
2796 sector_t tree_index; in r5c_finish_stripe_write_out() local
2836 tree_index = r5c_tree_index(conf, sh->sector); in r5c_finish_stripe_write_out()
2839 tree_index); in r5c_finish_stripe_write_out()
2845 radix_tree_delete(&log->big_stripe_tree, tree_index); in r5c_finish_stripe_write_out()
2930 sector_t tree_index; in r5c_big_stripe_cached() local
2936 tree_index = r5c_tree_index(conf, sect); in r5c_big_stripe_cached()
[all …]
/linux/include/net/
H A Ddsa.h1117 int (*crosschip_bridge_join)(struct dsa_switch *ds, int tree_index,
1121 void (*crosschip_bridge_leave)(struct dsa_switch *ds, int tree_index,
1369 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index);
/linux/net/dsa/
H A Ddsa.c180 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index) in dsa_switch_find() argument
186 if (dst->index != tree_index) in dsa_switch_find()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c3109 int tree_index, int sw_index, in mv88e6xxx_crosschip_bridge_join() argument
3116 if (tree_index != ds->dst->index) in mv88e6xxx_crosschip_bridge_join()
3128 int tree_index, int sw_index, in mv88e6xxx_crosschip_bridge_leave() argument
3133 if (tree_index != ds->dst->index) in mv88e6xxx_crosschip_bridge_leave()