| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal_memalloc.c | 181 bool exact; member 207 if (wa->exact) { in alloc_seg_walk() 246 if (!wa->exact) in alloc_seg_walk() 317 size_t page_sz, int socket, bool exact) in eal_memalloc_alloc_seg_bulk() argument 344 wa.exact = exact; in eal_memalloc_alloc_seg_bulk()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | sfc_efx.rst | 154 of destination address, EtherType in the outer frame and exact match of 158 - VLAN (exact match of VID, double-tagging is supported) 160 - IPV4 (exact match of source/destination addresses, 163 - IPV6 (exact match of source/destination addresses, 166 - TCP (exact match of source/destination ports) 168 - UDP (exact match of source/destination ports) 170 - VXLAN (exact match of VXLAN network identifier) 175 - NVGRE (exact match of virtual subnet ID) 215 - VXLAN (exact match of VXLAN network identifier) 217 - GENEVE (exact match of virtual network identifier) [all …]
|
| H A D | mvpp2.rst | 416 operate in either exact or maskable mode. 421 * exact, otherwise, i.e for keys bigger than 8 bytes. 449 via flow rules are respected. In case of exact match mode, masks 450 which do not provide exact matching (all bits masked) are ignored. 493 In this case key size is 10 bytes thus exact type is selected. 503 * For IPv4 exact match type the key size must be up to 12 bytes. 504 * For IPv6 exact match type the key size must be up to 36 bytes. 506 if they were exact):
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http.c | 645 clcf = lq->exact ? lq->exact : lq->inclusive; in ngx_http_merge_locations() 702 clcf = lq->exact ? lq->exact : lq->inclusive; in ngx_http_init_locations() 756 *(clcfp++) = lq->exact; in ngx_http_init_locations() 820 clcf = lq->exact ? lq->exact : lq->inclusive; in ngx_http_init_static_location_trees() 869 lq->exact = clcf; in ngx_http_add_location() 873 lq->exact = NULL; in ngx_http_add_location() 899 first = lq1->exact ? lq1->exact : lq1->inclusive; in ngx_http_cmp_locations() 900 second = lq2->exact ? lq2->exact : lq2->inclusive; in ngx_http_cmp_locations() 981 if ((lq->exact && lx->exact) || (lq->inclusive && lx->inclusive)) { in ngx_http_join_exact_locations() 1090 node->exact = lq->exact; in ngx_http_create_locations_tree() [all …]
|
| H A D | ngx_http_core_module.h | 449 ngx_http_core_loc_conf_t *exact; member 463 ngx_http_core_loc_conf_t *exact; member
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | geo.tcl | 31 if {[lsearch -exact $List2 $Item] == -1} { 36 if {[lsearch -exact $List1 $Item] == -1} { 37 if {[lsearch -exact $DiffList $Item] == -1} { 293 if {[lsearch -exact $res2 $place] != -1} {
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | cdns,xtensa-mx.txt | 6 Remaining properties have exact same meaning as in Xtensa PIC
|
| H A D | intel,ixp4xx-interrupt.yaml | 16 The exact number of interrupts is determined from the compatible
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_memalloc.h | 29 int socket, bool exact);
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal_memalloc.c | 16 int __rte_unused socket, bool __rte_unused exact) in eal_memalloc_alloc_seg_bulk() argument
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ti/ |
| H A D | k3.txt | 10 Each device tree root node must specify which exact SoC in K3 Multicore SoC
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | pwm-clock.txt | 17 is not exact but was rounded to nanoseconds.
|
| /f-stack/app/redis-5.0.5/tests/support/ |
| H A D | redis.tcl | 204 switch -exact -- $type { 242 switch -exact -- [string index $line 0] {
|
| H A D | cluster.tcl | 224 if {[lsearch -exact $::redis_cluster::plain_commands $cmd] != -1} { 229 switch -exact $cmd {
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | snow.txt | 17 MAX98091 or MAX98095 CODEC (exact device type is indicated by the compatible
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_memalloc.c | 789 bool exact; member 816 if (wa->exact) { in alloc_seg_walk() 881 if (!wa->exact) in alloc_seg_walk() 991 int socket, bool exact) in eal_memalloc_alloc_seg_bulk() argument 1031 wa.exact = exact; in eal_memalloc_alloc_seg_bulk()
|
| /f-stack/app/redis-5.0.5/tests/cluster/ |
| H A D | cluster.tcl | 33 expr {[lsearch -exact [dict get $node flags] $flag] != -1}
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ |
| H A D | ingenic,dma.yaml | 46 for the client. Otherwise, the exact channel specified will be used.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pwm/ |
| H A D | pwm.txt | 16 PWM properties should be named "pwms". The exact meaning of each pwms
|
| /f-stack/app/redis-5.0.5/tests/ |
| H A D | test_helper.tcl | 322 set ::active_servers [lsearch -all -inline -not -exact $::active_servers $data] 360 [lsearch -all -inline -not -exact $::active_clients $fd]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/ |
| H A D | zfs_create.cfg | 63 # The volume with the exact size must exist in the "size" array above
|
| /f-stack/app/redis-5.0.5/tests/integration/ |
| H A D | psync2.tcl | 56 if {[lsearch -exact $used $slave_id] == -1} break
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-pxa-pci-ce4100.txt | 12 of the specific I2C controller. This were his exact words:
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | sdm845-cheza-r1.dts | 21 * NOTE: Technically pp3500_a is not the exact same signal as
|
| H A D | sdm845-cheza-r2.dts | 21 * NOTE: Technically pp3500_a is not the exact same signal as
|