cregit-Linux how code gets into the kernel

Release 4.14 arch/m32r/kernel/asm-offsets.c

Directory: arch/m32r/kernel
// SPDX-License-Identifier: GPL-2.0
#include <linux/thread_info.h>
#include <linux/kbuild.h>


int foo(void) { OFFSET(TI_TASK, thread_info, task); OFFSET(TI_FLAGS, thread_info, flags); OFFSET(TI_STATUS, thread_info, status); OFFSET(TI_CPU, thread_info, cpu); OFFSET(TI_PRE_COUNT, thread_info, preempt_count); OFFSET(TI_ADDR_LIMIT, thread_info, addr_limit); return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Richard Weinberger64100.00%1100.00%
Total64100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Richard Weinberger7098.59%150.00%
Greg Kroah-Hartman11.41%150.00%
Total71100.00%2100.00%
Directory: arch/m32r/kernel
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.