Function report |
Source Code:kernel\time\clockevents.c |
Create Date:2022-07-28 10:50:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lockevents_register_device - register a clock event device*@dev: device to register
Proto:void clockevents_register_device(struct clock_event_device *dev)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct clock_event_device * | dev |
451 | If Not cpumask Then |
452 | WARN_ON(num_possible_cpus() > 1) |
456 | If cpumask == cpu_all_mask Then |
459 | cpumask = cpu_possible_mask |
466 | Called after a notify add to make devices available which were* released from the notifier call. |
Name | Describe |
---|---|
setup_APIC_timer | Setup the local APIC timer for this CPU. Copy the initialized values* of the boot CPU and register the clock event in the framework. |
clockevents_config_and_register | lockevents_config_and_register - Configure and register a clock event device*@dev: device to register*@freq: The clock frequency*@min_delta: The minimum clock ticks to program in oneshot mode*@max_delta: The maximum clock ticks to program in oneshot mode |
tick_setup_hrtimer_broadcast |
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 |