--- zzzz-none-000/linux-4.4.271/include/linux/semaphore.h 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/include/linux/semaphore.h 2023-04-19 10:22:30.000000000 +0000 @@ -43,4 +43,6 @@ extern int __must_check down_timeout(struct semaphore *sem, long jiffies); extern void up(struct semaphore *sem); +struct task_struct *__rte_sem_partial_wake(struct semaphore *sem); + #endif /* __LINUX_SEMAPHORE_H */