Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/ntp/lib/isc/
H A Dtaskpool.c38 isc_task_t ** tasks; member
60 if (pool->tasks == NULL) { in alloc_pool()
65 pool->tasks[i] = NULL; in alloc_pool()
137 newpool->tasks[i] = pool->tasks[i]; in isc_taskpool_expand()
138 pool->tasks[i] = NULL; in isc_taskpool_expand()
144 &newpool->tasks[i]); in isc_taskpool_expand()
166 if (pool->tasks[i] != NULL) in isc_taskpool_destroy()
167 isc_task_detach(&pool->tasks[i]); in isc_taskpool_destroy()
169 isc_mem_put(pool->mctx, pool->tasks, in isc_taskpool_destroy()
182 if (pool->tasks[i] != NULL) in isc_taskpool_setprivilege()
[all …]
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-13.1/contrib/apr-util/misc/
H A Dapr_thread_pool.c70 struct apr_thread_pool_tasks *tasks; member
102 me->tasks = apr_palloc(me->pool, sizeof(*me->tasks)); in thread_pool_construct()
103 if (!me->tasks) { in thread_pool_construct()
106 APR_RING_INIT(me->tasks, apr_thread_pool_task, link); in thread_pool_construct()
175 task = APR_RING_FIRST(me->tasks); in pop_task()
182 if (me->task_idx[seg] == APR_RING_SENTINEL(me->tasks, in pop_task()
449 assert(APR_RING_SENTINEL(me->tasks, apr_thread_pool_task, link) != in add_if_empty()
469 APR_RING_INSERT_TAIL(me->tasks, t, apr_thread_pool_task, link); in add_if_empty()
551 while (APR_RING_SENTINEL(me->tasks, apr_thread_pool_task, link) != in add_task()
637 t_loc = APR_RING_FIRST(me->tasks); in remove_tasks()
[all …]
/freebsd-13.1/sys/net/
H A Dif_epair.c125 int tasks; member
530 sca->num_queues = epair_tasks.tasks; in epair_clone_create()
551 scb->num_queues = epair_tasks.tasks; in epair_clone_create()
791 epair_tasks.tasks = 0; in epair_mod_init()
815 epair_tasks.tasks++; in epair_mod_init()
825 epair_tasks.tasks = 1; in epair_mod_init()
835 for (int i = 0; i < epair_tasks.tasks; i++) { in epair_mod_cleanup()
/freebsd-13.1/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.
/freebsd-13.1/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.
/freebsd-13.1/sys/dev/hptrr/
H A Dhptrr_os_bsd.c241 if (vbus_ext->tasks==0) in os_schedule_task()
242 vbus_ext->tasks = task; in os_schedule_task()
244 OSM_TASK *t = vbus_ext->tasks; in os_schedule_task()
H A Dhptrr_osm_bsd.c388 OSM_TASK *tasks; in __hpt_do_tasks() local
390 tasks = vbus_ext->tasks; in __hpt_do_tasks()
391 vbus_ext->tasks = 0; in __hpt_do_tasks()
393 while (tasks) { in __hpt_do_tasks()
394 OSM_TASK *t = tasks; in __hpt_do_tasks()
395 tasks = t->next; in __hpt_do_tasks()
1122 if (vbus_ext->tasks) in hpt_final_init()
H A Dos_bsd.h180 OSM_TASK *tasks; member
/freebsd-13.1/sys/dev/hptnr/
H A Dhptnr_os_bsd.c255 if (vbus_ext->tasks==0) in os_schedule_task()
256 vbus_ext->tasks = task; in os_schedule_task()
258 OSM_TASK *t = vbus_ext->tasks; in os_schedule_task()
H A Dhptnr_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()
1475 if (vbus_ext->tasks) in hpt_final_init()
H A Dos_bsd.h179 OSM_TASK *tasks; member
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dbatch_fsync.c498 int tasks = 0; in svn_fs_x__batch_fsync_run() local
549 tasks++; in svn_fs_x__batch_fsync_run()
566 tasks)); in svn_fs_x__batch_fsync_run()
/freebsd-13.1/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c268 if (vbus_ext->tasks==0) in os_schedule_task()
269 vbus_ext->tasks = task; in os_schedule_task()
271 OSM_TASK *t = vbus_ext->tasks; in os_schedule_task()
H A Dhpt27xx_osm_bsd.c387 OSM_TASK *tasks; in __hpt_do_tasks() local
389 tasks = vbus_ext->tasks; in __hpt_do_tasks()
390 vbus_ext->tasks = 0; in __hpt_do_tasks()
392 while (tasks) { in __hpt_do_tasks()
393 OSM_TASK *t = tasks; in __hpt_do_tasks()
394 tasks = t->next; in __hpt_do_tasks()
1192 if (vbus_ext->tasks) in hpt_final_init()
H A Dos_bsd.h177 OSM_TASK *tasks; member
/freebsd-13.1/sys/contrib/device-tree/Bindings/soc/mediatek/
H A Dscpsys.txt5 related tasks in the system. The tasks include thermal measurement, dynamic
/freebsd-13.1/sys/contrib/device-tree/Bindings/timer/
H A Dstericsson-u300-apptimer.txt9 adopted for EPOC/Symbian with two specific IRQs for these tasks,
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DDocumentation.md9 * [CookBook](CookBook.md) -- recipes for doing various tasks using Google Mock.
/freebsd-13.1/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-13.1/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-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_config.pod22 complex tasks based on the contents of the configuration file: greatly
/freebsd-13.1/
H A DREADME.md73 tools Utilities for regression testing and miscellaneous tasks.
H A DREADME71 tools Utilities for regression testing and miscellaneous tasks.

123