| /freebsd-12.1/contrib/ntp/lib/isc/ |
| H A D | taskpool.c | 38 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 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-12.1/contrib/apr-util/misc/ |
| H A D | apr_thread_pool.c | 70 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-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | TaskPool.h | 44 template <typename... T> static void RunTasks(T &&... tasks); 66 template <typename... T> void TaskPool::RunTasks(T &&... tasks) { in RunTasks() argument 67 RunTaskImpl<T...>::Run(std::forward<T>(tasks)...); in RunTasks()
|
| /freebsd-12.1/sys/dev/hptrr/ |
| H A D | hptrr_os_bsd.c | 241 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 D | hptrr_osm_bsd.c | 388 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 D | os_bsd.h | 180 OSM_TASK *tasks; member
|
| /freebsd-12.1/sys/dev/hptnr/ |
| H A D | hptnr_os_bsd.c | 255 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 D | hptnr_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() 1475 if (vbus_ext->tasks) in hpt_final_init()
|
| H A D | os_bsd.h | 179 OSM_TASK *tasks; member
|
| /freebsd-12.1/sys/dev/hpt27xx/ |
| H A D | hpt27xx_os_bsd.c | 274 if (vbus_ext->tasks==0) in os_schedule_task() 275 vbus_ext->tasks = task; in os_schedule_task() 277 OSM_TASK *t = vbus_ext->tasks; in os_schedule_task()
|
| H A D | hpt27xx_osm_bsd.c | 389 OSM_TASK *tasks; in __hpt_do_tasks() local 391 tasks = vbus_ext->tasks; in __hpt_do_tasks() 392 vbus_ext->tasks = 0; in __hpt_do_tasks() 394 while (tasks) { in __hpt_do_tasks() 395 OSM_TASK *t = tasks; in __hpt_do_tasks() 396 tasks = t->next; in __hpt_do_tasks() 1293 if (vbus_ext->tasks) in hpt_final_init()
|
| H A D | os_bsd.h | 179 OSM_TASK *tasks; member
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | batch_fsync.c | 498 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-12.1/contrib/googletest/googlemock/docs/ |
| H A D | Documentation.md | 9 * [CookBook](CookBook.md) -- recipes for doing various tasks using Google Mock.
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_config.pod | 22 complex tasks based on the contents of the configuration file: greatly
|
| H A D | ASYNC_WAIT_CTX_new.pod | 100 perform other tasks or wait for the job to be ready by calling "select" or other
|
| /freebsd-12.1/ |
| H A D | README | 70 tools Utilities for regression testing and miscellaneous tasks.
|
| H A D | README.md | 72 tools Utilities for regression testing and miscellaneous tasks.
|
| /freebsd-12.1/stand/forth/ |
| H A D | shortcuts.4th | 27 \ FICL words intended to be used as shortcuts for carrying out common tasks or
|
| /freebsd-12.1/sys/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 …]
|
| /freebsd-12.1/crypto/openssl/doc/man7/ |
| H A D | RAND.pod | 11 unpredictability for tasks like key generation, creating salts, and many more.
|
| /freebsd-12.1/contrib/amd/ |
| H A D | tasks | 87 - NFSv4 support (such a short "tasks" entry given how much work it is :-)
|
| /freebsd-12.1/usr.sbin/bsdconfig/usermgmt/include/ |
| H A D | usermgmt.hlp | 51 new user who should later perform administrative tasks, don't forget
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | spa.c | 7185 int tasks; local 7190 tasks = spa->spa_async_tasks; 7197 if (tasks & SPA_ASYNC_CONFIG_UPDATE) { 7226 if (tasks & SPA_ASYNC_PROBE) { 7235 if (tasks & SPA_ASYNC_RESILVER_DONE) 7241 if (tasks & SPA_ASYNC_RESILVER) 7266 int tasks; local 7269 tasks = spa->spa_async_tasks; 7277 if (tasks & SPA_ASYNC_REMOVE) { 7291 tasks = spa->spa_async_tasks; [all …]
|