Home
last modified time | relevance | path

Searched refs:id2 (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_ring_perf.c73 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 Dstream-cgroups.tcl76 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 Dstream.tcl66 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 Dip_dummynet.c274 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 Ddb.c1000 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 Dsort.tcl76 foreach {id1 w1} $l1 {id2 w2} $l2 {
77 assert_equal $id1 $id2
/f-stack/freebsd/net/
H A Dbridgestp.c2007 bstp_same_bridgeid(uint64_t id1, uint64_t id2) in bstp_same_bridgeid() argument
2013 PV2ADDR(id2, addr2); in bstp_same_bridgeid()