| .. | .. |
|---|
| 24 | 24 | .. kernel-doc:: lib/vsprintf.c |
|---|
| 25 | 25 | :export: |
|---|
| 26 | 26 | |
|---|
| 27 | | -.. kernel-doc:: include/linux/kernel.h |
|---|
| 28 | | - :functions: kstrtol |
|---|
| 29 | | - |
|---|
| 30 | | -.. kernel-doc:: include/linux/kernel.h |
|---|
| 31 | | - :functions: kstrtoul |
|---|
| 27 | +.. kernel-doc:: include/linux/kstrtox.h |
|---|
| 28 | + :functions: kstrtol kstrtoul |
|---|
| 32 | 29 | |
|---|
| 33 | 30 | .. kernel-doc:: lib/kstrtox.c |
|---|
| 31 | + :export: |
|---|
| 32 | + |
|---|
| 33 | +.. kernel-doc:: lib/string_helpers.c |
|---|
| 34 | 34 | :export: |
|---|
| 35 | 35 | |
|---|
| 36 | 36 | String Manipulation |
|---|
| .. | .. |
|---|
| 38 | 38 | |
|---|
| 39 | 39 | .. kernel-doc:: lib/string.c |
|---|
| 40 | 40 | :export: |
|---|
| 41 | + |
|---|
| 42 | +.. kernel-doc:: include/linux/string.h |
|---|
| 43 | + :internal: |
|---|
| 41 | 44 | |
|---|
| 42 | 45 | .. kernel-doc:: mm/util.c |
|---|
| 43 | 46 | :functions: kstrdup kstrdup_const kstrndup kmemdup kmemdup_nul memdup_user |
|---|
| .. | .. |
|---|
| 51 | 54 | Bit Operations |
|---|
| 52 | 55 | -------------- |
|---|
| 53 | 56 | |
|---|
| 54 | | -.. kernel-doc:: arch/x86/include/asm/bitops.h |
|---|
| 57 | +.. kernel-doc:: include/asm-generic/bitops/instrumented-atomic.h |
|---|
| 58 | + :internal: |
|---|
| 59 | + |
|---|
| 60 | +.. kernel-doc:: include/asm-generic/bitops/instrumented-non-atomic.h |
|---|
| 61 | + :internal: |
|---|
| 62 | + |
|---|
| 63 | +.. kernel-doc:: include/asm-generic/bitops/instrumented-lock.h |
|---|
| 55 | 64 | :internal: |
|---|
| 56 | 65 | |
|---|
| 57 | 66 | Bitmap Operations |
|---|
| .. | .. |
|---|
| 138 | 147 | .. kernel-doc:: include/linux/log2.h |
|---|
| 139 | 148 | :internal: |
|---|
| 140 | 149 | |
|---|
| 150 | +Integer power Functions |
|---|
| 151 | +----------------------- |
|---|
| 152 | + |
|---|
| 153 | +.. kernel-doc:: lib/math/int_pow.c |
|---|
| 154 | + :export: |
|---|
| 155 | + |
|---|
| 156 | +.. kernel-doc:: lib/math/int_sqrt.c |
|---|
| 157 | + :export: |
|---|
| 158 | + |
|---|
| 141 | 159 | Division Functions |
|---|
| 142 | 160 | ------------------ |
|---|
| 143 | 161 | |
|---|
| .. | .. |
|---|
| 147 | 165 | .. kernel-doc:: include/linux/math64.h |
|---|
| 148 | 166 | :internal: |
|---|
| 149 | 167 | |
|---|
| 150 | | -.. kernel-doc:: lib/div64.c |
|---|
| 168 | +.. kernel-doc:: lib/math/div64.c |
|---|
| 151 | 169 | :functions: div_s64_rem div64_u64_rem div64_u64 div64_s64 |
|---|
| 152 | 170 | |
|---|
| 153 | | -.. kernel-doc:: lib/gcd.c |
|---|
| 171 | +.. kernel-doc:: lib/math/gcd.c |
|---|
| 154 | 172 | :export: |
|---|
| 155 | 173 | |
|---|
| 156 | 174 | UUID/GUID |
|---|
| .. | .. |
|---|
| 209 | 227 | |
|---|
| 210 | 228 | Hardware Interfaces |
|---|
| 211 | 229 | =================== |
|---|
| 212 | | - |
|---|
| 213 | | -Interrupt Handling |
|---|
| 214 | | ------------------- |
|---|
| 215 | | - |
|---|
| 216 | | -.. kernel-doc:: kernel/irq/manage.c |
|---|
| 217 | | - :export: |
|---|
| 218 | 230 | |
|---|
| 219 | 231 | DMA Channels |
|---|
| 220 | 232 | ------------ |
|---|
| .. | .. |
|---|
| 291 | 303 | .. kernel-doc:: block/blk-lib.c |
|---|
| 292 | 304 | :export: |
|---|
| 293 | 305 | |
|---|
| 294 | | -.. kernel-doc:: block/blk-tag.c |
|---|
| 295 | | - :export: |
|---|
| 296 | | - |
|---|
| 297 | | -.. kernel-doc:: block/blk-tag.c |
|---|
| 298 | | - :internal: |
|---|
| 299 | | - |
|---|
| 300 | 306 | .. kernel-doc:: block/blk-integrity.c |
|---|
| 301 | 307 | :export: |
|---|
| 302 | 308 | |
|---|
| .. | .. |
|---|
| 362 | 368 | |
|---|
| 363 | 369 | .. kernel-doc:: include/linux/rcupdate.h |
|---|
| 364 | 370 | |
|---|
| 365 | | -.. kernel-doc:: include/linux/rcupdate_wait.h |
|---|
| 366 | | - |
|---|
| 367 | | -.. kernel-doc:: include/linux/rcutree.h |
|---|
| 368 | | - |
|---|
| 369 | 371 | .. kernel-doc:: kernel/rcu/tree.c |
|---|
| 370 | | - |
|---|
| 371 | | -.. kernel-doc:: kernel/rcu/tree_plugin.h |
|---|
| 372 | 372 | |
|---|
| 373 | 373 | .. kernel-doc:: kernel/rcu/tree_exp.h |
|---|
| 374 | 374 | |
|---|