Defined in 2 files as a function:

Referenced in 3 files:

Smatch caller information:

kernel/locking/semaphore.c __down_common() -> hung_task_clear_blocker()

Type Parameter Key Value
PREEMPT_ADD
RX_PATH
TASK_NOT_RUNNING
NOCHECK_CALL
LOCK2 &sem->lock
LOCK2 flags
HALF_LOCKED2 sem
TYPE_LOCK (struct semaphore)->lock

kernel/locking/rwsem.c rwsem_down_read_slowpath() -> hung_task_clear_blocker()

Type Parameter Key Value
PREEMPT_ADD
RX_PATH
NOCHECK_CALL

kernel/locking/rwsem.c rwsem_down_write_slowpath() -> hung_task_clear_blocker()

Type Parameter Key Value
PREEMPT_ADD <- disables preempt
RX_PATH
NOCHECK_CALL
LOCK2 &sem->wait_lock
LOCK2 irq
TYPE_LOCK (struct rw_semaphore)->wait_lock

kernel/locking/mutex.c __mutex_remove_waiter() -> hung_task_clear_blocker()

Type Parameter Key Value
RX_PATH
NOCHECK_CALL
LOCK2 &lock->wait_lock
LOCK2 flags
TYPE_LOCK (struct mutex)->wait_lock