代码搜索:param
找到约 10,000 项符合「param」的源代码
代码结果 10,000
www.eeworm.com/read/209559/4971392
h param.h
/*
* linux/include/asm-arm/param.h
*
* Copyright (C) 1995-1999 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pub
www.eeworm.com/read/209559/4971408
h param.h
/*
* linux/include/asm-arm/arch-imx/param.h
*
* Copyright (C) 1999 ARM Limited
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/209559/4971525
h param.h
#ifndef _ASM_ALPHA_PARAM_H
#define _ASM_ALPHA_PARAM_H
/* ??? Gross. I don't want to parameterize this, and supposedly the
hardware ignores reprogramming. We also need userland buy-in to the
www.eeworm.com/read/209559/4971643
h param.h
#ifndef _ASMPARISC_PARAM_H
#define _ASMPARISC_PARAM_H
#ifdef __KERNEL__
#include
# ifdef CONFIG_PA20
# define HZ 1000 /* Faster machines */
# else
# define HZ 100 /* Internal k
www.eeworm.com/read/209559/4971739
h param.h
#ifndef _H8300_PARAM_H
#define _H8300_PARAM_H
#include
#ifndef HZ
#define HZ 100
#endif
#ifdef __KERNEL__
#define USER_HZ HZ
#define CLOCKS_PER_SEC (USER_HZ)
#endif
#define EXEC_
www.eeworm.com/read/209559/4971924
h param.h
#ifndef __ASM_SH_PARAM_H
#define __ASM_SH_PARAM_H
#ifdef __KERNEL__
# ifdef CONFIG_SH_WDT
# define HZ 1000 /* Needed for high-res WOVF */
# else
# define HZ 100
# endif
# define USER_HZ 100 /*
www.eeworm.com/read/209559/4972100
h param.h
#ifndef _ASM_PPC_PARAM_H
#define _ASM_PPC_PARAM_H
#ifdef __KERNEL__
#define HZ 1000 /* internal timer frequency */
#define USER_HZ 100 /* for user interfaces in "ticks" */
#define CLOCKS_PER_SEC
www.eeworm.com/read/209559/4972332
h param.h
#ifndef _UM_PARAM_H
#define _UM_PARAM_H
#define EXEC_PAGESIZE 4096
#ifndef NOGROUP
#define NOGROUP (-1)
#endif
#define MAXHOSTNAMELEN 64 /* max length of hostname */
#ifdef __KERNE
www.eeworm.com/read/208123/4996218
h param.h
/* param.h - Board specific parameters
Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
Written by Stephane Carrez (stcarrez@nerim.fr)
This file is free software; you can redi
www.eeworm.com/read/208123/4996225
h param.h
/* param.h - Dragon12 development board
Copyright (C) 2004 Robotronics, Inc.
Author Jefferson Smith, Robotronics
This file is free software; you can redistribute it and/or modify it
under