| /freebsd/sys/net80211/ |
| H A D | DEFERRED_WORK.md | 6 partially implemented as a set of deferred work tasks which are 15 tasks to be serialised into and run. This replaced the bulk 27 Initialising tasks currently just uses the FreeBSD taskqueue macros: 117 ### Deferred tasks versus data path and control path 119 There is no implicit synchronisation between deferred tasks, the control 120 path and the data path. Deferred tasks can and will run in parallel with 123 The goals of task deferral is to serialise these tasks between itself and other 124 tasks. This has the side effect of happening outside of all the locking 126 tasks themselves from having to use locks to serialise with the data/control 129 Thus, data path, control path and deferred tasks must still use the [all …]
|
| /freebsd/packages/periodic/ |
| H A D | periodic.ucl | 23 scheduling regular system maintenance tasks. This package also provides 24 the base periodic tasks for the base system.
|
| /freebsd/sys/dev/hptrr/ |
| H A D | hptrr_os_bsd.c | 239 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 D | hptrr_osm_bsd.c | 386 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 D | os_bsd.h | 178 OSM_TASK *tasks; member
|
| /freebsd/sys/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.
|
| /freebsd/sys/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.
|
| /freebsd/sys/net/ |
| H A D | if_epair.c | 135 int tasks; member 613 sc->num_queues = epair_tasks.tasks; in epair_alloc_sc() 947 epair_tasks.tasks = 0; in epair_mod_init() 969 epair_tasks.tasks++; in epair_mod_init() 982 epair_tasks.tasks = 1; in epair_mod_init() 992 for (int i = 0; i < epair_tasks.tasks; i++) { in epair_mod_cleanup()
|
| /freebsd/sys/dev/hptnr/ |
| H A D | hptnr_os_bsd.c | 253 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 D | hptnr_osm_bsd.c | 384 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 D | os_bsd.h | 177 OSM_TASK *tasks; member
|
| /freebsd/contrib/ntp/libntp/lib/isc/ |
| H A D | task.c | 146 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/sys/dev/hpt27xx/ |
| H A D | hpt27xx_os_bsd.c | 266 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 D | hpt27xx_osm_bsd.c | 382 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 D | os_bsd.h | 175 OSM_TASK *tasks; member
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/mediatek/ |
| H A D | scpsys.txt | 5 related tasks in the system. The tasks include thermal measurement, dynamic
|
| /freebsd/sys/contrib/device-tree/Bindings/timer/ |
| H A D | stericsson-u300-apptimer.txt | 9 adopted for EPOC/Symbian with two specific IRQs for these tasks,
|
| /freebsd/contrib/libfido2/.actions/ |
| H A D | build-bsd | 34 tasks:
|
| /freebsd/contrib/libyaml/ |
| H A D | .makefile | 14 # bootstrapping tasks need to get a Makefile first, then we use the Makefile to
|
| /freebsd/sys/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 | 5 is used to offload some of the processor-intensive tasks or algorithms, for
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_config.pod | 20 complex tasks based on the contents of the configuration file: greatly
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/fsl/ |
| H A D | rcpm.txt | 3 The RCPM performs all device-level tasks associated with device run control
|
| /freebsd/stand/forth/ |
| H A D | shortcuts.4th | 26 \ FICL words intended to be used as shortcuts for carrying out common tasks or
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/nintendo/ |
| H A D | gamecube.txt | 48 audio related tasks.
|