Re: need help on development of linux kernel

2012-09-04 Thread Sachin Agarwalla
Dear Sir/Madam,
 Thank you for your support.I want to know is the linux kernel cpu scheduling 
part optimized for scalable multi core architecture.If not then what are the 
scope if improvements?Can you help me?

thanking you,
waiting for your reply,
yours faithfully,
sachinagarwalla

- Original Message -
From: "Cong Wang" 
To: "Sachin Agarwalla" 
Cc: "linux-kernel" 
Sent: Tuesday, September 4, 2012 12:29:21 PM
Subject: Re: need help on development of linux kernel

On 08/30/2012 12:15 PM, Sachin Agarwalla wrote:
> Dear Sir/Madam,
>I have some questions on development of linux kernel as follows:-
> 1.I want to know the location of files in linux kernel source code that 
> contains timer initialization and scheduler part.

Scheduler source code is in kernel/sched/* files.

> 2.Also I want to know location of header files(or library files) that are 
> present in the above files.

include/linux/sched.h

> 3.Is there any version of linux kernel that uses openmp or inteltbb or 
> parallelc tool.

No, kernel doesn't use any libraries including libc.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: need help on development of linux kernel

2012-09-04 Thread Cong Wang

On 08/30/2012 12:15 PM, Sachin Agarwalla wrote:

Dear Sir/Madam,
   I have some questions on development of linux kernel as follows:-
1.I want to know the location of files in linux kernel source code that 
contains timer initialization and scheduler part.


Scheduler source code is in kernel/sched/* files.


2.Also I want to know location of header files(or library files) that are 
present in the above files.


include/linux/sched.h


3.Is there any version of linux kernel that uses openmp or inteltbb or 
parallelc tool.


No, kernel doesn't use any libraries including libc.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: need help on development of linux kernel

2012-09-04 Thread Cong Wang

On 08/30/2012 12:15 PM, Sachin Agarwalla wrote:

Dear Sir/Madam,
   I have some questions on development of linux kernel as follows:-
1.I want to know the location of files in linux kernel source code that 
contains timer initialization and scheduler part.


Scheduler source code is in kernel/sched/* files.


2.Also I want to know location of header files(or library files) that are 
present in the above files.


include/linux/sched.h


3.Is there any version of linux kernel that uses openmp or inteltbb or 
parallelc tool.


No, kernel doesn't use any libraries including libc.

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: need help on development of linux kernel

2012-09-04 Thread Sachin Agarwalla
Dear Sir/Madam,
 Thank you for your support.I want to know is the linux kernel cpu scheduling 
part optimized for scalable multi core architecture.If not then what are the 
scope if improvements?Can you help me?

thanking you,
waiting for your reply,
yours faithfully,
sachinagarwalla

- Original Message -
From: Cong Wang xiyou.wangc...@gmail.com
To: Sachin Agarwalla sachin.agarwa...@cse.iitkgp.ernet.in
Cc: linux-kernel linux-kernel@vger.kernel.org
Sent: Tuesday, September 4, 2012 12:29:21 PM
Subject: Re: need help on development of linux kernel

On 08/30/2012 12:15 PM, Sachin Agarwalla wrote:
 Dear Sir/Madam,
I have some questions on development of linux kernel as follows:-
 1.I want to know the location of files in linux kernel source code that 
 contains timer initialization and scheduler part.

Scheduler source code is in kernel/sched/* files.

 2.Also I want to know location of header files(or library files) that are 
 present in the above files.

include/linux/sched.h

 3.Is there any version of linux kernel that uses openmp or inteltbb or 
 parallelc tool.

No, kernel doesn't use any libraries including libc.

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/