Function report |
Source Code:kernel\sched\completion.c |
Create Date:2022-07-28 09:41:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mpletion_done - Test to see if a completion has any waiters*@x: completion structure* Return: 0 if there are waiters (wait_for_completion() in progress)* 1 if there are no waiters.* Note, this will always return true if complete_all() was called on @X.
Proto:bool completion_done(struct completion *x)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct completion * | x |
325 | spin_lock_irqsave( & lock, flags) |
326 | spin_unlock_irqrestore( & lock, flags) |
327 | Return true |
Name | Describe |
---|---|
__test_mutex | |
stop_machine_from_inactive_cpu | stop_machine_from_inactive_cpu - stop_machine() from inactive CPU*@fn: the function to run*@data: the data ptr for the @fn()*@cpus: the cpus to run the @fn() on (NULL = any online cpu)* This is identical to stop_machine() but can be called from a CPU which |
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 |