cregit-Linux how code gets into the kernel

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

#ifndef _PARISC_CURRENT_H

#define _PARISC_CURRENT_H

#include <linux/thread_info.h>

struct task_struct;


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

Contributors

PersonTokensPropCommitsCommitProp
pre-gitpre-git1376.47%150.00%
matthew wilcoxmatthew wilcox423.53%150.00%
Total17100.00%2100.00%

#define current get_current() #endif /* !(_PARISC_CURRENT_H) */

Overall Contributors

PersonTokensPropCommitsCommitProp
pre-gitpre-git3186.11%133.33%
matthew wilcoxmatthew wilcox513.89%266.67%
Total36100.00%3100.00%