<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>zentoo</author_name>
  <author_url>https://blog.hatena.ne.jp/zentoo/</author_url>
  <blog_title>愛と勇気と缶ビール</blog_title>
  <blog_url>https://zentoo.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>最近、Robert Love先生の本を暇な時にダラーと読んでいたりするわけですが、それの中にLinux Kernel内部で使われているLinked Listの実装が書いてあって面白かったので共有。まず、Linked Listの一個一個のエントリを表すstructを定義します。 struct list_head { struct list_head *next, *prev; }; いやいやいやいや。いかにC力の低い僕でも流石にこれはあきません。騙されませんよ。前後のエントリへのポインタは確かにあるけれども、これにはデータを指すためのポインタがないじゃないの。おじいちゃんまたデータ忘れてきちゃっ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fzentoo.hatenablog.com%2Fentry%2F20121211%2F1355243345&quot; title=&quot;Linux KernelのLinked Listの実装が面白い件 - 愛と勇気と缶ビール&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>http://ecx.images-amazon.com/images/I/51hWb+1UQtL.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-12-11 01:29:05</published>
  <title>Linux KernelのLinked Listの実装が面白い件</title>
  <type>rich</type>
  <url>https://zentoo.hatenablog.com/entry/20121211/1355243345</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
