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
Proto:static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | cpu | |
cpu_stop_fn_t | fn | |
void * | arg |
55 | If cpu == smp_processor_id() Then ret = fn(arg) |
57 | preempt_enable() |
58 | Return ret |
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 |