`
longxj
  • 浏览: 101844 次
  • 性别: Icon_minigender_1
  • 来自: 南京
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

dynamic timers 的list

 
阅读更多

定时器的链表是个per-cpu变量,这就是说每个cpu都有自己的定时器链表,所以timer在哪个cpu上执行,取决于它被挂在哪个cpu的定时器链表上,链表按时间被划成很多时间段,对应数组的不同index,
开始的index对应的时间段间的间隔粒度较小,然后变大:tv1(0-255),tv2(<pow(2,14)-1),tv3(<pow(2,20)-1),tv4(<pow(2,26)-1),tv5(<pow(2,32)-1).
2009/01/31 六

分享到:
评论

相关推荐

    操作系统课程设计 内核定时器机制

    3. **动态定时器(Dynamic Timers)**:Linux 2.6及后续版本引入了动态定时器,它结合了软、硬定时器的优点,能够在不同场景下自动选择最合适的实现方式,提高效率。 内核定时器的运作过程通常包括以下几个步骤: ...

    R1762_R2632_R2700 RGNOS10.2配置指南_第五部分 路由协议配置指南

    neighbor 192.168.1.2 capability dynamic ``` **5.10 BGP最优路径的选择** BGP使用多个因素来确定最佳路径,包括但不限于AS路径长度、本地优先级、MED值等。 **5.11 配置BGP的路由聚合** ```config aggregate-...

    Linux Kernel 2.4 Internals

    - The Linux kernel supports dynamic loading of modules. This section explains how modules are loaded and unloaded and how they interact with the kernel. #### Virtual Filesystem (VFS) **Virtual ...

    CISCO 技术大集合

    建立动态地址翻译 ip nat inside source {list {access-list-number | name} pool name [overload] | static local-ip global-ip} 指定内部和外部端口 ip nat {inside | outside} 如下图所示, 路由器的Ethernet ...

    Visual C++ 编程资源大全(英文源码 DLL)

    07.zip Handling VB strings (as part of an array of UDT) VB的串句柄(5KB)&lt;END&gt;&lt;br&gt;8,08.zip Class for Dynamic DLL Loading 动态装入DLL的一个类(6KB)&lt;END&gt;&lt;br&gt;9,pop3.zip CPop3Connection - an ...

    The Indispensable PC Hardware Book - rar - part1. (1/7)

    Dynamic branching prediction and branch prediction logic. The Pentium on-chip caches. Pentium compatibility. Extensions to the Pentium registers. Model-specific registers. Feature control ...

    Visual C++ 编程资源大全(英文源码 其它)

    40.zip Getting rid of Window List from MDI applications 在MDI应用中去掉窗口列表(5KB)&lt;END&gt;&lt;br&gt;41,41.zip Save and Restore 存储和恢复(7KB)&lt;END&gt;&lt;br&gt;42,42.zip A Quick Start 使用微软本地化...

    VB编程资源大全(英文源码 其它)

    &lt;END&gt;&lt;br&gt;82,StockTrade.zip A Stock Exchange simulator to show how timers and randon number generators work together. A cool simulation for anyone who might think about playing the stocks and ...

    Spring-Reference_zh_CN(Spring中文参考手册)

    1. 简介 1.1. 概览 1.2. 使用场景 2. Spring 2.0 的新特性 2.1. 简介 2.2. 控制反转(IoC)容器 2.2.1. 更简单的XML配置 2.2.2. 新的bean作用域 2.2.3. 可扩展的XML编写 2.3. 面向切面编程(AOP) 2.3.1. 更加简单的AOP ...

    eCall-ERA-GLONASS_ApplicationNote_(UBLOX)

    3.6.2 Configurable internal HLAP timers (eCall Release 4) ..................................................................... 23 4 eCall examples .......................................................

    vxworks_kernel_programmers_guide_6.9

    PART I: CORE TECHNOLOGIES 1 Overview ...................................................................................................... 3 1.1 Introduction ............................................

Global site tag (gtag.js) - Google Analytics