Home
last modified time | relevance | path

Searched refs:TASK_UNINTERRUPTIBLE (Results 51 – 75 of 255) sorted by relevance

1234567891011

/openbmc/linux/security/keys/
H A Dgc.c126 TASK_UNINTERRUPTIBLE); in key_gc_keytype()
/openbmc/linux/fs/jffs2/
H A Dos-linux.h45 set_current_state(TASK_UNINTERRUPTIBLE); \
/openbmc/linux/lib/
H A Dklist.c252 set_current_state(TASK_UNINTERRUPTIBLE); in klist_remove()
H A Dtest_lockup.c465 wait_state = TASK_UNINTERRUPTIBLE; in test_lockup_init()
/openbmc/linux/arch/x86/xen/
H A Dsmp_pv.c367 __set_current_state(TASK_UNINTERRUPTIBLE); in xen_pv_cpu_die()
/openbmc/linux/Documentation/power/
H A Dfreezing-of-tasks.rst32 the task's PF_FROZEN flag, changes its state to TASK_UNINTERRUPTIBLE and makes
178 TASK_UNINTERRUPTIBLE state) that needs to be done by freezable kernel thread B
229 the lock, then that task would get blocked in TASK_UNINTERRUPTIBLE state. As a
/openbmc/linux/fs/gfs2/
H A Dglock.c469 TASK_UNINTERRUPTIBLE); in gfs2_instantiate()
1146 prepare_to_wait(wq, &wait.wait, TASK_UNINTERRUPTIBLE); in find_insert_glock()
1373 wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE); in gfs2_glock_wait()
1702 wait_on_bit(&gh->gh_iflags, HIF_WAIT, TASK_UNINTERRUPTIBLE); in gfs2_glock_dq()
1720 TASK_UNINTERRUPTIBLE); in gfs2_glock_dq()
1734 wait_on_bit(&gl->gl_flags, GLF_DEMOTE, TASK_UNINTERRUPTIBLE); in gfs2_glock_dq_wait()
/openbmc/linux/fs/xfs/
H A Dxfs_log_priv.h620 __set_current_state(TASK_UNINTERRUPTIBLE); in xlog_wait()
/openbmc/linux/Documentation/timers/
H A Dtimers-howto.rst107 msleep sets the current task to TASK_UNINTERRUPTIBLE
/openbmc/linux/drivers/mfd/
H A Dti_am335x_tscadc.c53 TASK_UNINTERRUPTIBLE); in am335x_tscadc_need_adc()
/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dcw1200_spi.c205 set_current_state(TASK_UNINTERRUPTIBLE); in cw1200_spi_lock()
/openbmc/linux/drivers/misc/lkdtm/
H A Dbugs.c272 set_current_state(TASK_UNINTERRUPTIBLE); in lkdtm_HUNG_TASK()
/openbmc/linux/drivers/hwmon/
H A Dabituguru.c355 set_current_state(TASK_UNINTERRUPTIBLE); in abituguru_send_address()
530 set_current_state(TASK_UNINTERRUPTIBLE); in abituguru_detect_bank1_sensor_type()
567 set_current_state(TASK_UNINTERRUPTIBLE); in abituguru_detect_bank1_sensor_type()
/openbmc/linux/drivers/base/power/
H A Druntime.c637 TASK_UNINTERRUPTIBLE); in rpm_suspend()
825 TASK_UNINTERRUPTIBLE); in rpm_resume()
1379 TASK_UNINTERRUPTIBLE); in __pm_runtime_barrier()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dpll.c207 set_current_state(TASK_UNINTERRUPTIBLE); in wait_for_bit_change()
/openbmc/linux/kernel/futex/
H A Drequeue.c180 TASK_UNINTERRUPTIBLE); in futex_requeue_pi_wakeup_sync()
/openbmc/linux/fs/afs/
H A Dvolume.c436 TASK_UNINTERRUPTIBLE : TASK_INTERRUPTIBLE); in afs_check_volume_status()
H A Dfs_probe.c450 is_intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in afs_wait_for_one_fs_probe()
/openbmc/linux/drivers/atm/
H A Deni.c860 set_current_state(TASK_UNINTERRUPTIBLE); in close_rx()
873 set_current_state(TASK_UNINTERRUPTIBLE); in close_rx()
889 set_current_state(TASK_UNINTERRUPTIBLE); in close_rx()
1402 set_current_state(TASK_UNINTERRUPTIBLE); in close_tx()
1412 set_current_state(TASK_UNINTERRUPTIBLE); in close_tx()
/openbmc/linux/fs/orangefs/
H A Dorangefs-bufmap.c52 set_current_state(TASK_UNINTERRUPTIBLE); in run_down()
/openbmc/linux/kernel/kcsan/
H A Dreport.c541 set_current_state(TASK_UNINTERRUPTIBLE); in set_other_info_task_blocking()
/openbmc/linux/mm/
H A Dmempool.c434 prepare_to_wait(&pool->wait, &wait, TASK_UNINTERRUPTIBLE); in mempool_alloc()
/openbmc/linux/drivers/dma-buf/
H A Dst-dma-fence.c48 const int state = intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE; in mock_wait()
/openbmc/linux/drivers/md/
H A Ddm-zone.c469 wait_on_bit_lock_io(disk->seq_zones_wlock, zno, TASK_UNINTERRUPTIBLE); in dm_zone_lock()
/openbmc/linux/Documentation/locking/
H A Dmutex-design.rst67 unlock path. Under normal circumstances it blocks as TASK_UNINTERRUPTIBLE.

1234567891011