KernelNewbies
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Kernel Hacking

  • Frontpage

  • Kernel Hacking

  • Kernel Documentation

  • Kernel Glossary

  • FAQ

  • Found a bug?

  • Kernel Changelog

  • Upstream Merge Guide

Projects

  • KernelJanitors

  • KernelMentors

  • KernelProjects

Community

  • Why a community?

  • Regional Kernelnewbies

  • Personal Pages

  • Upcoming Events

References

  • Mailing Lists

  • Related Sites

  • Programming Links

Wiki

  • Recent Changes

  • Site Editors

  • Side Bar

  • Tips for Editors

  • Hosted by WikiWall

Navigation

  • RecentChanges
  • FindPage
  • HelpContents

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 11 as of 2004-12-28 18:38:30
KernelNewbies:
  • KernelGlossary

A glossary of various terms and acronyms related to the Linux kernel. If you know something, please create yourself an account (UserPreferences) and add a term in alphabetical order. If everybody who reads this page adds a term each week, this glossary should be complete within a few months...

  • Classifier: also called filter, classifies a network packet by inspecting it, used by QDiscs.
  • Current: a kernel variable which points to the task_struct structure of the process currently running on this CPU.
  • ISR: interrupt service routine, the function in each device driver that gets called when an interrupt happens.
  • MMU: memory management unit, part of the CPU that is needed for virtual memory.
  • QDisc: [http://lartc.org/howto/lartc.qdisc.html Queueing Discipline], queues packets before they are sent out to the network device, enforces QoS requirements, provides traffic shaping and priorititizing capabilities.

  • QoS: Quality of Service, method to define the importance/priority of network services
  • Scheduler: the part of the kernel that chooses a suitable process to run on the cpu, see the [http://lxr.linux.no/ident?i=schedule schedule()] function.

  • Shared/Paged Socket Buffer: Socket Buffer with uncontinuous data buffer, used for zero copy, TSO and Scatter/Gather capable network cards.
  • Socket Buffer: (also: skb) data structure used to hold the data and attributes of a network packet.
  • System call: (also: syscall) the way a program transitions from userspace into kernel space, to call a kernel space function.
  • Page table: data structure used by the MMU to translate virtual memory addresses to physical memory addresses.
  • Process descriptor: kernel data structure that describes/accounts proces data related to a single process.
  • Virtual memory: every process in the system gets its own memory address space, independant of the other processes.
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01