<?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>概要 指定された時間(ミリ秒)に必要な周波数を算出する 詳細 ミリ秒を表す符号なし整数mを引数として取得し、以下の定数から周波数の回数に変換する HZ : _CONFIG_HZによって指定されるCPUの周波数を示す定数 MSEC_PER_SEC : 1秒 = 1000ミリ秒のため1000を示す定数 周波数の設定によって以下のように処理内容が変わる 周波数が1000以下で、周波数が1000の約数の場合 (m + (MSEC_PER_SEC / HZ) - 1) / (MSEC_PER_SEC / HZ) 周波数が1000より大きく、周波数が1000の倍数の場合 mがjiffies_to_msec…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flinux-note.hatenablog.com%2Fentry%2F_msecs_to_jiffies&quot; title=&quot;時間管理 - _msecs_to_jiffies() - 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 14:49:45</published>
  <title>時間管理 - _msecs_to_jiffies()</title>
  <type>rich</type>
  <url>https://linux-note.hatenablog.com/entry/_msecs_to_jiffies</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
