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

  /src/sys/external/bsd/drm2/dist/drm/
drm_flip_work.c 122 struct list_head tasks; local in function:flip_worker
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/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu_ucode_xfer_cz.h 126 SMU_Task tasks[1]; member in struct:TOC
  /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 in function:wg_peer_work
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...]

Completed in 17 milliseconds