Searched full:unsorted (Results 1 – 25 of 48) sorted by relevance
12
/linux-6.12.1/Documentation/mm/ |
D | index.rst | 27 Unsorted Documentation 30 This is a collection of unsorted documents about the Linux memory management
|
/linux-6.12.1/Documentation/devicetree/bindings/mtd/partitions/ |
D | linux,ubi.yaml | 7 title: Unsorted Block Images 10 UBI ("Unsorted Block Images") is a volume management system for raw
|
/linux-6.12.1/drivers/md/dm-vdo/indexer/ |
D | radix-sort.c | 71 /* Insert the next unsorted key into an array of sorted keys. */ 74 /* Pull the unsorted key out, freeing up the array slot. */ in insert_key() 75 sort_key_t unsorted = *next; in insert_key() local 79 (compare(unsorted, next[0], task.offset, task.length) < 0)) in insert_key() 83 next[1] = unsorted; in insert_key()
|
/linux-6.12.1/Documentation/ |
D | index.rst | 108 There are several unsorted documents that don't seem to fit on other parts 115 Unsorted documentation <staging/index>
|
/linux-6.12.1/Documentation/staging/ |
D | index.rst | 3 Unsorted Documentation
|
/linux-6.12.1/drivers/cpufreq/ |
D | freq_table.c | 323 pr_debug("Freq table is unsorted\n"); in set_freq_table_sorted() 333 pr_debug("Freq table is unsorted\n"); in set_freq_table_sorted()
|
/linux-6.12.1/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 31 | *FORMAT* := { **raw** | **c** [**unsorted**] } 67 formatting, the output is sorted by default. Use the **unsorted** option
|
/linux-6.12.1/drivers/mtd/ubi/ |
D | Kconfig | 3 tristate "Enable UBI - Unsorted block images"
|
/linux-6.12.1/include/uapi/linux/ |
D | vbox_err.h | 133 /* misc. unsorted codes */
|
/linux-6.12.1/tools/include/linux/ |
D | btf_ids.h | 62 * The BTF_ID_LIST macro defines pure (unsorted) list
|
/linux-6.12.1/Documentation/cpu-freq/ |
D | cpufreq-stats.rst | 99 and so can be sorted (ascending or descending) or unsorted. The output here
|
/linux-6.12.1/Documentation/filesystems/ |
D | ubifs.rst | 10 UBIFS file-system stands for UBI File System. UBI stands for "Unsorted
|
/linux-6.12.1/include/linux/ |
D | btf_ids.h | 75 * The BTF_ID_LIST macro defines pure (unsorted) list
|
/linux-6.12.1/kernel/kcsan/ |
D | debugfs.c | 117 /* Sort array if it is unsorted, and then do a binary search. */ in kcsan_skip_report_debugfs()
|
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_hwinfo.c | 80 * Unsorted.
|
/linux-6.12.1/lib/zstd/compress/ |
D | zstd_lazy.c | 60 * sort one already inserted but unsorted position 84 … /* this candidate is unsorted : next sorted candidate is reached through *smallerPtr, while *larg… in ZSTD_insertDUBT1() 263 /* reach end of unsorted candidates list */ in ZSTD_DUBT_findBestMatch() 267 DEBUGLOG(8, "ZSTD_DUBT_findBestMatch: candidate %u is unsorted", in ZSTD_DUBT_findBestMatch() 277 /* nullify last candidate if it's still unsorted in ZSTD_DUBT_findBestMatch() 281 DEBUGLOG(7, "ZSTD_DUBT_findBestMatch: nullify last unsorted candidate %u", in ZSTD_DUBT_findBestMatch()
|
/linux-6.12.1/scripts/dtc/ |
D | dtx_diff | 34 -u unsorted, do not sort DTx
|
/linux-6.12.1/drivers/video/fbdev/core/ |
D | fb_defio.c | 107 * unsorted page lists instead. in fb_deferred_io_pageref_get()
|
/linux-6.12.1/fs/nfs_common/ |
D | nfsacl.c | 21 * of (e_tag, e_id). Solaris ACLs are unsorted.
|
/linux-6.12.1/fs/xfs/scrub/ |
D | xfarray.c | 751 * the unsorted values between a[lo + 1] and a[end[i]], and we tweak the 752 * current stack frame to point to the unsorted values between a[beg[i]] and
|
/linux-6.12.1/mm/ |
D | dmapool.c | 17 * least 'size' bytes. Free blocks are tracked in an unsorted singly-linked
|
/linux-6.12.1/drivers/iio/test/ |
D | iio-test-gts.c | 73 /* Keep the gain and time tables unsorted to test the sorting */
|
/linux-6.12.1/tools/bpf/bpftool/ |
D | btf.c | 917 } else if (is_prefix(*argv, "unsorted")) { in do_dump() 1320 " FORMAT := { raw | c [unsorted] }\n" in do_help()
|
/linux-6.12.1/Documentation/userspace-api/ |
D | dma-buf-alloc-exchange.rst | 225 The resulting modifier list is unsorted; the order is not significant.
|
/linux-6.12.1/include/media/drv-intf/ |
D | saa7146.h | 188 /* unsorted defines */
|
12