Function report |
Source Code:include\linux\wait.h |
Create Date:2022-07-28 05:35:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__add_wait_queue_entry_tail
Proto:static inline void __add_wait_queue_entry_tail(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct wait_queue_head * | wq_head | |
struct wait_queue_entry * | wq_entry |
Name | Describe |
---|---|
add_wait_queue_exclusive | |
prepare_to_wait_exclusive | |
prepare_to_wait_event | |
do_wait_intr | Note! These two wait functions are entered with the* case), so there is no race with testing the wakeup* condition in the caller before they add the wait* entry to the wake queue. |
do_wait_intr_irq | |
wait_on_page_bit_common | |
add_page_wait_queue | add_page_wait_queue - Add an arbitrary waiter to a page's wait queue*@page: Page defining the wait queue of interest*@waiter: Waiter to add to the queue* Add an arbitrary @waiter to the wait queue for the nominated @page. |
ioc_rqos_throttle | |
__add_wait_queue_entry_tail_exclusive |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |