Searched refs:prv (Results 1 – 3 of 3) sorted by relevance
191 redisReadTask *cur, *prv; in moveToNextTask() local200 prv = &(r->rstack[r->ridx-1]); in moveToNextTask()201 assert(prv->type == REDIS_REPLY_ARRAY); in moveToNextTask()202 if (cur->idx == prv->elements-1) { in moveToNextTask()206 assert(cur->idx < prv->elements); in moveToNextTask()
54 struct virtual_ethdev_private *prv = eth_dev->data->dev_private; in virtual_ethdev_stop() local58 while (rte_ring_dequeue(prv->rx_queue, &pkt) != -ENOENT) in virtual_ethdev_stop()61 while (rte_ring_dequeue(prv->tx_queue, &pkt) != -ENOENT) in virtual_ethdev_stop()
2427 mchunkptr prv = prev_chunk(p); local2428 assert(next_chunk(prv) == p);2429 do_check_free_chunk(av, prv);