| /Linux-v5.15/drivers/interconnect/ |
| D | bulk.c | 16 struct icc_bulk_data *paths) in of_icc_bulk_get() argument 21 paths[i].path = of_icc_get(dev, paths[i].name); in of_icc_bulk_get() 22 if (IS_ERR(paths[i].path)) { in of_icc_bulk_get() 23 ret = PTR_ERR(paths[i].path); in of_icc_bulk_get() 26 paths[i].name, ret); in of_icc_bulk_get() 27 paths[i].path = NULL; in of_icc_bulk_get() 35 icc_bulk_put(i, paths); in of_icc_bulk_get() 46 void icc_bulk_put(int num_paths, struct icc_bulk_data *paths) in icc_bulk_put() argument 49 icc_put(paths[num_paths].path); in icc_bulk_put() 50 paths[num_paths].path = NULL; in icc_bulk_put() [all …]
|
| /Linux-v5.15/drivers/thunderbolt/ |
| D | tunnel.c | 128 tunnel->paths = kcalloc(npaths, sizeof(tunnel->paths[0]), GFP_KERNEL); in tb_tunnel_alloc() 129 if (!tunnel->paths) { in tb_tunnel_alloc() 242 tunnel->paths[TB_PCI_PATH_UP] = path; in tb_tunnel_discover_pci() 243 if (tb_pci_init_path(tunnel->paths[TB_PCI_PATH_UP])) in tb_tunnel_discover_pci() 250 tunnel->paths[TB_PCI_PATH_DOWN] = path; in tb_tunnel_discover_pci() 251 if (tb_pci_init_path(tunnel->paths[TB_PCI_PATH_DOWN])) in tb_tunnel_discover_pci() 312 tunnel->paths[TB_PCI_PATH_DOWN] = path; in tb_tunnel_alloc_pci() 320 tunnel->paths[TB_PCI_PATH_UP] = path; in tb_tunnel_alloc_pci() 590 struct tb_path **paths; in tb_dp_activate() local 593 paths = tunnel->paths; in tb_dp_activate() [all …]
|
| D | test.c | 1305 KUNIT_ASSERT_EQ(test, tunnel1->paths[0]->path_length, 2); in tb_test_tunnel_pcie() 1306 KUNIT_EXPECT_PTR_EQ(test, tunnel1->paths[0]->hops[0].in_port, down); in tb_test_tunnel_pcie() 1307 KUNIT_EXPECT_PTR_EQ(test, tunnel1->paths[0]->hops[1].out_port, up); in tb_test_tunnel_pcie() 1308 KUNIT_ASSERT_EQ(test, tunnel1->paths[1]->path_length, 2); in tb_test_tunnel_pcie() 1309 KUNIT_EXPECT_PTR_EQ(test, tunnel1->paths[1]->hops[0].in_port, up); in tb_test_tunnel_pcie() 1310 KUNIT_EXPECT_PTR_EQ(test, tunnel1->paths[1]->hops[1].out_port, down); in tb_test_tunnel_pcie() 1320 KUNIT_ASSERT_EQ(test, tunnel2->paths[0]->path_length, 2); in tb_test_tunnel_pcie() 1321 KUNIT_EXPECT_PTR_EQ(test, tunnel2->paths[0]->hops[0].in_port, down); in tb_test_tunnel_pcie() 1322 KUNIT_EXPECT_PTR_EQ(test, tunnel2->paths[0]->hops[1].out_port, up); in tb_test_tunnel_pcie() 1323 KUNIT_ASSERT_EQ(test, tunnel2->paths[1]->path_length, 2); in tb_test_tunnel_pcie() [all …]
|
| /Linux-v5.15/tools/perf/ui/browsers/ |
| D | scripts.c | 28 char **paths; member 53 if (asprintf(&c->paths[c->index], in add_script_option() 73 if (asprintf(&c->paths[c->index], "%s %s", value, in scripts_config() 88 char *buf, *paths[SCRIPT_MAX_NO], *names[SCRIPT_MAX_NO]; in list_scripts() local 96 .paths = paths, in list_scripts() 122 paths[i] = names[i] + SCRIPT_NAMELEN; in list_scripts() 125 num = find_scripts(names + max_std, paths + max_std, SCRIPT_MAX_NO - max_std, in list_scripts() 145 strcpy(script_name, paths[choice]); in list_scripts() 152 zfree(&paths[i]); in list_scripts()
|
| /Linux-v5.15/Documentation/admin-guide/device-mapper/ |
| D | dm-service-time.rst | 11 The performance value is a relative throughput value among all paths 26 among all paths in the path-group. 30 other paths having a positive value are available. 43 among all paths in the path-group. 59 1. If the paths have the same 'relative_throughput', skip 62 2. If the paths have the same 'in-flight-size', skip the division 65 3. If some paths have non-zero 'relative_throughput' and others 66 have zero 'relative_throughput', ignore those paths with zero 78 In case that 2 paths (sda and sdb) are used with repeat_count == 128
|
| D | switch.rst | 7 paths. The path used for any specific region can be switched 38 robin algorithm to send I/O across all paths and let the storage array 52 Lower Tier - Load balance amongst paths to a particular member. 55 Each of these multipath devices contains the set of paths directly to 57 selectors to load balance amongst these paths. We also build a 58 non-preferred priority group containing paths to other array members for 73 The number of paths across which to distribute the I/O. 77 to any of the available paths. 97 which paths.
|
| /Linux-v5.15/include/linux/ |
| D | interconnect.h | 42 struct icc_bulk_data *paths); 43 void icc_bulk_put(int num_paths, struct icc_bulk_data *paths); 44 int icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths); 45 int icc_bulk_enable(int num_paths, const struct icc_bulk_data *paths); 46 void icc_bulk_disable(int num_paths, const struct icc_bulk_data *paths);
|
| /Linux-v5.15/Documentation/ABI/testing/ |
| D | sysfs-class-rtrs-server | 8 What: /sys/class/rtrs-server/<session-name>/paths/ 16 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/disconnect 23 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/hca_name 29 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/hca_port 35 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/src_addr 41 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/dst_addr 47 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/stats/rdma
|
| D | sysfs-class-rtrs-client | 40 What: /sys/class/rtrs-client/<session-name>/paths/ 48 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/state 55 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/reconnect 62 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/disconnect 69 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/remove_path 77 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/hca_name 83 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/hca_port 89 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/src_addr 95 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/dst_addr 101 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/cur_latency [all …]
|
| /Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
| D | d_path.c | 17 char paths[MAX_FILES][MAX_PATH_LEN]; member 25 return readlink(buf, src.paths[src.cnt++], MAX_PATH_LEN); in set_pathname() 134 CHECK(strncmp(src.paths[i], bss->paths_stat[i], MAX_PATH_LEN), in test_d_path() 137 i, src.paths[i], bss->paths_stat[i]); in test_d_path() 138 CHECK(strncmp(src.paths[i], bss->paths_close[i], MAX_PATH_LEN), in test_d_path() 141 i, src.paths[i], bss->paths_close[i]); in test_d_path()
|
| /Linux-v5.15/tools/perf/ |
| D | Build | 37 paths += -DPERF_HTML_PATH="BUILD_STR($(htmldir_SQ))" 38 paths += -DPERF_INFO_PATH="BUILD_STR($(infodir_SQ))" 39 paths += -DPERF_MAN_PATH="BUILD_STR($(mandir_SQ))" 41 CFLAGS_builtin-help.o += $(paths) 42 CFLAGS_builtin-timechart.o += $(paths)
|
| /Linux-v5.15/scripts/ |
| D | leaking_addresses.pl | 520 my ($total, $dmesg, $paths, $files) = parse_raw_file($file); 533 squash_by($paths, 'path'); 560 my %paths; # Unique paths containing leaks. 571 cache_path(\%paths, $line); 575 return $total, \@dmesg, \%paths, \%files; 617 my ($paths, $line) = @_; 623 add_to_cache($paths, $path, substr($line, $index));
|
| D | check-sysctl-docs | 99 delete paths 162 if (paths[tables[1]] == table) { 167 split(paths[tables[1]], components, "/")
|
| /Linux-v5.15/include/trace/events/ |
| D | asoc.h | 193 TP_PROTO(int paths, int stream), 195 TP_ARGS(paths, stream), 198 __field( int, paths ) 203 __entry->paths = paths; 208 __entry->stream ? "capture" : "playback", __entry->paths)
|
| /Linux-v5.15/drivers/block/rnbd/ |
| D | rnbd-clt-sysfs.c | 57 struct rtrs_addr *paths; member 123 &opt->paths[p_cnt]); in rnbd_clt_parse_map_options() 573 struct rtrs_addr paths[6]; in rnbd_clt_map_device_store() local 577 opt.paths = paths; in rnbd_clt_map_device_store() 583 addrs = kcalloc(ARRAY_SIZE(paths) * 2, sizeof(*addrs), GFP_KERNEL); in rnbd_clt_map_device_store() 587 for (path_cnt = 0; path_cnt < ARRAY_SIZE(paths); path_cnt++) { in rnbd_clt_map_device_store() 588 paths[path_cnt].src = &addrs[path_cnt * 2]; in rnbd_clt_map_device_store() 589 paths[path_cnt].dst = &addrs[path_cnt * 2 + 1]; in rnbd_clt_map_device_store() 592 ret = rnbd_clt_parse_map_options(buf, ARRAY_SIZE(paths), &opt); in rnbd_clt_map_device_store() 601 dev = rnbd_clt_map_device(sessname, paths, path_cnt, port_nr, pathname, in rnbd_clt_map_device_store()
|
| /Linux-v5.15/tools/testing/selftests/exec/ |
| D | non-regular.c | 56 const char * const paths[] = { in setup_link() local 62 for (i = 0; i < ARRAY_SIZE(paths); i++) { in setup_link() 63 if (access(paths[i], X_OK) == 0) { in setup_link() 64 ASSERT_EQ(symlink(paths[i], self->pathname), 0); in setup_link()
|
| /Linux-v5.15/scripts/clang-tools/ |
| D | gen_compile_commands.py | 70 args.paths if len(args.paths) > 0 else [args.directory]) 202 log_level, directory, output, ar, paths = parse_arguments() 211 for path in paths:
|
| /Linux-v5.15/drivers/staging/sm750fb/ |
| D | sm750_hw.c | 198 if (output->paths & sm750_panel) in hw_sm750_output_setMode() 200 if (output->paths & sm750_crt) in hw_sm750_output_setMode() 205 if (output->paths & sm750_panel) in hw_sm750_output_setMode() 207 if (output->paths & sm750_crt) in hw_sm750_output_setMode() 414 if (output->paths & sm750_crt) { in hw_sm750le_setBLANK() 459 if (output->paths & sm750_crt) { in hw_sm750_setBLANK() 468 if (output->paths & sm750_panel) { in hw_sm750_setBLANK()
|
| /Linux-v5.15/Documentation/driver-api/firmware/ |
| D | direct-fs-lookup.rst | 7 filesystem in the paths documented in the section 'Firmware search paths'. 12 It is recommended you keep /lib/firmware paths on your root filesystem,
|
| D | fw_search_path.rst | 2 Firmware search paths 5 The following search paths are used to look for firmware on your
|
| /Linux-v5.15/drivers/opp/ |
| D | of.c | 460 struct icc_path **paths; in dev_pm_opp_of_find_icc_paths() local 487 paths = kcalloc(num_paths, sizeof(*paths), GFP_KERNEL); in dev_pm_opp_of_find_icc_paths() 488 if (!paths) in dev_pm_opp_of_find_icc_paths() 492 paths[i] = of_icc_get_by_index(dev, i); in dev_pm_opp_of_find_icc_paths() 493 if (IS_ERR(paths[i])) { in dev_pm_opp_of_find_icc_paths() 494 ret = PTR_ERR(paths[i]); in dev_pm_opp_of_find_icc_paths() 504 opp_table->paths = paths; in dev_pm_opp_of_find_icc_paths() 511 icc_put(paths[i]); in dev_pm_opp_of_find_icc_paths() 513 kfree(paths); in dev_pm_opp_of_find_icc_paths()
|
| /Linux-v5.15/Documentation/devicetree/bindings/interconnect/ |
| D | interconnect.txt | 40 bandwidth requirements along interconnect paths they are connected to. There 42 multiple paths from different providers depending on use case and the 56 interconnect-names to match interconnect paths with interconnect
|
| /Linux-v5.15/tools/lib/subcmd/ |
| D | help.c | 209 char *paths, *path, *colon; in load_command_list() local 210 path = paths = strdup(env_path); in load_command_list() 221 free(paths); in load_command_list()
|
| /Linux-v5.15/drivers/md/ |
| D | dm-ps-round-robin.c | 32 static void free_paths(struct list_head *paths) in free_paths() argument 36 list_for_each_entry_safe(pi, next, paths, list) { in free_paths()
|
| /Linux-v5.15/Documentation/driver-api/ |
| D | interconnect.rst | 72 Interconnect consumers are the entities which make use of the data paths exposed 91 get paths between endpoints and set their bandwidth/latency/QoS requirements 92 for these interconnect paths. These interfaces are not currently
|