Searched refs:sorts (Results 1 – 25 of 28) sorted by relevance
12
/Linux-v4.19/tools/perf/ui/ |
D | hist.c | 448 .sorts = LIST_HEAD_INIT(perf_hpp_list.sorts), 525 list_add_tail(&format->sort_list, &list->sorts); in perf_hpp_list__register_sort_field() 531 list_add(&format->sort_list, &list->sorts); in perf_hpp_list__prepend_sort_field() 791 list_add_tail(&fmt_copy->sort_list, &node->hpp.sorts); in add_hierarchy_fmt()
|
/Linux-v4.19/tools/perf/util/ |
D | hist.h | 271 struct list_head sorts; member 321 list_for_each_entry(format, &(_list)->sorts, sort_list) 324 list_for_each_entry_safe(format, tmp, &(_list)->sorts, sort_list)
|
D | hist.c | 2647 INIT_LIST_HEAD(&list->sorts); in perf_hpp_list__init()
|
/Linux-v4.19/Documentation/driver-api/firmware/ |
D | built-in-fw.rst | 29 is an example subsystem which deals with these sorts of firmware
|
/Linux-v4.19/Documentation/devicetree/bindings/mtd/ |
D | jedec,spi-nor.txt | 74 carefully by a system. Because these sorts of flash don't
|
/Linux-v4.19/fs/fscache/ |
D | Kconfig | 7 Different sorts of caches can be plugged in, depending on the
|
/Linux-v4.19/Documentation/networking/ |
D | x25.txt | 6 Linux. There are two sorts of X.25 cards available, intelligent ones that
|
/Linux-v4.19/kernel/rcu/ |
D | Kconfig | 45 sorts of detailed questions about how you would like numerous
|
/Linux-v4.19/fs/cramfs/ |
D | README | 34 exist, speeds up user-space directory sorts, etc.
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | persist.rst | 32 For many sorts of devices this behavior doesn't matter in the least.
|
/Linux-v4.19/Documentation/hid/ |
D | hiddev.txt | 7 interfaces, but have similar sorts of communication needs. The two big
|
/Linux-v4.19/tools/usb/usbip/ |
D | INSTALL | 67 all sorts of other programs in order to regenerate files that came
|
/Linux-v4.19/Documentation/power/ |
D | freezing-of-tasks.txt | 178 now doing the sorts of things that kernel threads do
|
/Linux-v4.19/drivers/video/fbdev/ |
D | Kconfig | 941 Say Y here if you want the nVidia driver to output all sorts 988 Say Y here if you want the Riva driver to output all sorts 1103 Say Y here if you want the Intel driver to output all sorts 1271 Say Y here if you want the Radeon driver to output all sorts
|
/Linux-v4.19/Documentation/RCU/ |
D | stallwarn.txt | 3 This document first discusses what sorts of issues RCU's CPU stall
|
D | checklist.txt | 6 result in the same sorts of problems that leaving out a locking primitive
|
/Linux-v4.19/Documentation/timers/ |
D | NO_HZ.txt | 276 Better handling of these sorts of situations is future work.
|
/Linux-v4.19/Documentation/admin-guide/LSM/ |
D | Smack.rst | 551 The developers of Linux rarely define new sorts of things, usually importing 736 There are three sorts of applications that will run on a Smack system. How an
|
/Linux-v4.19/Documentation/driver-api/gpio/ |
D | driver.rst | 203 achieveing an "open drain emulation" of sorts: electrically the behaviour will
|
/Linux-v4.19/Documentation/filesystems/ |
D | Locking | 295 radix tree. This incoherency can lead to all sorts of hard-to-debug problems
|
/Linux-v4.19/Documentation/admin-guide/ |
D | bcache.rst | 575 duration: garbage collection, btree read, btree node sorts and btree splits.
|
/Linux-v4.19/Documentation/arm64/ |
D | arm-acpi.txt | 254 to solve precisely these sorts of problems; Linux drivers should ALWAYS
|
/Linux-v4.19/Documentation/ |
D | memory-barriers.txt | 274 do all sorts of "creative" transformations, which are covered in 496 for other sorts of memory barrier (but note the exceptions mentioned in 1544 be fatal in concurrent code. Here are some examples of these sorts
|
/Linux-v4.19/Documentation/driver-api/ |
D | libata.rst | 833 - Unknown/random errors, timeouts and all sorts of weirdities.
|
/Linux-v4.19/Documentation/process/ |
D | coding-style.rst | 895 Mixing up these two sorts of representations is a fertile source of
|
12