| /f-stack/dpdk/examples/vhost_blk/ |
| H A D | vhost_blk.c | 405 task = &vq->tasks[task_idx]; in submit_inflight_vq() 422 task = &vq->tasks[desc_idx]; in submit_inflight_vq() 499 task = &vq->tasks[task_idx]; in process_vq() 520 task = &vq->tasks[desc_idx]; in process_vq() 574 vq->tasks = rte_zmalloc(NULL, in alloc_task_pool() 576 if (!vq->tasks) { in alloc_task_pool() 582 vq->tasks[j].req_idx = j; in alloc_task_pool() 583 vq->tasks[j].ctrlr = ctrlr; in alloc_task_pool() 584 vq->tasks[j].vq = vq; in alloc_task_pool() 597 rte_free(ctrlr->queues[i].tasks); in free_task_pool()
|
| H A D | vhost_blk.h | 44 struct vhost_blk_task *tasks; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/misc/ |
| H A D | qcom,fastrpc.txt | 6 to offload tasks to the DSP and free up the application processor for 7 other tasks.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/ti/ |
| H A D | wkup_m3_ipc.txt | 5 (commonly referred to as Wakeup M3 or CM3) to help with various low power tasks 10 API to allow the SoC PM code to execute specific PM tasks.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/timer/ |
| H A D | stericsson-u300-apptimer.txt | 9 adopted for EPOC/Symbian with two specific IRQs for these tasks,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/mediatek/ |
| H A D | scpsys.txt | 5 related tasks in the system. The tasks include thermal measurement, dynamic
|
| /f-stack/freebsd/contrib/device-tree/Bindings/firmware/ |
| H A D | intel,ixp4xx-network-processing-engine.yaml | 16 and crypto tasks. It also manages the MDIO bus to the ethernet PHYs
|
| H A D | nvidia,tegra186-bpmp.txt | 5 management, and reset control tasks from the CPU. The binding document
|
| /f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/ |
| H A D | wkup_m3_rproc.txt | 5 (commonly referred to as Wakeup M3 or CM3) to help with various low power tasks
|
| H A D | ti,davinci-rproc.txt | 8 is used to offload some of the processor-intensive tasks or algorithms, for
|
| H A D | ti,k3-dsp-rproc.yaml | 14 that are used to offload some of the processor-intensive tasks or algorithms,
|
| H A D | ti,keystone-rproc.txt | 5 sub-systems that are used to offload some of the processor-intensive tasks or
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/ |
| H A D | rcpm.txt | 3 The RCPM performs all device-level tasks associated with device run control
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/nintendo/ |
| H A D | gamecube.txt | 48 audio related tasks.
|
| H A D | wii.txt | 59 audio related tasks.
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/ |
| H A D | fm_port.c | 373 && ((!p_FmPort->tasks.num) in CheckInitParameters() 374 || (p_FmPort->tasks.num > MAX_NUM_OF_TASKS))) in CheckInitParameters() 378 && (p_FmPort->tasks.extra > MAX_NUM_OF_EXTRA_TASKS)) in CheckInitParameters() 723 (uint8_t)p_FmPort->tasks.num; in InitLowLevelDriver() 2032 (uint8_t)p_FmPort->tasks.extra; in FmPortGetSetCcParams() 2663 fmParams.numOfTasks = (uint8_t)p_FmPort->tasks.num; in FM_PORT_Init() 2664 fmParams.numOfExtraTasks = (uint8_t)p_FmPort->tasks.extra; in FM_PORT_Init() 2836 memcpy(&p_FmPort->tasks, p_NumOfTasks, sizeof(t_FmPortRsrc)); in FM_PORT_ConfigNumOfTasks() 3414 memcpy(&p_FmPort->tasks, p_NumOfTasks, sizeof(t_FmPortRsrc)); in FM_PORT_SetNumOfTasks() 3852 currParams.taskCompVal = (uint8_t)p_FmPort->tasks.num; in FM_PORT_AnalyzePerformanceParams() [all …]
|
| H A D | fm_port.h | 931 t_FmPortRsrc tasks; member
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | pipeline.rst | 112 executes two tasks in time-sharing mode:
|
| H A D | l3_forward_access_ctrl.rst | 195 - Perform the following tasks: 221 * **Final Phase** - Perform the following tasks:
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | qcom,ipa.yaml | 14 certain network processing tasks (e.g. filtering, routing, and NAT) from
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 8017 int tasks; local 8022 tasks = spa->spa_async_tasks; 8029 if (tasks & SPA_ASYNC_CONFIG_UPDATE) { 8059 if (tasks & SPA_ASYNC_REMOVE) { 8078 if (tasks & SPA_ASYNC_PROBE) { 8087 if (tasks & SPA_ASYNC_RESILVER_DONE || 8088 tasks & SPA_ASYNC_REBUILD_DONE) { 8095 if (tasks & SPA_ASYNC_RESILVER && 8109 if (tasks & SPA_ASYNC_TRIM_RESTART) { 8128 if (tasks & SPA_ASYNC_L2CACHE_TRIM) { [all …]
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | env_abstraction_layer.rst | 566 "EAL pthreads" are created and managed by EAL and execute the tasks issued by *remote_launch*. 629 Those threads can be used for management/infrastructure tasks and are used 724 echo $t0 > /sys/fs/cgroup/cpu/pkt_io/tasks 725 echo $t0 > /sys/fs/cgroup/cpuset/pkt_io/tasks 727 echo $t1 > /sys/fs/cgroup/cpu/pkt_io/tasks 728 echo $t1 > /sys/fs/cgroup/cpuset/pkt_io/tasks
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | build_dpdk.rst | 109 and add all which can be built to the list of tasks in the ninja build configuration file.
|
| H A D | enable_func.rst | 144 it is possible for the Linux scheduler to run other tasks on those cores also.
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_18_02.rst | 50 core libraries to perform their tasks. The ``rte_eal_cleanup()`` function 71 Added MAC loopback support for i40e in order to support test tasks requested
|