Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 38) sorted by relevance

12

/spdk/test/setup/
H A Ddevices.sh53 local found=0
63 found=1
66 ((found == 1))
/spdk/module/bdev/compress/
H A Dvbdev_compress_rpc.c34 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 Dftl_bitmap.c141 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 DREADME.md3 The current version of the SPDK documentation can be found online at
H A Dporting.md12 This DPDK implementation can be found in `lib/env_dpdk`.
H A Dusdt.md5 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 Dnvme_multipath.md22 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 Dsystem_configuration.md21 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 Dintermittent_failure.md13 <!--- Name of the test can be found by last occurrence of: -->
/spdk/scripts/env_dpdk/
H A Dcheck_dpdk_pci_api.sh79 Differences in DPDK and internal SPDK headers found.
H A DREADME.md19 DPDK and report any differences found. This is used for testing of current and
/spdk/module/sock/posix/
H A Dposix.c568 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 Ddpdk_qat.patch30 if dep.found()
/spdk/lib/json/
H A Djson_util.c316 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 DREADME22 on the first controller found by SPDK. If a different namespace is
/spdk/scripts/vagrant/
H A Drun-autorun.sh156 echo Conf file not found.
/spdk/scripts/env_dpdk/22.11/
H A D23.11-rte_bus_pci.h.patch24 - * Capability to be found, which can be any from
44 - * Capability to be found, which can be any from
H A D23.11-rte_dev.h.patch39 * NULL if no device could be found (rte_errno is not set).
/spdk/module/bdev/ocf/
H A Dvbdev_ocf.c58 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 DREADME.md47 found [here](../../examples/go/hello_gorpc)
/spdk/test/unit/lib/nvmf/tcp.c/
H A Dtcp_ut.c1343 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 Dapp.c159 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 DREADME.md114 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 During.c1150 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 Dbdev_raid_ut.c785 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

12