Home
last modified time | relevance | path

Searched refs:task_state (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_task.h38 hi_u8 task_state; member
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger.c353 unsigned task_state; in fiq_debugger_do_ps() local
360 task_state = p->state ? __ffs(p->state) + 1 : 0; in fiq_debugger_do_ps()
363 task_state >= sizeof(stat_nam) ? '?' : stat_nam[task_state]); in fiq_debugger_do_ps()
364 if (task_state == TASK_RUNNING) { in fiq_debugger_do_ps()
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger.c341 unsigned task_state; in fiq_debugger_do_ps() local
347 task_state = p->state ? __ffs(p->state) + 1 : 0; in fiq_debugger_do_ps()
351 task_state >= sizeof(stat_nam) ? '?' : stat_nam[task_state]); in fiq_debugger_do_ps()
352 if (task_state == TASK_RUNNING) in fiq_debugger_do_ps()

Completed in 5 milliseconds