cregit-Linux how code gets into the kernel

Release 4.7 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
pre-gitpre-git2175.00%240.00%
arnd bergmannarnd bergmann414.29%120.00%
tim schmielautim schmielau27.14%120.00%
martin schwidefskymartin 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.
{% endraw %}