what are Softirq's and how many major numbers be allocated
in the linux kernel(2.4) ?



what are Softirq's and how many major numbers be allocated in the linux kernel(2.4) ?..

Answer / rajath n r

Softirq is a type of bottom half. Softirqs are rarely used,
Softirqs are statically allocated at compile-time. Unlike
tasklets, you cannot dynamically register and destroy
softirqs. They are required only for very high-frequency and
high threaded uses.

there can be a maximum of 32 registered softirqs. Note that
this cap is fixedthe maximum number of registered softirqs
cannot be dynamically changed. In the current kernel,
however, only 6 of the 32 entries are used

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Linux System Calls Interview Questions

What does exec family return?

1 Answers  


How to get microseconds of system time from Redhat Linux 4.0

2 Answers  


what is stored at /lib/modules ?

2 Answers   NetApp,


What are system calls used for process management in linux?

0 Answers  


linux system its not booting up its showing groub error what i need to do?

4 Answers   Wipro,






linux file defaults permition

8 Answers  


what is nis server

13 Answers  


how to create samba server in fedora linux 9 ?

2 Answers   Accenture,


how to create a ftp user on redhat linux 4.0?

6 Answers   Accenture,


how to configure ftp server on redhat linux?

9 Answers   Infosys,


What do fork() internally call?

3 Answers  


what is mean by raid and what are all raids available even in software and hardware?

5 Answers   Satyam,


Categories