Home
last modified time | relevance | path

Searched refs:tasks (Results 1 – 25 of 37) sorted by relevance

12

/f-stack/dpdk/examples/vhost_blk/
H A Dvhost_blk.c405 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 Dvhost_blk.h44 struct vhost_blk_task *tasks; member
/f-stack/freebsd/contrib/device-tree/Bindings/misc/
H A Dqcom,fastrpc.txt6 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 Dwkup_m3_ipc.txt5 (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 Dstericsson-u300-apptimer.txt9 adopted for EPOC/Symbian with two specific IRQs for these tasks,
/f-stack/freebsd/contrib/device-tree/Bindings/soc/mediatek/
H A Dscpsys.txt5 related tasks in the system. The tasks include thermal measurement, dynamic
/f-stack/freebsd/contrib/device-tree/Bindings/firmware/
H A Dintel,ixp4xx-network-processing-engine.yaml16 and crypto tasks. It also manages the MDIO bus to the ethernet PHYs
H A Dnvidia,tegra186-bpmp.txt5 management, and reset control tasks from the CPU. The binding document
/f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/
H A Dwkup_m3_rproc.txt5 (commonly referred to as Wakeup M3 or CM3) to help with various low power tasks
H A Dti,davinci-rproc.txt8 is used to offload some of the processor-intensive tasks or algorithms, for
H A Dti,k3-dsp-rproc.yaml14 that are used to offload some of the processor-intensive tasks or algorithms,
H A Dti,keystone-rproc.txt5 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 Drcpm.txt3 The RCPM performs all device-level tasks associated with device run control
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/nintendo/
H A Dgamecube.txt48 audio related tasks.
H A Dwii.txt59 audio related tasks.
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c373 && ((!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 Dfm_port.h931 t_FmPortRsrc tasks; member
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dpipeline.rst112 executes two tasks in time-sharing mode:
H A Dl3_forward_access_ctrl.rst195 - Perform the following tasks:
221 * **Final Phase** - Perform the following tasks:
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dqcom,ipa.yaml14 certain network processing tasks (e.g. filtering, routing, and NAT) from
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c8017 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 Denv_abstraction_layer.rst566 "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 Dbuild_dpdk.rst109 and add all which can be built to the list of tasks in the ninja build configuration file.
H A Denable_func.rst144 it is possible for the Linux scheduler to run other tasks on those cores also.
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_02.rst50 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

12