Re: need help on development of linux kernel

From: Sachin Agarwalla
Date: Tue Sep 04 2012 - 05:18:00 EST


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.wangcong@xxxxxxxxx>
To: "Sachin Agarwalla" <sachin.agarwalla@xxxxxxxxxxxxxxxxxxx>
Cc: "linux-kernel" <linux-kernel@xxxxxxxxxxxxxxx>
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/