Searched refs:add_path (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/tools/lib/subcmd/ |
D | exec-cmd.c | 131 static void add_path(char **out, const char *path) in add_path() function 149 add_path(&new_path, tmp); in setup_path() 150 add_path(&new_path, argv0_path); in setup_path()
|
/linux-6.1.9/drivers/md/ |
D | dm-path-selector.h | 62 int (*add_path) (struct path_selector *ps, struct dm_path *path, member
|
D | dm-ps-round-robin.c | 209 .add_path = rr_add_path,
|
D | dm-ps-io-affinity.c | 246 .add_path = ioa_add_path,
|
D | dm-ps-queue-length.c | 250 .add_path = ql_add_path,
|
D | dm-ps-service-time.c | 332 .add_path = st_add_path,
|
D | dm-ps-historical-service-time.c | 532 .add_path = hst_add_path,
|
D | dm-mpath.c | 965 r = ps->type->add_path(ps, &p->path, as->argc, as->argv, &ti->error); in parse_path()
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-class-rtrs-server | 12 Description: When new path is created by writing to "add_path" entry on client side,
|
D | sysfs-class-rtrs-client | 8 What: /sys/class/rtrs-client/<session-name>/add_path 46 the "add_path" entry, a directory <src@dst> is created.
|
/linux-6.1.9/drivers/infiniband/ulp/rtrs/ |
D | rtrs-clt-sysfs.c | 196 static DEVICE_ATTR_RW(add_path);
|
D | README | 16 multipath I/O (see "add_path" and "mp_policy" configuration entries in
|