Function report |
Source Code:kernel\sched\wait.c |
Create Date:2022-07-28 09:40:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:woken_wake_function
Proto:int woken_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct wait_queue_entry * | wq_entry | |
unsigned | mode | |
int | sync | |
void * | key |
451 | smp_mb() |
452 | flags |= WQ_FLAG_WOKEN |
454 | Return default_wake_function(wq_entry, mode, sync, key) |
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 |