Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/ofed/include/linux/
Dsched.h41 #define TASK_INTERRUPTIBLE 1 macro
82 if (current->state == TASK_INTERRUPTIBLE || \
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
Dfmr_pool.c192 set_current_state(TASK_INTERRUPTIBLE); in ib_fmr_cleanup_thread()
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/sdp/
Dsdp_zcopy.c161 prepare_to_wait(sk->sk_sleep, &wait, TASK_INTERRUPTIBLE); in sdp_wait_rdmardcompl()
/freebsd-10-stable/sys/dev/lmc/
Dif_lmc.h1402 # define SLEEP(usecs) do { set_current_state(TASK_INTERRUPTIBLE);\