Searched refs:tree_index (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/keybinder/ |
H A D | keybinder_3.0.bb | 28 # ../keybinder-docs.sgml:26: element include: XInclude error : could not load ../xml/tree_index.sgm…
|
/openbmc/linux/drivers/md/ |
H A D | raid5-cache.c | 2642 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 …]
|
/openbmc/linux/include/net/ |
H A D | dsa.h | 1105 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);
|
/openbmc/linux/net/dsa/ |
H A D | dsa.c | 180 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()
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 2979 int tree_index, int sw_index, in mv88e6xxx_crosschip_bridge_join() argument 2986 if (tree_index != ds->dst->index) in mv88e6xxx_crosschip_bridge_join() 2998 int tree_index, int sw_index, in mv88e6xxx_crosschip_bridge_leave() argument 3003 if (tree_index != ds->dst->index) in mv88e6xxx_crosschip_bridge_leave()
|