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 |
What is atomic function / atomic variable ?
what are Softirq's and how many major numbers be allocated in the linux kernel(2.4) ?
what is nis server
How to create secured appeche web sever ?
how to create samba server in fedora linux 9 ?
what is stored in /proc ? what is significance of /proc in linux ?
diff b/w spinlock, seamaphores and mutex and where to use it.
Explain process management system calls in linux?
how to create a ftp user on redhat linux 4.0?
what is bus trap.
if one of the critical section code (linked list) is under ISR & another one in kernel thread ? How you will synchronize for this critical section code ?
what is segmentation fault?