Data structures in Linux kernel
struct task_struct:
For every process that is created in the user space, kernel creates and maintains a data structure of type ‘struct task_struct’. This structure has all the information that the kernel needs to perform process management, scheduler...
linux-kernel.hashnode.dev41 min read