Searched refs:rop (Results 1 – 2 of 2) sorted by relevance
2524 redisOp *rop; in call() local2528 rop = &server.also_propagate.ops[j]; in call()2529 int target = rop->target; in call()2534 propagate(rop->cmd,rop->dbid,rop->argv,rop->argc,target); in call()
315 uint32_t rop; in emit_be2le_48() local320 rop = (imm == 64) ? EBPF_ALU64 : BPF_ALU; in emit_be2le_48()321 emit_rex(st, rop, 0, dreg); in emit_be2le_48()