Home
last modified time | relevance | path

Searched refs:match (Results 1 – 24 of 24) sorted by relevance

/spdk/test/spdkcli/
H A Dvhost.sh56 $rootdir/test/app/match/match $testdir/match_files/spdkcli_details_lvs.test.match
88 $rootdir/test/app/match/match $testdir/match_files/spdkcli_details_vhost_target.test.match
92 $rootdir/test/app/match/match $testdir/match_files/spdkcli_details_vhost.test.match
96 $rootdir/test/app/match/match $testdir/match_files/spdkcli_details_vhost_ctrl.test.match
H A Dcommon.sh45 $rootdir/test/app/match/match $testdir/match_files/${MATCH_FILE}.match
/spdk/scripts/perf/pm/
H A Dcollect-vmstat35 local match="" data node hp hps
39 match+="|MemAvailable"
40 match+="|Shmem"
41 match+="|HugePages_(Total|Free)"
42 match+="|Hugepagesize"
44 data=($(grep -E "^($match):" /proc/meminfo | awk '{print $2}'))
/spdk/scripts/bpf/
H A Dgen.py38 match = regex.match(line)
39 if match is not None:
40 ptype, function = match.groups()
H A Dtrace.py93 match = regex.match(line)
94 if match is None:
96 name, args = match.groups()
115 for match in regex.finditer(file.read()):
116 nargs, name = match.group(1), match.group(2)
/spdk/test/blobstore/
H A Dblobstore.sh27 $rootdir/test/app/match/match -v $testdir/btest.out.match
H A Dbtest.out.match2 [ DPDK EAL parameters: blobcli --no-shconf -c 0x1 --log-level=lib.eal:6 --log-level=lib.cryptodev:5 --log-level=user1:6 --iova-mode=pa --base-virtaddr=0x200000000000 --match-allocations --file-prefix=spdk_pid1641656 ]
/spdk/scripts/
H A Dgenconfig.py16 m = assign.match(arg)
27 if not comment.match(line):
28 m = assign.match(line)
H A Dsync_dev_uevents.sh16 UEVENT_ACTION - uevent action to match on - ${UEVENT_ACTION:-add}
18 DEVPATH_SUBSYSTEM - subsystem given dev should match in DEVPATH
H A Drxe_cfg_small.sh309 IFS= read -r match < <(
/spdk/test/app/match/
H A Dmatch138 match($mfile, $ofile, $ifile);
187 sub match { subroutine
251 match($mfile, $ofile);
/spdk/scripts/env_dpdk/
H A DREADME.md45 Please note that the directories should match only the first DPDK version that modified the API.
/spdk/doc/
H A Dnvme_multipath.md23 the NVMe bdev module attempts to match it with an existing NVMe bdev. If it finds a match, it adds
24 the given namespace as an alternate path. If it does not find a match, it creates a new NVMe bdev.
H A Dcontainers.md69 --base-virtaddr=0x200000000000 --match-allocations --file-prefix=spdk0 --proc-type=auto ]
H A Dscheduler.md36 load. Only CPU cores that match the application cpu_mask may be modified. The
H A Dbackporting.md35 * if the code was modified heavily, then the body of the message should match that.
H A Dsma.md177 the protocol shall match the type specified in `CreateDeviceRequest.params`
H A Dtwo.min.js54 a,!0)},path:function(a){var c=a.getAttribute("d"),f=new p.Anchor,e,g,n=!1,t=!1,y=c.match(/[a-df-z][…
64 …e");d.isNull(m)&&(m=(c=l?l.match(/stop\-color\:\s?([\#a-fA-F0-9]*)/):!1)&&1<c.length?c[1]:void 0);…
65 …ttribute("stop-opacity"),z=k.getAttribute("style");d.isNull(B)&&(B=(k=z?z.match(/stop\-color\:\s?(…
66 !1)&&1<k.length?k[1]:void 0);d.isNull(l)&&(l=(k=z?z.match(/stop\-opacity\:\s?([0-9\.\-]*)/):!1)&&1<…
/spdk/test/json_config/
H A Djson_config.sh83 Expected events did not match.
/spdk/lib/util/
H A Ddif.c497 bool match; in spdk_dif_ctx_init()
502 match = (_ref_tag == (ref_tag & REFTAG_MASK_16)); in spdk_dif_ctx_init()
504 match = (_ref_tag == ref_tag); in spdk_dif_ctx_init()
506 match = (_ref_tag == (ref_tag & REFTAG_MASK_64)); in spdk_dif_ctx_init()
509 return match; in spdk_dif_ctx_init()
437 bool match; _dif_reftag_match() local
/spdk/proto/
H A Dsma.proto203 // subsystem). The type of volume doesn't need to match the type of device
/spdk/scripts/vagrant/
H A DVagrantfile182 elsif !nvme_namespaces[index].nil? && !nvme_namespaces[index].match(/^[0-9]+$/)
/spdk/lib/nvme/
H A Dnvme_opal.c455 uint8_t match) in opal_response_token_matches() argument
459 token->pos[0] != match) { in opal_response_token_matches()
/spdk/scripts/perf/nvmf/
H A Drun_nvmf.py89 if not re.match(r'^[A-Za-z0-9\-]+$', name):