Home
last modified time | relevance | path

Searched refs:TASK_INTERRUPTIBLE (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/dev/drm/include/linux/
H A Dsched.h73 #define TASK_INTERRUPTIBLE 1 macro
76 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
139 case TASK_INTERRUPTIBLE: in schedule_timeout()
260 if (state & TASK_INTERRUPTIBLE) in signal_pending_state()
H A Dwait.h121 state = (flags & PCATCH) ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE; \
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_os_linux.h57 __set_current_state(TASK_INTERRUPTIBLE); \
/dragonfly/sys/dev/drm/
H A Dlinux_wait.c69 set_current_state(TASK_INTERRUPTIBLE); in __wait_event_prefix()
H A Ddrm_lock.c193 __set_current_state(TASK_INTERRUPTIBLE); in drm_legacy_lock()
H A Dlinux_fence.c129 __set_current_state(TASK_INTERRUPTIBLE); in dma_fence_default_wait()
H A Ddrm_syncobj.c744 set_current_state(TASK_INTERRUPTIBLE);
/dragonfly/sys/dev/drm/i915/
H A Dintel_breadcrumbs.c593 set_current_state(TASK_INTERRUPTIBLE); in intel_breadcrumbs_signaler()
H A Di915_gem_request.c1132 TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE; in i915_wait_request()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_fence.c1086 set_current_state(TASK_INTERRUPTIBLE); in radeon_fence_default_wait()