參考資訊: https://stackoverflow.com/questions/12434651/what-is-the-current-in-linux-kernel-source
#include <linux/sched.h> printk("current task struct: %p", get_current());