Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Dcompat.h201 #define set_current_state(...) do { } while (0) macro
/external/u-boot/drivers/mtd/
Dmtdconcat.c367 set_current_state(TASK_UNINTERRUPTIBLE); in concat_dev_erase()
373 set_current_state(TASK_RUNNING); in concat_dev_erase()
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c296 set_current_state(TASK_UNINTERRUPTIBLE); in squashfs_get_cached_block()
299 set_current_state(TASK_RUNNING); in squashfs_get_cached_block()
445 set_current_state(TASK_UNINTERRUPTIBLE); in get_cached_fragment()
448 set_current_state(TASK_RUNNING); in get_cached_fragment()
/external/u-boot/drivers/mtd/ubi/
Dwl.c1463 set_current_state(TASK_INTERRUPTIBLE);