代码搜索:param

找到约 10,000 项符合「param」的源代码

代码结果 10,000
www.eeworm.com/read/480930/1308597

h param.h

#ifndef _LINUX_PARAM_H #define _LINUX_PARAM_H #include #endif
www.eeworm.com/read/480930/1309599

h param.h

#ifndef _ASM_IA64_PARAM_H #define _ASM_IA64_PARAM_H /* * Fundamental kernel parameters. * * Copyright (C) 1998, 1999 Hewlett-Packard Co * Copyright (C) 1998, 1999 David Mosberger-Tang
www.eeworm.com/read/480930/1309706

h param.h

#ifndef _ASMi386_PARAM_H #define _ASMi386_PARAM_H #ifndef HZ #define HZ 100 #ifdef __KERNEL__ #if HZ == 100 /* X86 is defined to provide userspace with a world where HZ=100 We have to do this, (x*
www.eeworm.com/read/480930/1309786

h param.h

#ifndef _ASMCRIS_PARAM_H #define _ASMCRIS_PARAM_H #ifndef HZ #define HZ 100 #endif #define EXEC_PAGESIZE 8192 #ifndef NGROUPS #define NGROUPS 32 #endif #ifndef NOGROUP #define NOGROUP (-1) #endi
www.eeworm.com/read/480930/1309938

h param.h

#ifndef _M68K_PARAM_H #define _M68K_PARAM_H #ifndef HZ #define HZ 100 #ifdef __KERNEL__ #define hz_to_std(a) (a) #endif #endif #define EXEC_PAGESIZE 8192 #ifndef NGROUPS #define NGROUPS 32 #endif
www.eeworm.com/read/480930/1310053

h param.h

/* * include/asm-s390/param.h * * S390 version * * Derived from "include/asm-i386/param.h" */ #ifndef _ASMS390_PARAM_H #define _ASMS390_PARAM_H #ifndef HZ #define HZ 100 #ifdef __KERNEL__ #
www.eeworm.com/read/480930/1310128

h param.h

/* * linux/include/asm-arm/arch-sa1100/param.h */
www.eeworm.com/read/480930/1310146

h param.h

/* * linux/include/asm-arm/arch-clps711x/param.h * * Copyright (C) 2000 Deep Blue Solutions Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms o
www.eeworm.com/read/480930/1310161

h param.h

/* * linux/include/asm-arm/arch-shark/param.h * * by Alexander Schulz */ /* This must be a power of 2 because the RTC * can't use anything else. */ #define HZ 64 #define hz_to_std(a) ((a * HZ)
www.eeworm.com/read/480930/1310177

h param.h

/* * linux/include/asm-arm/arch-arc/param.h */