HomeSort by: relevance | last modified time | path
    Searched defs:tasks (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_flip_work.c 122 struct list_head tasks; local
128 INIT_LIST_HEAD(&tasks);
130 list_splice_tail(&work->commited, &tasks);
134 if (list_empty(&tasks))
137 list_for_each_entry_safe(task, tmp, &tasks, node) {
  /src/external/mpl/dhcp/bind/dist/lib/isc/
taskpool.c 34 isc_task_t **tasks; member in struct:isc_taskpool
54 pool->tasks = isc_mem_get(mctx, ntasks * sizeof(isc_task_t *));
56 pool->tasks[i] = NULL;
73 /* Create the tasks */
76 &pool->tasks[i], i);
81 isc_task_setprivilege(pool->tasks[i], priv);
82 isc_task_setname(pool->tasks[i], "taskpool", NULL);
91 isc_task_attach(pool->tasks[isc_random_uniform(pool->ntasks)], targetp);
118 /* Copy over the tasks from the old pool */
120 newpool->tasks[i] = pool->tasks[i]
    [all...]
task.c 57 * Each thread has his own queue of tasks to be run, if a task is in running
62 * To make load even some tasks (from task pools) are bound to specific
145 LIST(isc_task_t) tasks;
168 *** Tasks.
186 UNLINK(manager->tasks, task, link);
258 APPEND(manager->tasks, task, link);
1017 INIT_LIST(manager->tasks);
1048 * We need to do so, because otherwise the list of tasks could
1069 for (task = HEAD(manager->tasks); task != NULL; task = NEXT(task, link))
1340 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "tasks"));
1411 json_object *tasks = (json_object *)tasks0; local
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/
taskloop.c 44 tied to one thread all the time. This means UNTIED tasks must be
52 /* If parallel or taskgroup has been cancelled, don't start new tasks. */
294 struct gomp_task *tasks[num_tasks]; local
305 tasks[i] = task;
334 tasks. */
344 gomp_finish_task (tasks[i]);
345 free (tasks[i]);
365 struct gomp_task *task = tasks[i];
priority_queue.h 26 /* Header file for a priority queue of GOMP tasks. */
39 tasks within this task's priority. */
43 /* All tasks within the same priority. */
47 /* Priority of the tasks in this set. */
50 /* Tasks. */
51 struct priority_node *tasks; member in struct:priority_list
53 /* This points to the last of the higher priority WAITING tasks.
56 parent_depends_on WAITING tasks.
57 !parent_depends_on WAITING tasks.
58 TIED tasks
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
taskloop.c 44 tied to one thread all the time. This means UNTIED tasks must be
52 /* If parallel or taskgroup has been cancelled, don't start new tasks. */
294 struct gomp_task *tasks[num_tasks]; local
305 tasks[i] = task;
334 tasks. */
344 gomp_finish_task (tasks[i]);
345 free (tasks[i]);
365 struct gomp_task *task = tasks[i];
priority_queue.h 26 /* Header file for a priority queue of GOMP tasks. */
39 tasks within this task's priority. */
43 /* All tasks within the same priority. */
47 /* Priority of the tasks in this set. */
50 /* Tasks. */
51 struct priority_node *tasks; member in struct:priority_list
53 /* This points to the last of the higher priority WAITING tasks.
56 parent_depends_on WAITING tasks.
57 !parent_depends_on WAITING tasks.
58 TIED tasks
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu_ucode_xfer_cz.h 126 SMU_Task tasks[1]; member in struct:TOC
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa.c 1292 * Stop async tasks.
4385 * Don't start async tasks until we know everything is healthy.
4641 * Put a hold on the pool, drop the namespace lock, stop async tasks,
6152 int tasks; local
6157 tasks = spa->spa_async_tasks;
6164 if (tasks & SPA_ASYNC_CONFIG_UPDATE) {
6184 if ((tasks & SPA_ASYNC_AUTOEXPAND) && !spa_suspended(spa)) {
6193 if (tasks & SPA_ASYNC_PROBE) {
6202 if (tasks & SPA_ASYNC_RESILVER_DONE)
6208 if (tasks & SPA_ASYNC_RESILVER
6225 int tasks; local
    [all...]
  /src/sys/net/
if_wg.c 140 * - It has a struct work to handle handshakes and timer tasks
2675 WG_DLOG("tasks=%d, task=%d\n", wgp->wgp_tasks, task);
3569 unsigned int tasks; local
3572 while ((tasks = wgp->wgp_tasks) != 0) {
3577 if (ISSET(tasks, WGP_TASK_SEND_INIT_MESSAGE))
3579 if (ISSET(tasks, WGP_TASK_RETRY_HANDSHAKE))
3581 if (ISSET(tasks, WGP_TASK_ESTABLISH_SESSION))
3583 if (ISSET(tasks, WGP_TASK_ENDPOINT_CHANGED))
3585 if (ISSET(tasks, WGP_TASK_SEND_KEEPALIVE_MESSAGE))
3587 if (ISSET(tasks, WGP_TASK_DESTROY_PREV_SESSION)
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Experiment.cc 2735 Vector<Histable*> tasks; local
2751 tasks.reset ();
2788 Emsg *m = new Emsg (CMSG_WARN, GTXT ("*** Warning: circular links in OMP tasks; data may not be correct."));
2809 tasks.append (val);
2835 tasks.append (task0);
2836 void *tskstack = cstack->add_stack (&tasks);
5402 Vector<Histable*> tasks; local
5403 tasks.append (task0);
5404 omp_task = cstack->add_stack (&tasks);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Experiment.cc 2735 Vector<Histable*> tasks; local
2751 tasks.reset ();
2788 Emsg *m = new Emsg (CMSG_WARN, GTXT ("*** Warning: circular links in OMP tasks; data may not be correct."));
2809 tasks.append (val);
2835 tasks.append (task0);
2836 void *tskstack = cstack->add_stack (&tasks);
5402 Vector<Histable*> tasks; local
5403 tasks.append (task0);
5404 omp_task = cstack->add_stack (&tasks);

Completed in 48 milliseconds