Home
last modified time | relevance | path

Searched refs:TASK_UNINTERRUPTIBLE (Results 26 – 50 of 255) sorted by relevance

1234567891011

/openbmc/linux/kernel/
H A Dumh.c250 TASK_UNINTERRUPTIBLE); in usermodehelper_read_lock_wait()
404 unsigned int state = TASK_UNINTERRUPTIBLE; in call_usermodehelper_exec()
H A Dirq_work.c294 TASK_UNINTERRUPTIBLE); in irq_work_sync()
H A Dhung_task.c210 if ((state & TASK_UNINTERRUPTIBLE) && in check_hung_uninterruptible_tasks()
H A Dkthread.c373 __set_current_state(TASK_UNINTERRUPTIBLE); in kthread()
542 __kthread_bind_mask(p, mask, TASK_UNINTERRUPTIBLE); in kthread_bind_mask()
556 __kthread_bind(p, cpu, TASK_UNINTERRUPTIBLE); in kthread_bind()
/openbmc/linux/include/linux/
H A Dsched.h88 #define TASK_UNINTERRUPTIBLE 0x00000002 macro
116 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE)
120 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD)
123 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
127 TASK_UNINTERRUPTIBLE | __TASK_STOPPED | \
1683 state = TASK_UNINTERRUPTIBLE; in __task_state_index()
H A Dwriteback.h197 wait_on_bit(&inode->i_state, __I_NEW, TASK_UNINTERRUPTIBLE); in wait_on_inode()
/openbmc/linux/kernel/module/
H A Ddups.c210 TASK_UNINTERRUPTIBLE | TASK_KILLABLE); in kmod_dup_request_exists_wait()
/openbmc/linux/drivers/media/i2c/
H A Dsaa7110.c186 prepare_to_wait(&decoder->wq, &wait, TASK_UNINTERRUPTIBLE); in determine_norm()
221 prepare_to_wait(&decoder->wq, &wait, TASK_UNINTERRUPTIBLE); in determine_norm()
/openbmc/linux/arch/s390/mm/
H A Dpfault.c200 __set_current_state(TASK_UNINTERRUPTIBLE); in pfault_interrupt()
/openbmc/linux/drivers/media/test-drivers/vimc/
H A Dvimc-streamer.c168 set_current_state(TASK_UNINTERRUPTIBLE); in vimc_streamer_thread()
/openbmc/linux/drivers/md/bcache/
H A Dclosure.c122 set_current_state(TASK_UNINTERRUPTIBLE); in __closure_sync()
/openbmc/linux/net/rxrpc/
H A Dsendmsg.c65 set_current_state(TASK_UNINTERRUPTIBLE); in rxrpc_wait_to_be_connected()
143 set_current_state(TASK_UNINTERRUPTIBLE); in rxrpc_wait_for_tx_window_waitall()
173 set_current_state(TASK_UNINTERRUPTIBLE); in rxrpc_wait_for_tx_window_nonintr()
/openbmc/linux/drivers/dma-buf/
H A Ddma-fence.c790 __set_current_state(TASK_UNINTERRUPTIBLE); in dma_fence_default_wait()
892 set_current_state(TASK_UNINTERRUPTIBLE); in dma_fence_wait_any_timeout()
/openbmc/linux/kernel/locking/
H A Drwsem.c1263 __down_read_common(sem, TASK_UNINTERRUPTIBLE); in __down_read()
1315 __down_write_common(sem, TASK_UNINTERRUPTIBLE); in __down_write()
1449 rwbase_read_lock(&sem->rwbase, TASK_UNINTERRUPTIBLE); in __down_read()
1474 rwbase_write_lock(&sem->rwbase, TASK_UNINTERRUPTIBLE); in __down_write()
/openbmc/linux/Documentation/translations/zh_CN/scheduler/
H A Dcompletion.rst187 该任务被标记为TASK_UNINTERRUPTIBLE,并将最多超时等待“timeout”个jiffies。如果超时发生,则
/openbmc/linux/arch/m68k/coldfire/
H A Dpci.c228 set_current_state(TASK_UNINTERRUPTIBLE); in mcf_pci_init()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c297 TASK_UNINTERRUPTIBLE); in nouveau_fence_wait_legacy()
327 TASK_UNINTERRUPTIBLE); in nouveau_fence_wait_busy()
/openbmc/linux/drivers/mtd/lpddr/
H A Dlpddr_cmds.c172 set_current_state(TASK_UNINTERRUPTIBLE); in wait_for_ready()
271 set_current_state(TASK_UNINTERRUPTIBLE); in get_chip()
338 set_current_state(TASK_UNINTERRUPTIBLE); in chip_ready()
/openbmc/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c969 set_current_state(TASK_UNINTERRUPTIBLE); in get_chip()
1119 set_current_state(TASK_UNINTERRUPTIBLE); in xip_udelay()
1318 set_current_state(TASK_UNINTERRUPTIBLE); in do_read_secsi_onechip()
1679 set_current_state(TASK_UNINTERRUPTIBLE); in do_write_oneword_once()
1840 set_current_state(TASK_UNINTERRUPTIBLE); in cfi_amdstd_write_words()
1911 set_current_state(TASK_UNINTERRUPTIBLE); in cfi_amdstd_write_words()
1959 set_current_state(TASK_UNINTERRUPTIBLE); in do_write_buffer_wait()
2459 set_current_state(TASK_UNINTERRUPTIBLE); in do_erase_chip()
2559 set_current_state(TASK_UNINTERRUPTIBLE); in do_erase_oneblock()
2943 set_current_state(TASK_UNINTERRUPTIBLE); in cfi_amdstd_sync()
/openbmc/linux/sound/pci/mixart/
H A Dmixart_core.c237 set_current_state(TASK_UNINTERRUPTIBLE); in snd_mixart_send_msg()
291 set_current_state(TASK_UNINTERRUPTIBLE); in snd_mixart_send_msg_wait_notif()
/openbmc/linux/drivers/scsi/bfa/
H A Dbfad_im.c223 set_current_state(TASK_UNINTERRUPTIBLE); in bfad_im_abort_handler()
1286 set_current_state(TASK_UNINTERRUPTIBLE); in DEF_SCSI_QCMD()
1295 set_current_state(TASK_UNINTERRUPTIBLE); in DEF_SCSI_QCMD()
1300 set_current_state(TASK_UNINTERRUPTIBLE); in DEF_SCSI_QCMD()
/openbmc/linux/include/linux/sched/
H A Dmm.h280 __set_current_state(TASK_UNINTERRUPTIBLE); in memalloc_retry_wait()
/openbmc/linux/fs/jbd2/
H A Dtransaction.c172 TASK_UNINTERRUPTIBLE); in wait_transaction_locked()
198 TASK_UNINTERRUPTIBLE); in wait_transaction_switching()
856 TASK_UNINTERRUPTIBLE); in jbd2_journal_wait_updates()
1111 wait_on_bit_io(&bh->b_state, BH_Shadow, TASK_UNINTERRUPTIBLE); in do_get_write_access()
1913 set_current_state(TASK_UNINTERRUPTIBLE); in jbd2_journal_stop()
/openbmc/linux/drivers/md/
H A Ddm-bufio.c1453 wait_on_bit_lock_io(&b->state, B_WRITING, TASK_UNINTERRUPTIBLE); in __write_dirty_buffer()
1492 wait_on_bit_io(&b->state, B_READING, TASK_UNINTERRUPTIBLE); in __make_buffer_clean()
1494 wait_on_bit_io(&b->state, B_WRITING, TASK_UNINTERRUPTIBLE); in __make_buffer_clean()
1566 set_current_state(TASK_UNINTERRUPTIBLE); in __wait_for_free_buffer()
1911 wait_on_bit_io(&b->state, B_READING, TASK_UNINTERRUPTIBLE); in new_read()
2123 wait_on_bit_io(&b->state, B_WRITING, TASK_UNINTERRUPTIBLE); in dm_bufio_write_dirty_buffers()
2126 wait_on_bit_io(&b->state, B_WRITING, TASK_UNINTERRUPTIBLE); in dm_bufio_write_dirty_buffers()
/openbmc/linux/fs/nfs/blocklayout/
H A Drpc_pipefs.c93 set_current_state(TASK_UNINTERRUPTIBLE); in bl_resolve_deviceid()

1234567891011