Searched refs:radix (Results 1 – 27 of 27) sorted by relevance
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-debugifc.c | 97 int radix = 10; in debugifc_parse_unsigned_number() local 100 radix = 16; in debugifc_parse_unsigned_number() 104 radix = 8; in debugifc_parse_unsigned_number() 109 if (val < 0 || val >= radix) in debugifc_parse_unsigned_number() 111 result *= radix; in debugifc_parse_unsigned_number()
|
/linux-4.4.14/Documentation/vm/ |
D | page_migration | 103 5. The radix tree lock is taken. This will cause all processes trying 104 to access the page via the mapping to block on the radix tree spinlock. 109 7. The radix tree is checked and if it does not contain the pointer to this 110 page then we back out because someone else modified the radix tree. 115 9. The radix tree is changed to point to the new page. 117 10. The reference count of the old page is dropped because the radix tree 119 the new page is referenced to by the radix tree. 121 11. The radix tree lock is dropped. With that lookups in the mapping
|
/linux-4.4.14/security/tomoyo/ |
D | file.c | 214 u8 radix; in tomoyo_audit_path_number_log() local 222 radix = TOMOYO_VALUE_TYPE_OCTAL; in tomoyo_audit_path_number_log() 225 radix = TOMOYO_VALUE_TYPE_HEXADECIMAL; in tomoyo_audit_path_number_log() 228 radix = TOMOYO_VALUE_TYPE_DECIMAL; in tomoyo_audit_path_number_log() 232 radix); in tomoyo_audit_path_number_log()
|
/linux-4.4.14/Documentation/cgroups/ |
D | memcg_test.txt | 95 - radix-tree of shmem's inode. 97 - Both on radix-tree and SwapCache. This happens at swap-in 101 - A new page is added to shmem's radix-tree.
|
D | memory.txt | 175 inserted into inode (radix-tree). While it's mapped into the page tables of 179 unaccounted when it's removed from radix-tree. Even if RSS pages are fully
|
/linux-4.4.14/kernel/debug/kdb/ |
D | kdb_main.c | 1558 int radix = 16, mdcount = 8, bytesperword = KDB_WORD_SIZE, repeat; in kdb_md() local 1569 kdbgetintenv("RADIX", &radix); in kdb_md() 1611 radix = last_radix; in kdb_md() 1637 radix = (int) val; in kdb_md() 1644 switch (radix) { in kdb_md() 1658 last_radix = radix; in kdb_md()
|
/linux-4.4.14/arch/m32r/platforms/oaks32r/ |
D | dot.gdbinit.nommu | 12 set radix 0d16
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_page.c | 52 int radix); 1008 int radix) in cl_page_delete0() argument 1035 if (!radix) in cl_page_delete0()
|
/linux-4.4.14/arch/m32r/platforms/mappi3/ |
D | dot.gdbinit | 6 set radix 0d16
|
/linux-4.4.14/lib/ |
D | Makefile | 11 rbtree.o radix-tree.o dump_stack.o timerqueue.o\
|
/linux-4.4.14/arch/m32r/platforms/mappi2/ |
D | dot.gdbinit.vdec2 | 6 set radix 0d16
|
/linux-4.4.14/Documentation/ |
D | IRQ-domain.txt | 89 The irq_domain maintains a radix tree map from hwirq numbers to Linux 91 hwirq is used as the lookup key for the radix tree.
|
D | rbtree.txt | 10 storing sortable key/value data pairs. This differs from radix trees (which
|
D | assoc_array.txt | 67 on each level by nibbles from the index key in the same manner as in a radix
|
/linux-4.4.14/arch/m32r/platforms/m32700ut/ |
D | dot.gdbinit_400MHz_32MB | 12 set radix 0d16
|
D | dot.gdbinit_200MHz_16MB | 12 set radix 0d16
|
D | dot.gdbinit_300MHz_32MB | 12 set radix 0d16
|
/linux-4.4.14/arch/m32r/platforms/mappi/ |
D | dot.gdbinit | 12 set radix 0d16
|
D | dot.gdbinit.nommu | 12 set radix 0d16
|
D | dot.gdbinit.smp | 6 set radix 0d16
|
/linux-4.4.14/Documentation/RCU/ |
D | arrayRCU.txt | 33 to other array-of-list situations, such as radix trees.
|
D | RTFP.txt | 1462 ,Title="[patch 3/3] radix-tree: {RCU} lockless readside" 1470 RCU-protected radix tree. 1517 Uses RCU-protected radix tree for a lockless page cache.
|
/linux-4.4.14/arch/m32r/platforms/opsput/ |
D | dot.gdbinit | 6 set radix 0d16
|
/linux-4.4.14/Documentation/timers/ |
D | hrtimers.txt | 92 such as radix trees and hashes, we chose the red black tree as the basic
|
/linux-4.4.14/Documentation/filesystems/ |
D | Locking | 285 radix tree. This incoherency can lead to all sorts of hard-to-debug problems
|
D | vfs.txt | 524 Pages are normally kept in a radix tree index by ->index. This tree 648 PAGECACHE_TAG_DIRTY tag in the radix tree.
|
/linux-4.4.14/Documentation/networking/ |
D | filter.txt | 1129 maps can have different types: hash, array, bloom filter, radix-tree, etc.
|