HomeSort by: relevance | last modified time | path
    Searched defs:tasks (Results 1 - 8 of 8) 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/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 52 milliseconds