Release 4.17 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
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 21 | 72.41% | 2 | 33.33% |
Arnd Bergmann | 4 | 13.79% | 1 | 16.67% |
Tim Schmielau | 2 | 6.90% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 3.45% | 1 | 16.67% |
Martin Schwidefsky | 1 | 3.45% | 1 | 16.67% |
Total | 29 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.