Home
last modified time | relevance | path

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

123

/freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/
H A Dmediatek,mt8195-scpsys.yaml14 power management tasks. The tasks include MTCMOS power
/freebsd-14.2/sys/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.
H A Dwkup-m3-ipc.yaml15 (commonly referred to as Wakeup M3 or CM3) to help with various low power tasks
20 API to allow the SoC PM code to execute specific PM tasks.
/freebsd-14.2/sys/net/
H A Dif_epair.c125 int tasks; member
521 sc->num_queues = epair_tasks.tasks; in epair_alloc_sc()
847 epair_tasks.tasks = 0; in epair_mod_init()
869 epair_tasks.tasks++; in epair_mod_init()
882 epair_tasks.tasks = 1; in epair_mod_init()
892 for (int i = 0; i < epair_tasks.tasks; i++) { in epair_mod_cleanup()
/freebsd-14.2/sys/dev/hptrr/
H A Dhptrr_os_bsd.c239 if (vbus_ext->tasks==0) in os_schedule_task()
240 vbus_ext->tasks = task; in os_schedule_task()
242 OSM_TASK *t = vbus_ext->tasks; in os_schedule_task()
H A Dhptrr_osm_bsd.c386 OSM_TASK *tasks; in __hpt_do_tasks() local
388 tasks = vbus_ext->tasks; in __hpt_do_tasks()
389 vbus_ext->tasks = 0; in __hpt_do_tasks()
391 while (tasks) { in __hpt_do_tasks()
392 OSM_TASK *t = tasks; in __hpt_do_tasks()
393 tasks = t->next; in __hpt_do_tasks()
1117 if (vbus_ext->tasks) in hpt_final_init()
H A Dos_bsd.h178 OSM_TASK *tasks; member
/freebsd-14.2/sys/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.
H A Dqcom,fastrpc.yaml16 to offload tasks to the DSP and free up the application processor for
17 other tasks.
/freebsd-14.2/sys/dev/hptnr/
H A Dhptnr_os_bsd.c253 if (vbus_ext->tasks==0) in os_schedule_task()
254 vbus_ext->tasks = task; in os_schedule_task()
256 OSM_TASK *t = vbus_ext->tasks; in os_schedule_task()
H A Dhptnr_osm_bsd.c384 OSM_TASK *tasks; in __hpt_do_tasks() local
386 tasks = vbus_ext->tasks; in __hpt_do_tasks()
387 vbus_ext->tasks = 0; in __hpt_do_tasks()
389 while (tasks) { in __hpt_do_tasks()
390 OSM_TASK *t = tasks; in __hpt_do_tasks()
391 tasks = t->next; in __hpt_do_tasks()
1474 if (vbus_ext->tasks) in hpt_final_init()
H A Dos_bsd.h177 OSM_TASK *tasks; member
/freebsd-14.2/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c266 if (vbus_ext->tasks==0) in os_schedule_task()
267 vbus_ext->tasks = task; in os_schedule_task()
269 OSM_TASK *t = vbus_ext->tasks; in os_schedule_task()
H A Dhpt27xx_osm_bsd.c382 OSM_TASK *tasks; in __hpt_do_tasks() local
384 tasks = vbus_ext->tasks; in __hpt_do_tasks()
385 vbus_ext->tasks = 0; in __hpt_do_tasks()
387 while (tasks) { in __hpt_do_tasks()
388 OSM_TASK *t = tasks; in __hpt_do_tasks()
389 tasks = t->next; in __hpt_do_tasks()
1184 if (vbus_ext->tasks) in hpt_final_init()
H A Dos_bsd.h175 OSM_TASK *tasks; member
/freebsd-14.2/contrib/ntp/libntp/lib/isc/
H A Dtask.c146 LIST(isc__task_t) tasks;
166 #define FINISHED(m) ((m)->exiting && EMPTY((m)->tasks))
308 UNLINK(manager->tasks, task, link); in task_finished()
372 APPEND(manager->tasks, task, link); in isc__task_create()
1399 INIT_LIST(manager->tasks); in isc__taskmgr_create()
1516 for (task = HEAD(manager->tasks); in isc__taskmgr_destroy()
1546 if (!ISC_LIST_EMPTY(manager->tasks)) in isc__taskmgr_destroy()
1549 INSIST(ISC_LIST_EMPTY(manager->tasks)); in isc__taskmgr_destroy()
1775 task = ISC_LIST_HEAD(mgr->tasks); in isc_taskmgr_renderxml()
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/mediatek/
H A Dscpsys.txt5 related tasks in the system. The tasks include thermal measurement, dynamic
/freebsd-14.2/sys/contrib/device-tree/Bindings/timer/
H A Dstericsson-u300-apptimer.txt9 adopted for EPOC/Symbian with two specific IRQs for these tasks,
/freebsd-14.2/contrib/libfido2/.actions/
H A Dbuild-bsd34 tasks:
/freebsd-14.2/sys/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
/freebsd-14.2/crypto/openssl/doc/man3/
H A DSSL_CTX_config.pod20 complex tasks based on the contents of the configuration file: greatly
/freebsd-14.2/sys/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
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/fsl/
H A Drcpm.txt3 The RCPM performs all device-level tasks associated with device run control
/freebsd-14.2/stand/forth/
H A Dshortcuts.4th26 \ FICL words intended to be used as shortcuts for carrying out common tasks or

123