Searched full:sorts (Results 1 – 25 of 119) sorted by relevance
12345
/Linux-v6.6/drivers/video/fbdev/ |
D | valkyriefb.h | 3 * valkyriefb.h: Constants of all sorts for valkyriefb 17 * controlfb.h: Constants of all sorts for controlfb
|
D | controlfb.h | 3 * controlfb_hw.h: Constants of all sorts for controlfb
|
D | Kconfig | 729 Say Y here if you want the nVidia driver to output all sorts 776 Say Y here if you want the Riva driver to output all sorts 893 Say Y here if you want the Intel driver to output all sorts 1062 Say Y here if you want the Radeon driver to output all sorts
|
/Linux-v6.6/tools/perf/ui/ |
D | hist.c | 518 .sorts = LIST_HEAD_INIT(perf_hpp_list.sorts), 607 list_add_tail(&format->sort_list, &list->sorts); in perf_hpp_list__register_sort_field() 613 list_add(&format->sort_list, &list->sorts); in perf_hpp_list__prepend_sort_field() 861 list_add_tail(&fmt_copy->sort_list, &node->hpp.sorts); in add_hierarchy_fmt()
|
/Linux-v6.6/fs/fscache/ |
D | Kconfig | 9 Different sorts of caches can be plugged in, depending on the
|
/Linux-v6.6/Documentation/driver-api/firmware/ |
D | built-in-fw.rst | 29 is an example subsystem which deals with these sorts of firmware
|
/Linux-v6.6/tools/perf/util/ |
D | hist.h | 304 struct list_head sorts; member 354 list_for_each_entry(format, &(_list)->sorts, sort_list) 357 list_for_each_entry_safe(format, tmp, &(_list)->sorts, sort_list)
|
/Linux-v6.6/Documentation/networking/ |
D | x25.rst | 10 Linux. There are two sorts of X.25 cards available, intelligent ones that
|
/Linux-v6.6/Documentation/devicetree/bindings/mtd/ |
D | jedec,spi-nor.yaml | 68 sorts of flash don't have a standardized software reset command, and
|
/Linux-v6.6/Documentation/powerpc/ |
D | booting.rst | 29 code all sorts of tables. It also makes it more flexible for board vendors to do
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | xive-regs.h | 107 * all sorts of side effects:
|
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | gt215.c | 109 * write to one of these, and results in all sorts of things going in gt215_devinit_mmio()
|
/Linux-v6.6/scripts/ |
D | parse-maintainers.pl | 67 # This always sorts last
|
/Linux-v6.6/rust/alloc/ |
D | slice.rs | 179 /// Sorts the slice. 216 /// Sorts the slice with a comparator function. 272 /// Sorts the slice with a key extraction function. 315 /// Sorts the slice with a key extraction function.
|
/Linux-v6.6/arch/hexagon/kernel/ |
D | head.S | 168 * in all sorts of places.
|
/Linux-v6.6/Documentation/mm/ |
D | page_owner.rst | 91 and pages of buf, and finally sorts them according to the parameter(s).
|
D | multigen_lru.rst | 136 unmapped clean pages, which are the best bet. The eviction sorts a
|
/Linux-v6.6/fs/cramfs/ |
D | README | 34 exist, speeds up user-space directory sorts, etc.
|
/Linux-v6.6/Documentation/driver-api/usb/ |
D | persist.rst | 32 For many sorts of devices this behavior doesn't matter in the least.
|
/Linux-v6.6/Documentation/hid/ |
D | hiddev.rst | 10 interfaces, but have similar sorts of communication needs. The two big
|
/Linux-v6.6/tools/usb/usbip/ |
D | INSTALL | 67 all sorts of other programs in order to regenerate files that came
|
/Linux-v6.6/kernel/rcu/ |
D | Kconfig | 49 sorts of detailed questions about how you would like numerous
|
/Linux-v6.6/arch/powerpc/kexec/ |
D | ranges.c | 136 * sort_memory_ranges - Sorts the given memory ranges list.
|
/Linux-v6.6/include/linux/ |
D | iversion.h | 48 * We consider these sorts of filesystems to have a kernel-managed i_version.
|
/Linux-v6.6/Documentation/power/ |
D | freezing-of-tasks.rst | 188 now doing the sorts of things that kernel threads do
|
12345