Function report |
Source Code:include\linux\stop_machine.h |
Create Date:2022-07-28 05:56:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:stop_one_cpu_nowait
Proto:static inline bool stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, struct cpu_stop_work *work_buf)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | cpu | |
cpu_stop_fn_t | fn | |
void * | arg | |
struct cpu_stop_work * | work_buf |
74 | If cpu == smp_processor_id() Then |
75 | INIT_WORK( & work, stop_one_cpu_nowait_workfn) |
79 | Return true |
82 | Return false |
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 |