current_child     167 drivers/md/persistent-data/dm-btree.c 	unsigned current_child;
current_child     242 drivers/md/persistent-data/dm-btree.c 		f->current_child = 0;
current_child     300 drivers/md/persistent-data/dm-btree.c 		if (f->current_child >= f->nr_children) {
current_child     307 drivers/md/persistent-data/dm-btree.c 			b = value64(f->n, f->current_child);
current_child     308 drivers/md/persistent-data/dm-btree.c 			f->current_child++;
current_child     314 drivers/md/persistent-data/dm-btree.c 			b = value64(f->n, f->current_child);
current_child     315 drivers/md/persistent-data/dm-btree.c 			f->current_child++;
current_child     811 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c static int mdio_mux_syscon_switch_fn(int current_child, int desired_child,
current_child     820 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c 	if (current_child ^ desired_child) {
current_child     166 drivers/net/phy/mdio-mux-bcm-iproc.c static int mdio_mux_iproc_switch_fn(int current_child, int desired_child,
current_child      22 drivers/net/phy/mdio-mux-gpio.c static int mdio_mux_gpio_switch_fn(int current_child, int desired_child,
current_child      28 drivers/net/phy/mdio-mux-gpio.c 	if (current_child == desired_child)
current_child     193 drivers/net/phy/mdio-mux-meson-g12a.c static int g12a_mdio_switch_fn(int current_child, int desired_child,
current_child     198 drivers/net/phy/mdio-mux-meson-g12a.c 	if (current_child == desired_child)
current_child      42 drivers/net/phy/mdio-mux-mmioreg.c static int mdio_mux_mmioreg_switch_fn(int current_child, int desired_child,
current_child      47 drivers/net/phy/mdio-mux-mmioreg.c 	if (current_child ^ desired_child) {
current_child      31 drivers/net/phy/mdio-mux-multiplexer.c static int mdio_mux_multiplexer_switch_fn(int current_child, int desired_child,
current_child      41 drivers/net/phy/mdio-mux-multiplexer.c 	if (!(current_child ^ desired_child))
current_child      54 drivers/net/phy/mdio-mux-multiplexer.c 		dev_dbg(&pdev->dev, "%s %d -> %d\n", __func__, current_child,
current_child      19 drivers/net/phy/mdio-mux.c 	int current_child;
current_child      22 drivers/net/phy/mdio-mux.c 	int (*switch_fn)(int current_child, int desired_child, void *data);
current_child      45 drivers/net/phy/mdio-mux.c 	r = pb->switch_fn(pb->current_child, cb->bus_number, pb->switch_data);
current_child      49 drivers/net/phy/mdio-mux.c 	pb->current_child = cb->bus_number;
current_child      70 drivers/net/phy/mdio-mux.c 	r = pb->switch_fn(pb->current_child, cb->bus_number, pb->switch_data);
current_child      74 drivers/net/phy/mdio-mux.c 	pb->current_child = cb->bus_number;
current_child     128 drivers/net/phy/mdio-mux.c 	pb->current_child = -1;