函数源码 |
Source File:include\linux\wait.h |
Create Date:2022-07-27 06:39:20 |
首页 | Copyright©Brick |
181 182 183 184 | static inline void __add_wait_queue_entry_tail( struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) { list_add_tail(&wq_entry->entry, &wq_head->head); } |