Skip to content
Snippets Groups Projects
Commit 68e51252 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jonathan Corbet
Browse files

Documentation: add kernel-api section on Math functions


Add a kernel-api section on Math Functions.

Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 341e9a32
No related branches found
No related tags found
No related merge requests found
...@@ -103,6 +103,30 @@ idr/ida Functions ...@@ -103,6 +103,30 @@ idr/ida Functions
.. kernel-doc:: lib/idr.c .. kernel-doc:: lib/idr.c
:export: :export:
Math Functions in Linux
=======================
Base 2 log and power Functions
------------------------------
.. kernel-doc:: include/linux/log2.h
:internal:
Division Functions
------------------
.. kernel-doc:: include/asm-generic/div64.h
:functions: do_div
.. kernel-doc:: include/linux/math64.h
:internal:
.. kernel-doc:: lib/div64.c
:functions: div_s64_rem div64_u64_rem div64_u64 div64_s64
.. kernel-doc:: lib/gcd.c
:export:
Memory Management in Linux Memory Management in Linux
========================== ==========================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment