Home
last modified time | relevance | path

Searched defs:remove_wait_queue (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/compat/linux/include/linux/
Dwait.h254 #define remove_wait_queue(wait, oldWait) do {} while (0) macro
/device/soc/rockchip/common/sdk_linux/kernel/sched/
Dwait.c40 void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in remove_wait_queue() function