Kernel Synchronization

Creator
Creator
Alan JoAlan Jo
Created
Created
2023 Nov 8 6:8
Editor
Editor
Alan JoAlan Jo
Edited
Edited
2023 Dec 20 1:44

Kernel programming is inherently shared memory model

Kernel sync is overhead to prevent
Race Condition
.
Even the single CPU, processes are not a alone that we need to sync kernel.
Locking is generic than kernel locking or barrier

highlight part

Kernel synchronization primitives
 
 
Kernel synchronization notion
 
 
 
 

Recommendations