*参照元 [#sf019ba7] #backlinks *説明 [#w7d0194a] -パス: [[linux-2.6.33/arch/x86/include/asm/current.h]] -FIXME: これは何? --説明 **引数 [#g17ade80] - -- **返り値 [#xb986053] -struct task_struct * -- --[[linux-2.6.33/task_struct]] **参考 [#md760519] *実装 [#d0170745] static __always_inline struct task_struct *get_current(void) { - --[[linux-2.6.33/__always_inline]] return percpu_read_stable(current_task); - --[[linux-2.6.33/current_task(global)]] - --[[linux-2.6.33/percpu_read_stable()]] } *コメント [#d6b46ed3]