Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4
unsigned int __umodi (unsigned int a, unsigned int b) { return a % b; }