Home
last modified time | relevance | path

Searched refs:radix (Results 1 – 27 of 27) sorted by relevance

/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-debugifc.c97 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/
Dpage_migration103 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/
Dfile.c214 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/
Dmemcg_test.txt95 - 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.
Dmemory.txt175 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/
Dkdb_main.c1558 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/
Ddot.gdbinit.nommu12 set radix 0d16
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_page.c52 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/
Ddot.gdbinit6 set radix 0d16
/linux-4.4.14/lib/
DMakefile11 rbtree.o radix-tree.o dump_stack.o timerqueue.o\
/linux-4.4.14/arch/m32r/platforms/mappi2/
Ddot.gdbinit.vdec26 set radix 0d16
/linux-4.4.14/Documentation/
DIRQ-domain.txt89 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.
Drbtree.txt10 storing sortable key/value data pairs. This differs from radix trees (which
Dassoc_array.txt67 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/
Ddot.gdbinit_400MHz_32MB12 set radix 0d16
Ddot.gdbinit_200MHz_16MB12 set radix 0d16
Ddot.gdbinit_300MHz_32MB12 set radix 0d16
/linux-4.4.14/arch/m32r/platforms/mappi/
Ddot.gdbinit12 set radix 0d16
Ddot.gdbinit.nommu12 set radix 0d16
Ddot.gdbinit.smp6 set radix 0d16
/linux-4.4.14/Documentation/RCU/
DarrayRCU.txt33 to other array-of-list situations, such as radix trees.
DRTFP.txt1462 ,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/
Ddot.gdbinit6 set radix 0d16
/linux-4.4.14/Documentation/timers/
Dhrtimers.txt92 such as radix trees and hashes, we chose the red black tree as the basic
/linux-4.4.14/Documentation/filesystems/
DLocking285 radix tree. This incoherency can lead to all sorts of hard-to-debug problems
Dvfs.txt524 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/
Dfilter.txt1129 maps can have different types: hash, array, bloom filter, radix-tree, etc.