Zone watermarks
quoted from : Professional Linux kernel architecture by Wolfgang Mauerer
page 144
Before calculating the various watermarks (pages_low, pages_high, pages_min ), the kernel first determines the minimum memory space that must remain free for critical allocations.
This is stored in the global variable min_free_kbytes.
cat /proc/sys/vm/min_free_kbytes
init_per_zone_pages_min()
setup_per_zone_pages_min()
setup_per_zone_lowmem_reserve()
2 Kommentare:
Tasklets and bottom half
I am a kernel newbies.
bottom halves were discarded in kernel 2.5 and replaced with tasklets.
tasklets are mechanism for the deferred execution of work.
tasklets are "small tasks" that perform mini jobs that would be wasted on full processes.
Linux Kernel Development Second Edition
http://linuxkernel2.atw.hu/
深田恭子 生ドロンジョで「天才ドロンボー」熱唱 ヤッターマン実写版
http://www.youtube.com/watch?v=HHwYuDrhzi8&feature=related
ヤッターマン OP1 高画質
http://www.youtube.com/watch?v=39lTtGetk24&feature=related
Kommentar veröffentlichen