Home
last modified time | relevance | path

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

/linux/tools/mm/
H A Dthpmaps67 return [np.repeat(arr, r).reshape(-1, 2) for arr in index]
109 lengths = (np.diff(vec) + self.element_size).reshape(len(vec))
/linux/drivers/md/
H A Ddm-raid.c2786 bool reshape; in rs_prepare_reshape() local
2810 reshape = false; in rs_prepare_reshape()
2812 reshape = true; in rs_prepare_reshape()
2815 reshape = true; in rs_prepare_reshape()
2821 reshape = true; in rs_prepare_reshape()
2825 reshape = false; in rs_prepare_reshape()
2832 if (reshape) { in rs_prepare_reshape()
/linux/Documentation/driver-api/md/
H A Dmd-cluster.rst314 These are called when resync/recovery/reshape starts or stops.
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-ima.rst582 raid_state_str := "frozen" | "reshape" |"resync" | "check" | "repair" | "recover" | "idle" |"undef"