Home
last modified time | relevance | path

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

1234

/linux-4.19.296/include/linux/
Dwait.h202 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
203 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
204 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
205 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE, 1)
217 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
219 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, 1, poll_to_key(m))
256 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \
336 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
395 TASK_INTERRUPTIBLE, 0, timeout, \
450 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
[all …]
Dswait.h220 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \
233 TASK_INTERRUPTIBLE, timeout, \
Dsched.h71 #define TASK_INTERRUPTIBLE 0x0001 macro
96 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
99 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \
/linux-4.19.296/include/drm/
Ddrm_os_linux.h40 __set_current_state(TASK_INTERRUPTIBLE); \
/linux-4.19.296/fs/
Deventfd.c233 set_current_state(TASK_INTERRUPTIBLE); in eventfd_read()
283 set_current_state(TASK_INTERRUPTIBLE); in eventfd_write()
/linux-4.19.296/drivers/char/
Dnwbutton.c171 prepare_to_wait(&button_wait_queue, &wait, TASK_INTERRUPTIBLE); in button_read()
Dsnsc.c197 set_current_state(TASK_INTERRUPTIBLE); in scdrv_read()
293 set_current_state(TASK_INTERRUPTIBLE); in scdrv_write()
Dapplicom.c436 set_current_state(TASK_INTERRUPTIBLE); in ac_write()
452 set_current_state(TASK_INTERRUPTIBLE); in ac_write()
557 set_current_state(TASK_INTERRUPTIBLE); in ac_read()
/linux-4.19.296/drivers/dma-buf/
Ddma-fence.c465 __set_current_state(TASK_INTERRUPTIBLE); in dma_fence_default_wait()
567 set_current_state(TASK_INTERRUPTIBLE); in dma_fence_wait_any_timeout()
/linux-4.19.296/fs/jffs2/
Dbackground.c96 set_current_state (TASK_INTERRUPTIBLE); in jffs2_garbage_collect_thread()
/linux-4.19.296/drivers/isdn/hardware/eicon/
Ddivasi.c499 set_current_state(TASK_INTERRUPTIBLE); in remove_entity()
516 set_current_state(TASK_INTERRUPTIBLE); in remove_entity()
/linux-4.19.296/drivers/hid/
Dhid-roccat.c90 set_current_state(TASK_INTERRUPTIBLE); in roccat_read()
110 set_current_state(TASK_INTERRUPTIBLE); in roccat_read()
Dhidraw.c58 set_current_state(TASK_INTERRUPTIBLE); in hidraw_read()
78 set_current_state(TASK_INTERRUPTIBLE); in hidraw_read()
/linux-4.19.296/drivers/lightnvm/
Dpblk-gc.c492 set_current_state(TASK_INTERRUPTIBLE); in pblk_gc_ts()
506 set_current_state(TASK_INTERRUPTIBLE); in pblk_gc_writer_ts()
521 set_current_state(TASK_INTERRUPTIBLE); in pblk_gc_reader_ts()
/linux-4.19.296/fs/orangefs/
Dorangefs-bufmap.c90 set_current_state(TASK_INTERRUPTIBLE); in wait_for_free()
115 __wake_up_locked_key(&m->q, TASK_INTERRUPTIBLE, NULL); in wait_for_free()
/linux-4.19.296/include/linux/sched/
Dsignal.h367 if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL))) in signal_pending_state()
372 return (state & TASK_INTERRUPTIBLE) || __fatal_signal_pending(p); in signal_pending_state()
/linux-4.19.296/drivers/i2c/busses/
Di2c-elektor.c112 prepare_to_wait(&pcf_wait, &wait, TASK_INTERRUPTIBLE); in pcf_isa_waitforpin()
/linux-4.19.296/drivers/media/usb/gspca/m5602/
Dm5602_s5k83a.c303 set_current_state(TASK_INTERRUPTIBLE); in rotation_thread_function()
325 set_current_state(TASK_INTERRUPTIBLE); in rotation_thread_function()
/linux-4.19.296/drivers/s390/char/
Dsclp_sdias.c69 set_current_state(TASK_INTERRUPTIBLE); in sdias_sclp_send()
/linux-4.19.296/fs/dlm/
Drecoverd.c296 set_current_state(TASK_INTERRUPTIBLE); in dlm_recoverd()
/linux-4.19.296/drivers/bluetooth/
Dhci_intel.c128 TASK_INTERRUPTIBLE, in intel_wait_booting()
151 TASK_INTERRUPTIBLE, in intel_wait_lpm_transaction()
785 TASK_INTERRUPTIBLE, in intel_setup()
Dhci_mrvl.c291 TASK_INTERRUPTIBLE, in mrvl_load_firmware()
/linux-4.19.296/drivers/misc/
Dvexpress-syscfg.c91 set_current_state(TASK_INTERRUPTIBLE); in vexpress_syscfg_exec()
/linux-4.19.296/fs/afs/
Dserver.c598 TASK_INTERRUPTIBLE); in afs_probe_fileserver()
678 TASK_INTERRUPTIBLE); in afs_check_server_record()
Dvolume.c357 ret = wait_on_bit(&volume->flags, AFS_VOLUME_WAIT, TASK_INTERRUPTIBLE); in afs_check_volume_status()

1234