cregit-Linux how code gets into the kernel

Release 4.12 include/uapi/linux/times.h

#ifndef _LINUX_TIMES_H

#define _LINUX_TIMES_H

#include <linux/types.h>


struct tms {
	
__kernel_clock_t tms_utime;
	
__kernel_clock_t tms_stime;
	
__kernel_clock_t tms_cutime;
	
__kernel_clock_t tms_cstime;
};

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)2175.00%240.00%
Arnd Bergmann414.29%120.00%
Tim Schmielau27.14%120.00%
Martin Schwidefsky13.57%120.00%
Total28100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.