cregit-Linux how code gets into the kernel

Release 4.14 tools/build/feature/test-sched_getcpu.c

// SPDX-License-Identifier: GPL-2.0
#ifndef _GNU_SOURCE

#define _GNU_SOURCE
#endif
#include <sched.h>


int main(void) { return sched_getcpu(); }

Contributors

PersonTokensPropCommitsCommitProp
Arnaldo Carvalho de Melo11100.00%1100.00%
Total11100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Arnaldo Carvalho de Melo2295.65%266.67%
Greg Kroah-Hartman14.35%133.33%
Total23100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.