/linux-5.10/block/ |
D | blk-exec.c | 34 * blk_execute_rq_nowait - insert a request into queue for execution 35 * @q: queue to insert the request in 37 * @rq: request to insert 38 * @at_head: insert request at head or tail of queue 42 * Insert a fully prepared request at the back of the I/O scheduler queue 69 * blk_execute_rq - insert a request into queue for execution 70 * @q: queue to insert the request in 72 * @rq: request to insert 73 * @at_head: insert request at head or tail of queue 76 * Insert a fully prepared request at the back of the I/O scheduler queue
|
/linux-5.10/drivers/md/bcache/ |
D | extents.c | 228 struct bkey *insert, in bch_btree_ptr_insert_fixup() argument 234 if (!KEY_OFFSET(insert)) in bch_btree_ptr_insert_fixup() 324 struct bkey *insert, in bch_extent_insert_fixup() argument 333 BUG_ON(!KEY_OFFSET(insert)); in bch_extent_insert_fixup() 334 BUG_ON(!KEY_SIZE(insert)); in bch_extent_insert_fixup() 342 if (bkey_cmp(&START_KEY(k), insert) >= 0) { in bch_extent_insert_fixup() 349 if (bkey_cmp(k, &START_KEY(insert)) <= 0) in bch_extent_insert_fixup() 378 if (KEY_START(k) > KEY_START(insert) + sectors_found) in bch_extent_insert_fixup() 393 sectors_found = KEY_OFFSET(k) - KEY_START(insert); in bch_extent_insert_fixup() 396 if (bkey_cmp(insert, k) < 0 && in bch_extent_insert_fixup() [all …]
|
/linux-5.10/tools/testing/selftests/cpufreq/ |
D | module.sh | 24 # insert module 42 # Insert cpufreq driver module and perform basic tests 43 # $1: cpufreq-driver module to insert 55 # insert module 85 # $1: cpufreq-driver module to insert 155 # Insert cpufreq governor module and perform basic tests 156 # $1: cpufreq-governor module to insert 171 # insert module 205 # TEST1: Insert gov after driver 206 # insert driver module [all …]
|
/linux-5.10/drivers/net/wireguard/selftest/ |
D | allowedips.c | 467 #define insert(version, mem, ipa, ipb, ipc, ipd, cidr) \ macro 520 insert(4, a, 192, 168, 4, 0, 24); in wg_allowedips_selftest() 521 insert(4, b, 192, 168, 4, 4, 32); in wg_allowedips_selftest() 522 insert(4, c, 192, 168, 0, 0, 16); in wg_allowedips_selftest() 523 insert(4, d, 192, 95, 5, 64, 27); in wg_allowedips_selftest() 525 insert(4, c, 192, 95, 5, 65, 27); in wg_allowedips_selftest() 526 insert(6, d, 0x26075300, 0x60006b00, 0, 0xc05f0543, 128); in wg_allowedips_selftest() 527 insert(6, c, 0x26075300, 0x60006b00, 0, 0, 64); in wg_allowedips_selftest() 528 insert(4, e, 0, 0, 0, 0, 0); in wg_allowedips_selftest() 529 insert(6, e, 0, 0, 0, 0, 0); in wg_allowedips_selftest() [all …]
|
/linux-5.10/virt/kvm/ |
D | coalesced_mmio.c | 70 __u32 insert; in coalesced_mmio_write() local 77 insert = READ_ONCE(ring->last); in coalesced_mmio_write() 78 if (!coalesced_mmio_has_room(dev, insert) || in coalesced_mmio_write() 79 insert >= KVM_COALESCED_MMIO_MAX) { in coalesced_mmio_write() 86 ring->coalesced_mmio[insert].phys_addr = addr; in coalesced_mmio_write() 87 ring->coalesced_mmio[insert].len = len; in coalesced_mmio_write() 88 memcpy(ring->coalesced_mmio[insert].data, val, len); in coalesced_mmio_write() 89 ring->coalesced_mmio[insert].pio = dev->zone.pio; in coalesced_mmio_write() 91 ring->last = (insert + 1) % KVM_COALESCED_MMIO_MAX; in coalesced_mmio_write()
|
/linux-5.10/drivers/accessibility/speakup/ |
D | DefaultKeyAssignments | 6 We have remapped the insert or zero key on the keypad to act as a 8 InsKeyPad-period means hold down the insert key like a shift key and 31 InsKeyPad-9 Move reading cursor to top of screen (insert pgup) 32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn) 33 InsKeyPad-7 Move reading cursor to left edge of screen (insert home) 34 InsKeyPad-1 Move reading cursor to right edge of screen (insert end)
|
/linux-5.10/tools/testing/selftests/bpf/ |
D | test_lru_map.c | 181 /* insert key=1 element */ in test_lru_sanity0() 196 /* insert key=2 element */ in test_lru_sanity0() 210 /* insert key=3 element */ in test_lru_sanity0() 243 * Insert 1 to tgt_free (+tgt_free keys) 245 * Insert 1+tgt_free to 2*tgt_free (+tgt_free keys) 277 /* Insert 1 to tgt_free (+tgt_free keys) */ in test_lru_sanity1() 291 /* Insert 1+tgt_free to 2*tgt_free in test_lru_sanity1() 313 * Insert 1 to tgt_free (+tgt_free keys) 317 * Re-insert 1 to tgt_free/2 again and do a lookup immeidately 318 * Insert 1+tgt_free to tgt_free*3/2 [all …]
|
/linux-5.10/drivers/mmc/host/ |
D | sdhci-bcm-kona.c | 86 * insert-removal. in sdhci_bcm_kona_sd_reset() 111 * insert-removal. in sdhci_bcm_kona_sd_init() 118 * Software emulation of the SD card insertion/removal. Set insert=1 for insert 119 * and insert=0 for removal. The card detection is done by GPIO. For Broadcom 123 static int sdhci_bcm_kona_sd_card_emulate(struct sdhci_host *host, int insert) in sdhci_bcm_kona_sd_card_emulate() argument 133 * insert-removal. in sdhci_bcm_kona_sd_card_emulate() 140 if (insert) { in sdhci_bcm_kona_sd_card_emulate() 288 /* if device is eMMC, emulate card insert right here */ in sdhci_bcm_kona_probe()
|
/linux-5.10/tools/perf/scripts/python/ |
D | export-to-sqlite.py | 570 evsel_query.prepare("INSERT INTO selected_events VALUES (?, ?)") 572 machine_query.prepare("INSERT INTO machines VALUES (?, ?, ?)") 574 thread_query.prepare("INSERT INTO threads VALUES (?, ?, ?, ?, ?)") 576 comm_query.prepare("INSERT INTO comms VALUES (?, ?, ?, ?, ?)") 578 comm_thread_query.prepare("INSERT INTO comm_threads VALUES (?, ?, ?)") 580 dso_query.prepare("INSERT INTO dsos VALUES (?, ?, ?, ?, ?)") 582 symbol_query.prepare("INSERT INTO symbols VALUES (?, ?, ?, ?, ?, ?)") 584 branch_type_query.prepare("INSERT INTO branch_types VALUES (?, ?)") 587 …sample_query.prepare("INSERT INTO samples VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, … 589 …sample_query.prepare("INSERT INTO samples VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, … [all …]
|
/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
D | max8925_battery.txt | 9 - no-insert-detect: whether support insert detect 17 no-insert-detect = <0>;
|
/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/ |
D | valgrindPlugin.py | 83 cmdlist.insert(0, '--track-origins=yes') 84 cmdlist.insert(0, '--show-leak-kinds=definite,indirect') 85 cmdlist.insert(0, '--leak-check=full') 86 cmdlist.insert(0, '--log-file=vgnd-{}.log'.format(self.args.testid)) 87 cmdlist.insert(0, '-v') # ask for summary of non-leak errors 88 cmdlist.insert(0, ENVIR['VALGRIND_BIN'])
|
D | nsPlugin.py | 64 cmdlist.insert(0, self.args.NAMES['NS']) 65 cmdlist.insert(0, 'exec') 66 cmdlist.insert(0, 'netns') 67 cmdlist.insert(0, self.args.NAMES['IP'])
|
/linux-5.10/Documentation/process/ |
D | email-clients.rst | 90 to insert into the message. 97 To insert a patch use :menuselection:`Message-->Insert File` (:kbd:`CTRL-I`) 115 :menuselection:`Insert-->Text File...` (:kbd:`ALT-N x`) 116 to insert the patch. 141 :menuselection:`insert file` and choose your patch. 143 and put the :menuselection:`insert file` icon there. 185 an :menuselection:`insert file` option that inserts the contents of a file 196 before middle button or shift-insert or use:: 314 Works. Use "Insert file..." or external editor.
|
/linux-5.10/drivers/gpu/drm/i915/ |
D | Kconfig.debug | 48 bool "Always insert extra checks around mmio access by default" 61 bool "Insert extra checks into the GEM internals" 73 bool "Insert extra logging (very verbose) for common GEM errors" 85 bool "Insert extra ftrace output from the GEM internals" 99 bool "Insert extra ftrace output from the GTT internals"
|
/linux-5.10/tools/testing/selftests/gpio/ |
D | gpio-mockup.sh | 7 #3: insert module fail when gpio-mockup is a module. 62 echo "$GPIO_DRV_SYSFS exist. Skip insert module" 161 echo "1. Test dynamic allocation of gpio successful means insert gpiochip and" 172 echo "2. Do basic test: successful means insert gpiochip and" 178 echo "3. Error test: successful means insert gpiochip failed"
|
/linux-5.10/lib/ |
D | rbtree_test.c | 32 static void insert(struct test_node *node, struct rb_root_cached *root) in insert() function 261 insert(nodes + j, &root); in rbtree_test_init() 270 printk(" -> test 1 (latency of nnodes insert+delete): %llu cycles\n", in rbtree_test_init() 286 printk(" -> test 2 (latency of nnodes cached insert+delete): %llu cycles\n", in rbtree_test_init() 290 insert(nodes + i, &root); in rbtree_test_init() 337 insert(nodes + j, &root); in rbtree_test_init() 363 printk(" -> test 1 (latency of nnodes insert+delete): %llu cycles\n", (unsigned long long)time); in rbtree_test_init() 378 …printk(" -> test 2 (latency of nnodes cached insert+delete): %llu cycles\n", (unsigned long long)t… in rbtree_test_init()
|
/linux-5.10/Documentation/firmware-guide/acpi/ |
D | method-customizing.rst | 16 2. insert a completely new method in order to create a missing 66 2. insert a new method 70 insert and then follow the step c) ~ g) in section 1. 83 method override. i.e. if we want to insert/override multiple
|
/linux-5.10/fs/ocfs2/ |
D | alloc.c | 85 * If this extent tree is supported by an extent map, insert 592 * Tree depth may change during truncate, or insert. If we're in ocfs2_reinit_path() 661 * Insert an extent block at given index. 673 * safely removed if we ever need to insert extent block in ocfs2_path_insert_eb() 2031 * - When our insert into the right path leaf is at the leftmost edge 2358 * - In the case that the rotation requires a post-insert update, 2433 "Owner %llu: error during insert of %u " in ocfs2_rotate_tree_right() 2453 * before the record insert is that an error in ocfs2_rotate_tree_right() 2491 * instead of a real insert, then we have to in ocfs2_rotate_tree_right() 3700 * Since the leftright insert always covers the entire in ocfs2_try_to_merge_extent() [all …]
|
/linux-5.10/tools/testing/selftests/timers/ |
D | leap-a-day.c | 7 * This test signals the kernel to insert a leap second 184 int insert = 1; in main() local 261 /* Set the leap second insert flag */ in main() 263 if (insert) in main() 320 if (insert) in main() 360 insert = !insert; in main()
|
/linux-5.10/drivers/atm/ |
D | suni.h | 150 #define SUNI_TSOP_CTRL_LAIS 0x01 /* insert alarm indication signal */ 154 #define SUNI_TSOP_DIAG_DFP 0x01 /* insert single bit error cont. */ 155 #define SUNI_TSOP_DIAG_DBIP8 0x02 /* insert section BIP err (cont) */ 159 #define SUNI_TLOP_DIAG_DBIP 0x01 /* insert line BIP err (continuously) */ 168 #define SUNI_TPOP_DIAG_PAIS 0x01 /* insert STS path alarm ind (cont) */ 169 #define SUNI_TPOP_DIAG_DB3 0x02 /* insert path BIP err (continuously) */ 199 #define SUNI_TACP_CS_DHCS 0x10 /* RW, insert HCS errors */
|
/linux-5.10/drivers/infiniband/core/ |
D | ib_core_uverbs.c | 224 * @entry: the entry to insert into the mmap_xa 243 * rdma_user_mmap_entry_insert_range() - Insert an entry to the mmap_xa 247 * @entry: the entry to insert into the mmap_xa 254 * handled in the core and helper functions are provided to insert entries 344 * rdma_user_mmap_entry_insert() - Insert an entry to the mmap_xa. 347 * @entry: the entry to insert into the mmap_xa 352 * the core and helper functions are provided to insert entries into the
|
/linux-5.10/net/netfilter/ |
D | nft_set_rbtree.c | 230 * a1. _ _ __>| ?_ _ __| (insert end before existing end) in __nft_rbtree_insert() 231 * a2. _ _ ___| ?_ _ _>| (insert end after existing end) in __nft_rbtree_insert() 232 * a3. _ _ ___? >|_ _ __| (insert start before existing end) in __nft_rbtree_insert() 239 * b1. _ _ __>| !_ _ __| (insert end before existing start) in __nft_rbtree_insert() 240 * b2. _ _ ___| !_ _ _>| (insert end after existing start) in __nft_rbtree_insert() 241 * b3. _ _ ___! >|_ _ __| (insert start after existing end, as a leaf) in __nft_rbtree_insert() 243 * b4. >|_ _ ! (insert start before existing start) in __nft_rbtree_insert() 260 * b5. |__ _ _!|<_ _ _ (insert start right before existing end) in __nft_rbtree_insert() 261 * b6. |__ _ >|!__ _ _ (insert end right after existing start) in __nft_rbtree_insert() 615 .insert = nft_rbtree_insert,
|
/linux-5.10/fs/jfs/ |
D | jfs_xtree.c | 545 * search for the entry location at which to insert: in xtInsert() 548 * pinned, index at which to insert). in xtInsert() 585 * insert entry for new extent in xtInsert() 593 * The xtSplitUp() will insert the entry and unpin the leaf page. in xtInsert() 618 * insert the new entry into the leaf page in xtInsert() 627 /* if insert into middle, shift right remaining entries. */ in xtInsert() 632 /* insert the new entry: mark the entry NEW */ in xtInsert() 715 /* if insert into middle, shift right remaining entries. */ in xtSplitUp() 722 /* insert the new entry: mark the entry NEW */ in xtSplitUp() 776 * The split routines insert the new entry into the leaf page, in xtSplitUp() [all …]
|
/linux-5.10/sound/core/seq/oss/ |
D | seq_oss_rw.c | 134 /* insert queue */ in snd_seq_oss_write() 147 * insert event record to write queue 158 return 0; /* no need to insert queue */ in insert_queue() 167 return 0; /* invalid event - no need to insert queue */ in insert_queue()
|
/linux-5.10/Documentation/translations/zh_CN/process/ |
D | email-clients.rst | 89 Insert->Text File... (Alt-n x)插入补丁文件。 108 通过它配置你的邮件建立工具栏菜单,还可以带上"insert file"图标。 133 一个"insert file"选项,它可以通过不改变文件内容的方式插入文件。 235 可以使用它。使用"Insert file..."或者外部的编辑器。
|