Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-path-selector.h54 struct dm_path *(*select_path) (struct path_selector *ps, member
H A Ddm-round-robin.c208 .select_path = rr_select_path,
H A Ddm-queue-length.c250 .select_path = ql_select_path,
H A Ddm-service-time.c332 .select_path = st_select_path,
H A Ddm-historical-service-time.c531 .select_path = hst_select_path,
H A Ddm-mpath.c376 path = pg->ps.type->select_path(&pg->ps, nr_bytes); in choose_path_in_pg()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py156 self.pkg_treeview.get_selection().select_path(pkg_path[0])