Linux Kernel Architecture
Chapter 1: Introduction and Overview Techniques that would be unthinkable in many textbook solutionscannot only be good, but are ...
Chapter 1: Introduction and Overview Usually I start my discussion with a general overview about the concepts of the topic that ...
Chapter 1: Introduction and Overview put_mnt_ns(new_nsp->mnt_ns); out_ns: kmem_cache_free(nsproxy_cachep, new_nsp); return ER ...
Chapter 1: Introduction and Overview create_new_namespace clone_nsproxy copy_mnt_ns put_uts_ns put_mnt_ns copy_utsname Error? Er ...
Chapter 1: Introduction and Overview Handling error return codes is something that we assume goes without saying, and so we will ...
...
Process Management and Scheduling All modern operating systems are able to run several processes at the same time — at least, th ...
Chapter 2: Process Management and Scheduling Chapter 2: Process Management and Scheduling............................. ❑ The ker ...
Chapter 2: Process Management and Scheduling ❑ Most processes arenormal processesthat have no specific time constraints but can ...
Chapter 2: Process Management and Scheduling number crunchers, while these in turn differ considerably from multimedia systems. ...
Chapter 2: Process Management and Scheduling Figure 2-2 shows several process states and transitions. Running Stopped Waiting Sl ...
Chapter 2: Process Management and Scheduling reboot. This can be seen by reading the output of process tools such aspsortop.This ...
Chapter 2: Process Management and Scheduling One option known askernel preemptionwas added to the kernel during the development ...
Chapter 2: Process Management and Scheduling struct list_head ptrace_list; struct mm_struct *mm, *active_mm; / task state / stru ...
Chapter 2: Process Management and Scheduling unsigned keep_capabilities:1; struct user_struct *user; char comm[TASK_COMM_LEN]; / ...
Chapter 2: Process Management and Scheduling Admittedly, it is difficult to digest the amount of information in this structure. ...
Chapter 2: Process Management and Scheduling Linux provides theresource limit(rlimit) mechanism to impose certain system resourc ...
Chapter 2: Process Management and Scheduling Max cpu time unlimited unlimited ms Max file size unlimited unlimited bytes Max dat ...
Chapter 2: Process Management and Scheduling Most of the code to generate the information is already present in kernel 2.6.24, b ...
Chapter 2: Process Management and Scheduling Global identifiers allow the kernel to selectively grant or deny certain privileges ...
«
1
2
3
4
5
6
7
8
9
10
»
Free download pdf