| /spdk/test/setup/ |
| H A D | devices.sh | 53 local found=0 63 found=1 66 ((found == 1))
|
| /spdk/module/bdev/compress/ |
| H A D | vbdev_compress_rpc.c | 34 bool found = false; in rpc_bdev_compress_get_orphans() local 53 found = true; in rpc_bdev_compress_get_orphans() 58 if (found) { in rpc_bdev_compress_get_orphans()
|
| /spdk/lib/ftl/utils/ |
| H A D | ftl_bitmap.c | 141 goto found; in ftl_bitmap_find_first() 148 goto found; in ftl_bitmap_find_first() 153 found: in ftl_bitmap_find_first()
|
| /spdk/doc/ |
| H A D | README.md | 3 The current version of the SPDK documentation can be found online at
|
| H A D | porting.md | 12 This DPDK implementation can be found in `lib/env_dpdk`.
|
| H A D | usdt.md | 5 We have found issues with the packaged bpftrace on both Ubuntu 20.04 161 descriptions); information on enums can be found in the applications .debug_info
|
| H A D | nvme_multipath.md | 22 Then the set of namespaces presented by that controller are discovered. For each namespace found, 60 For active-passive policy, each I/O channel for an NVMe bdev has a cache to store the first found
|
| H A D | system_configuration.md | 21 In these cases, users can build the `igb_uio` kernel module which can be found in dpdk-kmods reposi…
|
| /spdk/.github/ISSUE_TEMPLATE/ |
| H A D | intermittent_failure.md | 13 <!--- Name of the test can be found by last occurrence of: -->
|
| /spdk/scripts/env_dpdk/ |
| H A D | check_dpdk_pci_api.sh | 79 Differences in DPDK and internal SPDK headers found.
|
| H A D | README.md | 19 DPDK and report any differences found. This is used for testing of current and
|
| /spdk/module/sock/posix/ |
| H A D | posix.c | 568 bool found = false; in posix_fd_create() 616 found = true; in posix_sock_psk_find_session_server_cb() 620 if (found == false) { in posix_sock_psk_find_session_server_cb() 621 SPDK_ERRLOG("No suitable cipher found\n"); in posix_sock_psk_find_session_server_cb() 657 bool found = false; in posix_sock_psk_find_session_server_cb() 690 found = true; in posix_sock_psk_use_session_client_cb() 694 if (found == false) { in posix_sock_psk_use_session_client_cb() 695 SPDK_ERRLOG("No suitable cipher found\n"); in posix_sock_psk_use_session_client_cb() 1266 bool found; in _sock_check_zcopy() 1306 * non-match is found in _sock_check_zcopy() 584 bool found = false; posix_sock_psk_find_session_server_cb() local 673 bool found = false; posix_sock_psk_use_session_client_cb() local 1250 bool found; _sock_check_zcopy() local [all...] |
| /spdk/test/common/config/pkgdep/patches/dpdk/20.11/ |
| H A D | dpdk_qat.patch | 30 if dep.found()
|
| /spdk/lib/json/ |
| H A D | json_util.c | 316 bool found = false; in _json_decode_object() local 323 found = true; in _json_decode_object() 341 if (!relaxed && !found) { in _json_decode_object()
|
| /spdk/test/nvme/overhead/ |
| H A D | README | 22 on the first controller found by SPDK. If a different namespace is
|
| /spdk/scripts/vagrant/ |
| H A D | run-autorun.sh | 156 echo Conf file not found.
|
| /spdk/scripts/env_dpdk/22.11/ |
| H A D | 23.11-rte_bus_pci.h.patch | 24 - * Capability to be found, which can be any from 44 - * Capability to be found, which can be any from
|
| H A D | 23.11-rte_dev.h.patch | 39 * NULL if no device could be found (rte_errno is not set).
|
| /spdk/module/bdev/ocf/ |
| H A D | vbdev_ocf.c | 58 struct examining_bdev *entry, *safe, *found = NULL; in examine_done() local 62 if (found) { in examine_done() 65 found = entry; in examine_done() 70 assert(found); in examine_done() 74 TAILQ_REMOVE(&g_ocf_examining_bdevs_head, found, tailq); in examine_done() 75 free(found); in examine_done()
|
| /spdk/go/rpc/ |
| H A D | README.md | 47 found [here](../../examples/go/hello_gorpc)
|
| /spdk/test/unit/lib/nvmf/tcp.c/ |
| H A D | tcp_ut.c | 1343 bool found = false; in test_nvmf_tcp_tls_add_remove_credentials() 1379 found = true; 1383 CU_ASSERT(found == true); in test_nvmf_tcp_tls_generate_psk_id() 1384 found = false; in test_nvmf_tcp_tls_generate_psk_id() 1392 found = true; in test_nvmf_tcp_tls_generate_psk_id() 1396 CU_ASSERT(found == false); in test_nvmf_tcp_tls_generate_psk_id() 1305 bool found = false; test_nvmf_tcp_tls_add_remove_credentials() local
|
| /spdk/lib/event/ |
| H A D | app.c | 159 int rc, found = 0; in parse_proc_stat() 177 found = 1; in parse_proc_stat() 185 return found ? 0 : -1; in parse_proc_stat() 158 int rc, found = 0; parse_proc_stat() local
|
| /spdk/ |
| H A D | README.md | 114 Details on the Vagrant setup can be found in the 244 After completing the build process, SPDK target applications can be found in
|
| /spdk/module/sock/uring/ |
| H A D | uring.c | 1150 bool found; in _sock_check_zcopy() 1181 * non-match is found. in _sock_check_zcopy() 1184 found = false; in _sock_check_zcopy() 1193 found = true; in _sock_prep_errqueue() 1198 } else if (found) { in _sock_prep_errqueue() 1134 bool found; _sock_check_zcopy() local
|
| /spdk/test/unit/lib/bdev/raid/bdev_raid.c/ |
| H A D | bdev_raid_ut.c | 785 bool found; in verify_get_raids() 790 found = false; in verify_get_raids() 794 found = true; in verify_get_raids() 798 CU_ASSERT(found == true); in verify_get_raids() 784 bool found; verify_get_raids() local
|