System calls are listed in the Functional Specification mapping table.
6.8.1.2.2Internal Interfaces
Internal function | Interfaces defined in |
current | Understanding the LINUX KERNEL, Chapter 3, 2nd Edition, Daniel |
| P. Bovet, Marco Cesati, ISBN# |
request_irq | Linux Device Drivers, O’Reilly, Chapter 9, 2nd Edition June 2001, |
| Alessandro Rubini |
free_irq | Linux Device Drivers, O’Reilly, Chapter 9, 2nd Edition June 2001, |
| Alessandro Rubini |
send_sig_info && | Understanding the LINUX KERNEL, Chapter 10, 2nd Edition, Daniel |
check_kill_permission | P. Bovet, Marco Cesati, ISBN# |
| chapter 5.3.4.2 |
6.8.1.2.3Data Structures
task_struct and include/linux/sched.h
6.8.1.3Kernel subsystem inter-process communication
This section lists external interfaces, internal interfaces, and data structures of the
225