<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>satoru_takeuchi</author_name>
  <author_url>https://blog.hatena.ne.jp/satoru_takeuchi/</author_url>
  <blog_title>覚書</blog_title>
  <blog_url>https://satoru-takeuchi.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>はじめに 本記事は第三回の続きです。前回までの記事を既に見ていることが前提です。 今回はカーネル内の代表的なデータ構造であるリストについて学びます。その過程で、カーネル内においてメモリを動的に割り当てる方法についても学びます。 リストの構造 リストの構造体の定義は次の通り、双方向リストです。 struct list_head { struct list_head *next, *prev; }; 見てわかるように、リストそのものには数値、文字列などの実要素を埋め込むようなフィールドは用意されていません。かわりに、リストそのものを構造体に埋め込むという使い方をします。やや使い方に癖がありますが、…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsatoru-takeuchi.hatenablog.com%2Fentry%2F2020%2F03%2F29%2F051538&quot; title=&quot;カーネルモジュール作成によるlinuxカーネル開発入門 - 第四回 リスト - 覚書&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/s/satoru_takeuchi/20200329/20200329051503.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-03-29 05:15:38</published>
  <title>カーネルモジュール作成によるlinuxカーネル開発入門 - 第四回 リスト</title>
  <type>rich</type>
  <url>https://satoru-takeuchi.hatenablog.com/entry/2020/03/29/051538</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
