cregit-Linux how code gets into the kernel

Release 4.9 arch/avr32/include/asm/current.h

#ifndef __ASM_AVR32_CURRENT_H

#define __ASM_AVR32_CURRENT_H

#include <linux/thread_info.h>

struct task_struct;


inline static struct task_struct * get_current(void) { return current_thread_info()->task; }

Contributors

PersonTokensPropCommitsCommitProp
haavard skinnemoenhaavard skinnemoen17100.00%1100.00%
Total17100.00%1100.00%

#define current get_current() #endif /* __ASM_AVR32_CURRENT_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
haavard skinnemoenhaavard skinnemoen36100.00%1100.00%
Total36100.00%1100.00%