Searched refs:tasks (Results 1 – 13 of 13) sorted by relevance
404 task = &vq->tasks[task_idx]; in submit_inflight_vq() 421 task = &vq->tasks[desc_idx]; in submit_inflight_vq() 498 task = &vq->tasks[task_idx]; in process_vq() 519 task = &vq->tasks[desc_idx]; in process_vq() 566 vq->tasks = rte_zmalloc(NULL, in alloc_task_pool() 568 if (!vq->tasks) { in alloc_task_pool() 574 vq->tasks[j].req_idx = j; in alloc_task_pool() 575 vq->tasks[j].ctrlr = ctrlr; in alloc_task_pool() 576 vq->tasks[j].vq = vq; in alloc_task_pool() 589 rte_free(ctrlr->queues[i].tasks); in free_task_pool() [all...]
44 struct vhost_blk_task *tasks; member
25 * Scope of work: outline the various additional tasks planned for this library,
278 On embargo expiration, following tasks will be done simultaneously:
26 to do memory to memory tasks on data.
128 it is possible for the Linux scheduler to run other tasks on those cores.132 to isolate them from the general Linux scheduler tasks.
149 and add all which can be built to the list of tasks in the ninja build configuration file.
112 executes two tasks in time-sharing mode:
128 executes two tasks in time-sharing mode:
15 be done by software, freeing up CPU cycles for other tasks.
14 other tasks.
95 but using it also for other tasks may affect the performance and the latency
13 core libraries to perform their tasks. The ``rte_eal_cleanup()`` function34 Added MAC loopback support for i40e in order to support test tasks requested