Function report |
Source Code:kernel\up.c |
Create Date:2022-07-28 10:56:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:smp_call_function_single
Proto:int smp_call_function_single(int cpu, void (*func)(void *info), void *info, int wait)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | cpu | |
void (* | func | |
void * | info | |
int | wait |
19 | local_irq_save(flags) |
23 | Return 0 |
Name | Describe |
---|---|
populate_cache_leaves | |
aperfmperf_snapshot_cpu | |
arch_freq_get_on_cpu | |
store_interrupt_enable | |
store_threshold_limit | |
mtrr_save_state | Save current fixed-range MTRR state of the first cpu in cpu_online_mask. |
collect_cpu_info_on_target | |
apply_microcode_on_target | |
print_local_APICs | |
clockevents_unbind | Issues smp function call to unbind a per cpu device. Called with* clockevents_mutex held. |
smp_call_function_any | smp_call_function_any - Run a function on any of the given cpus*@mask: The mask of cpus it can run on.*@func: The function to run. This must be fast and non-blocking.*@info: An arbitrary pointer to pass to the function. |
smp_call_function_many | smp_call_function_many(): Run a function on a set of other CPUs |
on_each_cpu_cond_mask | _each_cpu_cond(): Call a function on each processor for which* the supplied function cond_func returns true, optionally waiting* for all the required CPUs to finish |
relay_late_setup_files | lay_late_setup_files - triggers file creation*@chan: channel to operate on*@base_filename: base name of files to create*@parent: dentry of parent directory, %NULL for root directory* Returns 0 if successful, non-zero otherwise |
task_function_call | ask_function_call - call a function on the cpu on which a task runs*@p: the task to evaluate*@func: the function to be called*@info: the function call argument* Calls the function @func when the task is currently running |
cpu_function_call | pu_function_call - call a function on the cpu*@func: the function to be called*@info: the function call argument* Calls the function @func on the remote cpu.* returns: @func return value or -ENXIO when the cpu is offline |
perf_event_read | |
perf_event_exit_cpu_context |
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 |