函数逻辑报告 |
Source Code:kernel\time\clockevents.c |
Create Date:2022-07-27 11:49:56 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:lockevents_register_device - register a clock event device*@dev: device to register
函数原型:void clockevents_register_device(struct clock_event_device *dev)
返回类型:void
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| struct clock_event_device * | dev |
| 451 | 如果非cpumask则 |
| 452 | WARN_ON(num_possible_cpus() > 1) |
| 456 | 如果cpumask恒等于cpu_all_mask则 |
| 459 | cpumask等于cpu_possible_mask |
| 464 | 添加链表项 |
| 466 | Called after a notify add to make devices available which were* released from the notifier call. |
| 名称 | 描述 |
|---|---|
| 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 |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |