Home
last modified time | relevance | path

Searched full:kernel_stat (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcgroup.h41 #include <linux/kernel_stat.h>
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp33 // For mips64, syscall(__NR_stat) fills the buffer in the 'struct kernel_stat'
34 // format. Struct kernel_stat is defined as 'struct stat' in asm/stat.h. To
41 # define stat kernel_stat
390 typedef struct kernel_stat kstat_t;
395 // so that they would not clash with the kernel_stat
405 // they clash with the kernel_stat structure
521 // For mips64, fstat syscall fills buffer in the format of kernel_stat in internal_fstat()