Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Draid5-cache.c2642 sector_t tree_index; in r5c_try_caching_write() local
2695 tree_index = r5c_tree_index(conf, sh->sector); in r5c_try_caching_write()
2698 tree_index); in r5c_try_caching_write()
2712 &log->big_stripe_tree, tree_index, in r5c_try_caching_write()
2807 sector_t tree_index; in r5c_finish_stripe_write_out() local
2850 tree_index = r5c_tree_index(conf, sh->sector); in r5c_finish_stripe_write_out()
2853 tree_index); in r5c_finish_stripe_write_out()
2859 radix_tree_delete(&log->big_stripe_tree, tree_index); in r5c_finish_stripe_write_out()
2944 sector_t tree_index; in r5c_big_stripe_cached() local
2951 tree_index = r5c_tree_index(conf, sect); in r5c_big_stripe_cached()
[all …]
/linux-6.1.9/include/net/
Ddsa.h1096 int (*crosschip_bridge_join)(struct dsa_switch *ds, int tree_index,
1100 void (*crosschip_bridge_leave)(struct dsa_switch *ds, int tree_index,
1378 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index);
/linux-6.1.9/net/dsa/
Ddsa2.c202 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index) in dsa_switch_find() argument
208 if (dst->index != tree_index) in dsa_switch_find()
/linux-6.1.9/drivers/net/dsa/mv88e6xxx/
Dchip.c2954 int tree_index, int sw_index, in mv88e6xxx_crosschip_bridge_join() argument
2961 if (tree_index != ds->dst->index) in mv88e6xxx_crosschip_bridge_join()
2973 int tree_index, int sw_index, in mv88e6xxx_crosschip_bridge_leave() argument
2978 if (tree_index != ds->dst->index) in mv88e6xxx_crosschip_bridge_leave()