/linux-4.1.27/drivers/md/bcache/ |
D | debug.c | 33 struct bset *ondisk, *sorted, *inmemory; in bch_btree_verify() local 43 sorted = b->c->verify_data->keys.set->data; in bch_btree_verify() 55 bch_bio_map(bio, sorted); in bch_btree_verify() 60 memcpy(ondisk, sorted, KEY_SIZE(&v->key) << 9); in bch_btree_verify() 63 sorted = v->keys.set->data; in bch_btree_verify() 65 if (inmemory->keys != sorted->keys || in bch_btree_verify() 67 sorted->start, in bch_btree_verify() 78 bch_dump_bset(&v->keys, sorted, 0); in bch_btree_verify() 92 if (inmemory->d[j] != sorted->d[j]) in bch_btree_verify()
|
/linux-4.1.27/scripts/ |
D | checkkconfigsymbols.py | 115 for feature in sorted(undefined_b): 118 files = sorted(undefined_b.get(feature)) 122 files = sorted(undefined_b.get(feature) - 133 for feature in sorted(undefined): 134 files = sorted(undefined.get(feature)) 194 for feature in sorted(referenced_features):
|
D | diffconfig | 127 new = sorted(b.keys())
|
D | analyze_suspend.py | 428 return sorted(self.dmesg, key=self.dmesgSortVal) 436 for t in sorted(tmp): 3337 for file in sorted(files):
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig.txt | 170 When searching, symbols are sorted thus: 171 - first, exact matches, sorted alphabetically (an exact match 173 - then, other matches, sorted alphabetically. 177 of which only ATH5K and ATH9K match exactly and so are sorted 179 sorted in alphabetical order.
|
/linux-4.1.27/fs/cramfs/ |
D | inode.c | 437 int sorted; in cramfs_lookup() local 440 sorted = CRAMFS_SB(dir->i_sb)->flags & CRAMFS_FLAG_SORTED_DIRS; in cramfs_lookup() 451 if (sorted && (dentry->d_name.name[0] < name[0])) in cramfs_lookup() 480 if (sorted) in cramfs_lookup()
|
D | README | 32 Beginning in 2.4.7, directory entries are sorted. This optimization
|
/linux-4.1.27/tools/power/cpupower/ |
D | ToDo | 1 ToDos sorted by priority:
|
/linux-4.1.27/tools/perf/scripts/python/ |
D | syscall-counts.py | 62 for id, val in sorted(syscalls.iteritems(), key = lambda(k, v): (v, k), \
|
D | sctop.py | 73 for id, val in sorted(syscalls.iteritems(), key = lambda(k, v): (v, k), \
|
D | syscall-counts-by-pid.py | 72 for id, val in sorted(syscalls[comm][pid].iteritems(), \
|
D | failed-syscalls-by-pid.py | 77 …for ret, val in sorted(syscalls[comm][pid][id].iteritems(), key = lambda(k, v): (v, k), reverse =…
|
D | event_analyzing_sample.py | 189 print ' '.join(['%s=%s'%(k,str(v))for k,v in sorted(event_fields_dict.items())])
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4acl.c | 386 int sorted = 0, i; in sort_pacl_range() local 391 while (!sorted) { in sort_pacl_range() 392 sorted = 1; in sort_pacl_range() 396 sorted = 0; in sort_pacl_range()
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | exynos7-decon.txt | 30 - clock-names: list of clock names sorted in the same order as the clocks
|
D | samsung-fimd.txt | 37 - clock-names: list of clock names sorted in the same order as the clocks
|
/linux-4.1.27/Documentation/devicetree/bindings/ufs/ |
D | ufshcd-pltfrm.txt | 27 - clock-names : List of clock input name strings sorted in the same
|
/linux-4.1.27/Documentation/networking/ |
D | fib_trie.txt | 7 with 'hlist' with routing table entries sorted by prefix length. 121 the fib_semantic_match in the leaf's sorted prefix hlist.
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | wm8994.txt | 36 - clock-names : A list of clock names sorted in the same order as clocks.
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/ |
D | iio-bindings.txt | 55 List of IIO input name strings sorted in the same
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | orion5x-maxtor-shared-storage-2.dts | 67 * issue is sorted out in the MTD code, break this into at
|
D | orion5x-lacie-ethernet-disk-mini-v2.dts | 88 * issue is sorted out in the MTD code, break this into at
|
D | orion5x-lacie-d2-network.dts | 107 * issue is sorted out in the MTD code, break this into at
|
/linux-4.1.27/Documentation/devicetree/bindings/reset/ |
D | reset.txt | 55 reset-names: List of reset signal name strings sorted in the same order as
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | Kconfig | 5 comment "Intel/Marvell Dev Platforms (sorted by hardware release time)" 74 comment "Third Party Dev Platforms (sorted by vendor name)" 278 comment "End-user Products (sorted by vendor name)"
|
/linux-4.1.27/fs/affs/ |
D | Changes | 197 - Fixed bug in add_entry(): When doing a sorted insert, 272 - Hash chains are now sorted by block numbers.
|
/linux-4.1.27/Documentation/filesystems/ |
D | squashfs.txt | 147 Directories are sorted, and can contain a directory index to speed up 150 in each metadata block. Directories are sorted in alphabetical order,
|
D | hpfs.txt | 117 (note, that files in HPFS directory must be sorted) and when searching for
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-top.txt | 170 and will be sorted on the data. It requires -g/--call-graph option
|
D | perf-diff.txt | 23 If no parameters are passed the samples will be sorted by dso and symbol.
|
D | perf-report.txt | 195 and will be sorted on the data. It requires callchains are recorded.
|
D | perf-script-python.txt | 311 for id, val in sorted(syscalls.iteritems(), key = lambda(k, v): (v, k), \
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | renesas,pfc-pinctrl.txt | 33 external IRQ, sorted by external IRQ number.
|
/linux-4.1.27/Documentation/ |
D | rbtree.txt | 12 to insert/access/delete nodes) and hash tables (which are not kept sorted to 168 sorted order. These work on arbitrary trees, and should not need to be
|
D | magic-number.txt | 40 sorted by number field.
|
D | clk.txt | 262 are sorted out.
|
D | svga.txt | 81 The modes displayed on the menu are partially sorted: The list starts with
|
D | xillybus.txt | 358 the IDT. The driver relies on a rule that the pipes are sorted with decreasing
|
D | kernel-parameters.txt | 6 and sorted into English Dictionary order (defined as ignoring all
|
/linux-4.1.27/Documentation/devicetree/ |
D | usage-model.txt | 116 The 'compatible' property contains a sorted list of strings starting 118 boards it is compatible with sorted from most compatible to least. For 127 of SoCs in general. You'll notice that the list is sorted from most
|
/linux-4.1.27/Documentation/input/ |
D | ntrig.txt | 126 contacts are active they seem to be sorted primarily by Y position.
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | clock-bindings.txt | 72 clock-names: List of clock input name strings sorted in the same
|
/linux-4.1.27/Documentation/device-mapper/ |
D | verity.txt | 141 (starting from the root), sorted in order of increasing index.
|
/linux-4.1.27/fs/ext3/ |
D | xattr.c | 185 const char *name, size_t size, int sorted) in ext3_xattr_find_entry() argument 201 if (cmp <= 0 && (sorted || cmp == 0)) in ext3_xattr_find_entry()
|
/linux-4.1.27/Documentation/timers/ |
D | hrtimers.txt | 95 file systems. The rbtree is solely used for time sorted ordering, while
|
/linux-4.1.27/Documentation/usb/ |
D | mass-storage.txt | 193 may take a look at mass_storage.c, acm_ms.c and multi.c (sorted by
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-design-CFS.txt | 68 CFS maintains a time-ordered rbtree, where all runnable tasks are sorted by the
|
/linux-4.1.27/Documentation/x86/ |
D | exception-tables.txt | 291 will cause the exception table to not be sorted correctly, and the
|
/linux-4.1.27/fs/ext4/ |
D | xattr.c | 248 const char *name, size_t size, int sorted) in ext4_xattr_find_entry() argument 264 if (cmp <= 0 && (sorted || cmp == 0)) in ext4_xattr_find_entry()
|
/linux-4.1.27/drivers/zorro/ |
D | zorro.ids | 8 # Manufacturers and Products. Please keep sorted.
|
/linux-4.1.27/Documentation/cgroups/ |
D | cgroups.txt | 234 is not guaranteed to be sorted. Writing a thread ID into this file 237 not guaranteed to be sorted or free of duplicate TGIDs, and userspace
|
D | unified-hierarchy.txt | 303 - The "cgroup.procs" file is not sorted. pids will be unique unless
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-kernel-slab | 434 sorted so the slabs with the fewest available objects are used
|
/linux-4.1.27/Documentation/serial/ |
D | moxa-smartio | 190 Therefore the board number is sorted by the CAP address of ISA boards.
|
/linux-4.1.27/ |
D | README | 375 This will give you a list of kernel addresses sorted in ascending
|
D | CREDITS | 2 contributed to the Linux project. It is sorted by name and
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 82 # Above selects are sorted alphabetically; please add new ones 823 # This is sorted alphabetically by mach-* pathname. However, plat-* 1476 # The GPIO number here must be sorted by descending number. In case of
|
/linux-4.1.27/Documentation/locking/ |
D | rt-mutex-design.txt | 193 being that plist is a priority sorted linked list. This means that the 194 priorities of the plist are sorted, such that it takes O(1) to retrieve the
|
/linux-4.1.27/arch/arm64/ |
D | Kconfig | 522 # These have to remain sorted largest to smallest
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.megaraid | 170 Based on the patch from Daniel, sorted out PCI IDs along with
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 411 # This is an alphabetically sorted list of 64 bit extended platforms 448 # Following is an alphabetically sorted list of 32 bit extended platforms 587 # Alphabetically sorted list of Non standard 32 bit platforms
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-framework.txt | 245 are sorted according to category and each category has its own ops struct.
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 3723 * tail pointers into lists of SCBs sorted by "other-id".
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 2259 8 entries sorted by increasing sizes and an entry with a "0" shift
|