Linuxカーネルに関する技術情報を集めていくプロジェクトです。現在、Linuxカーネル2.6解読室の第2章までを公開中。
if(current->lock_depth++ >= 0) spin_lock(&kernel_flag);
if(--current->lock_depth <= 0) spin_unlock(&kernel_flag);
if(current->lock_depth >= 0) spin_unlock(&kernel_flag);
if(current->lock_depth >= 0) spin_lock(&kernel_flag);
(NIS)HirokazuTakahashi
2000年12月09日 (土) 23時55分06秒 JST1
[PageInfo]
LastUpdate: 2008-08-27 14:17:40, ModifiedBy: hiromichi-m
[Permissions]
view:all, edit:login users, delete/config:members