<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shirasaka68</author_name>
  <author_url>https://blog.hatena.ne.jp/shirasaka68/</author_url>
  <blog_title>linuxのメモ</blog_title>
  <blog_url>https://linux-note.hatenablog.com/</blog_url>
  <categories>
    <anon>time</anon>
  </categories>
  <description>概要 周波数の回数から時間(ミリ秒)を算出する 詳細 周波数の回数を表す符号なし整数jを引数として取得し、以下の定数からミリ秒に変換する HZ : _CONFIG_HZによって指定されるCPUの周波数を示す定数 MSEC_PER_SEC : 1秒 = 1000ミリ秒のため1000を示す定数 BITS_PER_LONG : CONFIG_64BITが有効な場合は64、無効な場合は32を示す定数 周波数の設定によって以下のように処理内容が変わる 周波数が1000以下で、周波数が1000の約数の場合 (MSEC_PER_SEC / HZ) * j 周波数が1000より大きく、周波数が1000の倍数の…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flinux-note.hatenablog.com%2Fentry%2Fjiffies_to_msecs&quot; title=&quot;時間管理 - jiffies_to_msecs() - 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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-02-29 16:31:01</published>
  <title>時間管理 - jiffies_to_msecs()</title>
  <type>rich</type>
  <url>https://linux-note.hatenablog.com/entry/jiffies_to_msecs</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
