Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Draid5-cache.c2643 sector_t tree_index; in r5c_try_caching_write() local
2696 tree_index = r5c_tree_index(conf, sh->sector); in r5c_try_caching_write()
2699 tree_index); in r5c_try_caching_write()
2713 &log->big_stripe_tree, tree_index, in r5c_try_caching_write()
2808 sector_t tree_index; in r5c_finish_stripe_write_out() local
2851 tree_index = r5c_tree_index(conf, sh->sector); in r5c_finish_stripe_write_out()
2854 tree_index); in r5c_finish_stripe_write_out()
2860 radix_tree_delete(&log->big_stripe_tree, tree_index); in r5c_finish_stripe_write_out()
2945 sector_t tree_index; in r5c_big_stripe_cached() local
2952 tree_index = r5c_tree_index(conf, sect); in r5c_big_stripe_cached()
[all …]
/Linux-v6.6/include/net/
Ddsa.h1105 int (*crosschip_bridge_join)(struct dsa_switch *ds, int tree_index,
1109 void (*crosschip_bridge_leave)(struct dsa_switch *ds, int tree_index,
1349 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index);
/Linux-v6.6/net/dsa/
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-v6.6/drivers/net/dsa/mv88e6xxx/
Dchip.c2907 int tree_index, int sw_index, in mv88e6xxx_crosschip_bridge_join() argument
2914 if (tree_index != ds->dst->index) in mv88e6xxx_crosschip_bridge_join()
2926 int tree_index, int sw_index, in mv88e6xxx_crosschip_bridge_leave() argument
2931 if (tree_index != ds->dst->index) in mv88e6xxx_crosschip_bridge_leave()