cregit-Linux how code gets into the kernel

Release 4.15 include/uapi/linux/times.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#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)2172.41%233.33%
Arnd Bergmann413.79%116.67%
Tim Schmielau26.90%116.67%
Greg Kroah-Hartman13.45%116.67%
Martin Schwidefsky13.45%116.67%
Total29100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.