Linux核心数据结构

  ushort seq; /* sequence number */
  };
  irqaction
  
   用来描叙系统的中断处理过程。
  
  struct irqaction {
  void (*handler)(int, void *, struct pt_regs *);
  unsigned long flags;
  unsigned long mask;
  const char *name;
  void *dev_id;
  struct irqaction *next;
  };
  linux_binfmt
共3页 首页 上一页 [1] [2] [3下一页 尾页>
字母检索 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z