Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/220/2.html
Дата изменения: Thu Mar 23 12:37:53 2000
Дата индексирования: Wed Sep 15 04:08:34 2010
Кодировка:
Finding definitions in the source The HyperNews Linux KHG Discussion Pages

More: Finding definitions in the source

Forum: The Linux Kernel Hackers' Guide
Re: Question Linux SMP Scheduling (Angela)
Date: Mon, 16 Mar 1998 16:34:54 GMT
From: Felix Rauch <rauch@inf.ethz.ch>

The definition of NO_PROC_ID can be fount by, e.g., the following command:

find . -name "*.[ch]" -print | xargs grep NO_PROC_ID | grep #define

(assuming you are in the Linux-source-directory).

This will show that NO_PROC_ID is defined as follows:

#define NO_PROC_ID 0xFF