| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_zset.c | 167 x->level[i].forward = update[i]->level[i].forward; in zslInsert() 181 if (x->level[0].forward) in zslInsert() 195 update[i]->level[i].forward = x->level[i].forward; in zslDeleteNode() 235 x = x->level[0].forward; in zslDelete() 278 x = x->level[0].forward; in zslUpdateScore() 285 (x->level[0].forward == NULL || x->level[0].forward->score > newscore)) in zslUpdateScore() 345 x = x->level[0].forward; in zslFirstInRange() 397 x = x->level[0].forward; in zslDeleteRangeByScore() 428 x = x->level[0].forward; in zslDeleteRangeByLex() 459 x = x->level[0].forward; in zslDeleteRangeByRank() [all …]
|
| H A D | defrag.c | 193 if (update[i]->level[i].forward == oldnode) in zslUpdateNode() 194 update[i]->level[i].forward = newnode; in zslUpdateNode() 197 if (newnode->level[0].forward) { in zslUpdateNode() 198 serverAssert(newnode->level[0].forward->backward==oldnode); in zslUpdateNode() 199 newnode->level[0].forward->backward = newnode; in zslUpdateNode() 222 while (x->level[i].forward && in zslDefrag() 226 (x->level[i].forward->score < score || in zslDefrag() 227 (x->level[i].forward->score == score && in zslDefrag() 228 sdscmp(x->level[i].forward->ele,ele) < 0))) in zslDefrag() 229 x = x->level[i].forward; in zslDefrag() [all …]
|
| H A D | listpack.c | 761 int forward = 1; /* Seek forward by default. */ in lpSeek() local 775 forward = 0; in lpSeek() 783 if (index < 0) forward = 0; in lpSeek() 787 if (forward) { in lpSeek()
|
| H A D | quicklist.c | 305 quicklistNode *forward = quicklist->head; in __quicklistCompress() local 310 quicklistDecompressNode(forward); in __quicklistCompress() 313 if (forward == node || reverse == node) in __quicklistCompress() 316 if (forward == reverse) in __quicklistCompress() 319 forward = forward->next; in __quicklistCompress() 328 quicklistCompressNode(forward); in __quicklistCompress() 1230 int forward = idx < 0 ? 0 : 1; /* < 0 -> reverse, 0+ -> forward */ in quicklistIndex() local 1235 if (!forward) { in quicklistIndex() 1253 n = forward ? n->next : n->prev; in quicklistIndex() 1264 if (forward) { in quicklistIndex() [all …]
|
| H A D | sort.c | 413 ln = zsl->header->level[0].forward; in sortCommand() 425 ln = desc ? ln->backward : ln->level[0].forward; in sortCommand()
|
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_mod.c | 61 .forward = ipsec4_forward, 82 .forward = ipsec6_forward,
|
| H A D | ipsec_support.h | 50 int (*forward)(struct mbuf *); member 128 (*(proto ## _ipsec_support)->methods->forward)(m)
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | kni.rst | 21 application, and DPDK application may forward packets to a physical NIC 24 To forward any traffic from physical NIC to the Linux networking stack, 26 and forward between two. 167 +++++++++++++++ Accumulated forward statistics for all ports+++++++++++++++
|
| H A D | build_and_test.rst | 13 purpose is to forward packets between Ethernet ports on a network interface and
|
| H A D | ipn3ke.rst | 91 …1:00.3|0000:b5:00.0|0000:b5:00.1|0000:b5:00.2|0000:b5:00.3}' -- -i --no-numa --forward-mode=macswap
|
| /f-stack/dpdk/doc/guides/regexdevs/features/ |
| H A D | default.ini | 16 PCRE forward reference =
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/btree_test/ |
| H A D | btree_test.c | 95 boolean_t forward = count % 2 == 0 ? B_TRUE : B_FALSE; in verify_contents() local 99 if (forward == B_TRUE) { in verify_contents() 109 if (forward == B_TRUE) { in verify_contents()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/gyroscope/ |
| H A D | invensense,mpu3050.txt | 18 - The MPU-3050 will pass through and forward the I2C signals from the
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | abi_policy.rst | 148 :ref:`abi_versioning`, with :ref:`forward-only <forward-only>` compatibility 155 - No backward or forward compatibility is offered for API changes marked as 183 Note that forward-only compatibility is offered for those changes made 240 :ref:`note on forward-only compatibility<forward-only>`.
|
| /f-stack/tools/libxo/tests/gettext/ |
| H A D | gt_01.pot | 39 msgid "Unable to {:verb} forward velociping"
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_options.c | 108 int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; in ip_dooptions() local 271 forward = !IN_MULTICAST(ntohl(ip->ip_dst.s_addr)); in ip_dooptions() 383 if (forward && V_ipforwarding) { in ip_dooptions()
|
| /f-stack/dpdk/doc/guides/regexdevs/ |
| H A D | features_overview.rst | 27 PCRE forward reference
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-kmem.m4 | 36 dnl # makes finding memory leaks pretty straight forward.
|
| /f-stack/tools/libxo/tests/gettext/po/pig_latin/ |
| H A D | gt_01.po | 41 msgid "Unable to {:verb} forward velociping"
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/ |
| H A D | st-sensors.txt | 3 The STMicroelectronics sensor devices are pretty straight-forward I2C or
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | testeventdev.rst | 105 Perform forward latency measurement. 314 #. Measure the latency to forward an event. 362 updates the number of cycles to forward a packet. The application uses this 363 value to compute the average latency to a forward packet. 429 #. Measure the latency to forward an event.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | vhost.rst | 22 default forwarding mode (io forward), those packets will be put into 123 packet should forward to or need send to external, which bases on the
|
| H A D | l2_forward_real_virtual.rst | 25 ports 1 and 2 forward into each other, and ports 3 and 4 forward into each other. 117 per lcore, to forward RX traffic of ports 0 & 1 on ports 2 & 3 respectively and
|
| H A D | l2_forward_crypto.rst | 21 ports 0 and 1 forward into each other, and ports 2 and 3 forward into each other. 186 The L2 forward with Crypto application demonstrates the performance of a crypto operation
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | pvp_reference_benchmark.rst | 129 --nb-cores=4 --forward-mode=io 337 --portmask=3 --forward-mode=macswap --port-topology=chained \
|