Home
last modified time | relevance | path

Searched refs:select_path (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-path-selector.h70 struct dm_path *(*select_path)(struct path_selector *ps, size_t nr_bytes); member
H A Ddm-ps-round-robin.c216 .select_path = rr_select_path,
H A Ddm-ps-io-affinity.c249 .select_path = ioa_select_path,
H A Ddm-ps-queue-length.c254 .select_path = ql_select_path,
H A Ddm-ps-service-time.c335 .select_path = st_select_path,
H A Ddm-ps-historical-service-time.c535 .select_path = hst_select_path,
H A Ddm-mpath.c385 path = pg->ps.type->select_path(&pg->ps, nr_bytes); in choose_path_in_pg()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py156 self.pkg_treeview.get_selection().select_path(pkg_path[0])