Skip to Content
Linuxカーネルプログラミング 第2版
book

Linuxカーネルプログラミング 第2版

by Kaiwan N. Billimoria, 武内 覚, 大岩 尚宏
July 2025
Intermediate to advanced
492 pages
8h 23m
Japanese
O'Reilly Japan, Inc.
Content preview from Linuxカーネルプログラミング 第2版

7章CPUスケジューラ

本章ではLinuxにおけるCPUスケジューリングについて説明します。カーネルレベルでのCPUスケジューリングの仕組みを理解することはカーネルあるいはデバイスドライバ開発者にとってだけではなく、ユーザ空間アプリケーションの開発者にとっても重要です。

まずは基礎的なことを説明します。例えばカーネルスケジュール可能エンティティ(KSE)の概念、およびLinuxが実装するPOSIXスケジューリングポリシーなどです。続いてperfなどのツールを使用して、LinuxがCPU上でタスクを実行し、切り替える際の制御フローを可視化します。これはアプリケーションのプロファイリングにも非常に役立ちます。

その後にCPUスケジューリングの具体的な動作について説明し、Linuxのモジュール化したスケジューリングクラス、コアスケジューラ、デフォルトのスケジューラであるCFSについて説明します。システム上の任意のスレッドのスケジューリングポリシーと優先度をプログラムから参照する方法についても説明します。

CPUはシステム上で動作するプロセス、スレッドが共有するリソースです。システムの全ユーザが共有するリソースとも言えます。この共有はCPUスケジューラが実現します。システム全体のリソース共有機能であるcgroupsを介した制御もできます。

7.1 基礎知識

LinuxのCPUスケジューリングを理解するために必要な基本的な背景情報を簡単に見てみましょう。

[注記]

本書ではLinux上のユーザ空間のシステムプログラマが既に理解しているであろう内容はほとんど説明しません。例えばスレッドの状態、リアルタイムタスクとは何かということ、POSIXスケジューリングポリシーなどです。 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Gitハンズオンラーニング ―手を動かして学ぶバージョン管理システムの基本

Gitハンズオンラーニング ―手を動かして学ぶバージョン管理システムの基本

Anna Skoulikari, 原 隆文
プロダクトマネージャーのしごと 第2版 ―1日目から使える実践ガイド

プロダクトマネージャーのしごと 第2版 ―1日目から使える実践ガイド

Matt LeMay, 永瀬 美穂, 吉羽 龍太郎, 原田 騎郎, 高橋 一貴
プログラミングRust 第2版

プログラミングRust 第2版

Jim Blandy, Jason Orendorff, Leonora F. S. Tindall, 中田 秀基

Publisher Resources

ISBN: 9784814401109Publisher Website