/linux-6.14.4/drivers/accessibility/speakup/ |
D | synth.c | 378 synth->indexing.currindex++; in synth_insert_next_index() 380 if (synth->indexing.currindex > in synth_insert_next_index() 381 synth->indexing.highindex) in synth_insert_next_index() 382 synth->indexing.currindex = in synth_insert_next_index() 383 synth->indexing.lowindex; in synth_insert_next_index() 386 out = synth->indexing.currindex * 10 + sent_num; in synth_insert_next_index() 387 synth_printf(synth->indexing.command, out, out); in synth_insert_next_index() 398 if ((ind / 10) <= synth->indexing.currindex) in spk_get_index_count() 399 index_count = synth->indexing.currindex - (ind / 10); in spk_get_index_count() 401 index_count = synth->indexing.currindex in spk_get_index_count() [all …]
|
/linux-6.14.4/fs/bcachefs/ |
D | eytzinger.h | 24 * Two variants are provided, for one based indexing and zero based indexing. 26 * Zero based indexing is more convenient, but one based indexing has better 175 /* Zero based indexing version: */
|
/linux-6.14.4/drivers/md/dm-vdo/indexer/ |
D | config.h | 59 /* Sampling rate for sparse indexing */ 79 /* Sampling rate for sparse indexing */ 105 /* Sampling rate for sparse indexing */
|
/linux-6.14.4/fs/ubifs/ |
D | ubifs-media.h | 18 * also 8-byte aligned (except for the indexing node and the padding node). 108 /* Maximum number of levels in UBIFS indexing B-tree */ 633 * @fanout: tree fanout (max. number of links per indexing node) 692 * @root_lnum: LEB number of the root indexing node 694 * @root_len: root indexing node length 715 * @idx_lebs: number of indexing logical eraseblocks 820 * struct ubifs_idx_node - indexing node.
|
D | budget.c | 329 dbg_budg("out of indexing space: min_idx_lebs %d (old %d), rsvd_idx_lebs %d", in do_budget_space() 576 /* And re-calculate the indexing space reservation */ in ubifs_convert_page_budget() 610 * node and it has to write indexing nodes as well. This introduces additional 628 * introduces. The overhead is the node header + indexing overhead. in ubifs_reported_space() 630 * Indexing overhead calculations are based on the following formula: in ubifs_reported_space() 631 * I = N/(f - 1) + 1, where I - number of indexing nodes, N - number in ubifs_reported_space()
|
D | gc.c | 548 dbg_gc("indexing LEB %d (free %d, dirty %d)", in ubifs_garbage_collect_leb() 646 * marking indexing nodes dirty when GC'ing indexing LEBs. Thus, at some point 656 * o GC moved indexing LEBs, but they can be used only after the commit; 708 * We've done enough iterations. Indexing LEBs were in ubifs_garbage_collect() 786 * This was an indexing LEB and it cannot be in ubifs_garbage_collect() 791 dbg_gc("indexing LEB %d freed, continue", lp.lnum); in ubifs_garbage_collect() 870 * it free. Note, we cannot do this with indexing LEBs because dirty space may
|
D | ubifs.h | 252 * @LEB_FREED_IDX: indexing LEB was freed and can be used only after the commit 330 * struct ubifs_gced_idx_leb - garbage-collected indexing LEB. 335 * This data structure is used to temporary store garbage-collected indexing 455 * LPROPS_INDEX: LEB contains indexing nodes (this flag also exists on flash) 509 * @idx_lebs: number of indexing LEBs 528 * @total_used, @total_dead and @total_dark fields do not account indexing 742 * @lnum: LEB number of the target node (indexing node or data node) 760 * struct ubifs_znode - in-memory representation of an indexing node. 771 * @lnum: LEB number of the corresponding indexing node 772 * @offs: offset of the corresponding indexing node [all …]
|
D | tnc_misc.c | 276 * read_znode - read an indexing node from flash and fill znode. 281 * This function reads an indexing node from the flash media and fills znode 283 * code in case of failure. The read indexing node is validated and if anything 414 ubifs_err(c, "bad indexing node at LEB %d:%d, error %d", lnum, offs, err); in read_znode()
|
/linux-6.14.4/include/linux/ |
D | node.h | 63 * @indexing: The ways memory blocks may be placed in cache 70 enum cache_indexing indexing; member
|
/linux-6.14.4/tools/testing/selftests/rseq/ |
D | rseq-s390.h | 133 /* Per-cpu-id indexing. */ 145 /* Per-mm-cid indexing. */
|
D | rseq-mips.h | 151 /* Per-cpu-id indexing. */ 163 /* Per-mm-cid indexing. */
|
D | rseq-or1k.h | 151 /* Per-cpu-id indexing. */ 163 /* Per-mm-cid indexing. */
|
D | rseq-riscv.h | 168 /* Per-cpu-id indexing. */ 180 /* Per-mm-cid indexing. */
|
D | rseq-arm.h | 146 /* Per-cpu-id indexing. */ 158 /* Per-mm-cid indexing. */
|
D | rseq-arm64.h | 205 /* Per-cpu-id indexing. */ 217 /* Per-mm-cid indexing. */
|
D | rseq-x86.h | 204 /* Per-cpu-id indexing. */ 216 /* Per-mm-cid indexing. */
|
/linux-6.14.4/lib/ |
D | alloc_tag.c | 302 /* No alignment requirements when we are not indexing the tags */ in alloc_tag_align() 314 /* No alignment requirements when we are not indexing the tags */ in ensure_alignment() 320 * indexing does not work. in ensure_alignment() 495 …pr_err("%s: alignment %lu is incompatible with allocation tag indexing. Memory allocation profilin… in reserve_module_tags() 635 /* Ensure the base is alloc_tag aligned when required for indexing */ in alloc_mod_tags_mem()
|
/linux-6.14.4/Documentation/devicetree/bindings/pinctrl/ |
D | renesas,rza1-ports.yaml | 133 * The GPIO controller base in the global pin indexing space is pin 135 * in the global pin indexing space.
|
/linux-6.14.4/Documentation/networking/ |
D | fib_trie.rst | 21 The number of bits in the key segment used for indexing into the 25 The position (in the key) of the key segment used for indexing into
|
/linux-6.14.4/drivers/md/bcache/ |
D | Kconfig | 11 a btree for indexing and the layout is optimized for SSDs.
|
/linux-6.14.4/arch/sh/include/asm/ |
D | cache.h | 43 * 1. those used to select the cache set during indexing
|
/linux-6.14.4/tools/testing/selftests/mm/ |
D | gup_test.c | 193 * Do the 1-based indexing here, so that the user can in main() 194 * use normal 0-based indexing on the command line. in main()
|
/linux-6.14.4/Documentation/admin-guide/mm/ |
D | numaperf.rst | 156 | |-- indexing 161 The "indexing" will be 0 if it is a direct-mapped cache, and non-zero
|
/linux-6.14.4/drivers/net/wireless/marvell/mwifiex/ |
D | ie.c | 185 /* save beacon ie index after auto-indexing */ in mwifiex_update_uap_custom_ie() 192 /* save probe resp ie index after auto-indexing */ in mwifiex_update_uap_custom_ie() 199 /* save assoc resp ie index after auto-indexing */ in mwifiex_update_uap_custom_ie()
|
/linux-6.14.4/arch/alpha/include/uapi/asm/ |
D | gentrap.h | 31 #define GEN_SUBRNG4 -22 /* subscripting (indexing) at levels 0..7 */
|