Searched refs:id2 (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_ring_perf.c | 73 unsigned id1, id2; in get_two_hyperthreads() local 79 RTE_LCORE_FOREACH(id2) { in get_two_hyperthreads() 80 if (id1 == id2) in get_two_hyperthreads() 89 lcp->c2 = id2; in get_two_hyperthreads() 100 unsigned id1, id2; in get_two_cores() local 103 RTE_LCORE_FOREACH(id2) { in get_two_cores() 104 if (id1 == id2) in get_two_cores() 113 lcp->c2 = id2; in get_two_cores() 124 unsigned id1, id2; in get_two_sockets() local 128 if (id1 == id2) in get_two_sockets() [all …]
|
| /f-stack/app/redis-5.0.5/tests/unit/type/ |
| H A D | stream-cgroups.tcl | 76 set id2 [lindex $pending 1 0] 81 assert {$id eq $id2} 93 assert {[r XACK mystream mygroup $id1 $id2] eq 1} 154 set id2 [r XADD mystream * b 2] 179 r XDEL mystream $id2 181 r XCLAIM mystream mygroup client2 10 $id2 202 set id2 [r XADD mystream * b 2]
|
| H A D | stream.tcl | 66 set id2 [r XADD mystream * item 2 value b] 68 assert {[streamCompareID $id1 $id2] == -1} 69 assert {[streamCompareID $id2 $id3] == -1} 77 lassign [r exec] id1 id2 id3 78 assert {[streamCompareID $id1 $id2] == -1} 79 assert {[streamCompareID $id2 $id3] == -1}
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dummynet.c | 274 if (IS_IP6_FLOW_ID(id2)) in flow_id_cmp() 278 id1->src_ip == id2->src_ip && in flow_id_cmp() 281 id1->proto == id2->proto && in flow_id_cmp() 288 id1->dst_port == id2->dst_port && in flow_id_cmp() 289 id1->src_port == id2->src_port && in flow_id_cmp() 290 id1->proto == id2->proto && in flow_id_cmp() 291 id1->extra == id2->extra && in flow_id_cmp() 314 struct ipfw_flow_id *id2; in q_match() local 320 id2 = (struct ipfw_flow_id *)key; in q_match() 480 struct ipfw_flow_id *id2; in si_match() local [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | db.c | 1000 int dbSwapDatabases(int id1, int id2) { in dbSwapDatabases() argument 1002 id2 < 0 || id2 >= server.dbnum) return C_ERR; in dbSwapDatabases() 1003 if (id1 == id2) return C_OK; in dbSwapDatabases() 1005 redisDb *db1 = &server.db[id1], *db2 = &server.db[id2]; in dbSwapDatabases() 1034 long id1, id2; in swapdbCommand() local 1047 if (getLongFromObjectOrReply(c, c->argv[2], &id2, in swapdbCommand() 1052 if (dbSwapDatabases(id1,id2) == C_ERR) { in swapdbCommand()
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | sort.tcl | 76 foreach {id1 w1} $l1 {id2 w2} $l2 { 77 assert_equal $id1 $id2
|
| /f-stack/freebsd/net/ |
| H A D | bridgestp.c | 2007 bstp_same_bridgeid(uint64_t id1, uint64_t id2) in bstp_same_bridgeid() argument 2013 PV2ADDR(id2, addr2); in bstp_same_bridgeid()
|