/Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/Documentation/devicetree/bindings/power/supply/ |
D | max8925_battery.txt | 9 - no-insert-detect: whether support insert detect 17 no-insert-detect = <0>;
|
/Linux-v5.4/drivers/staging/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-v5.4/tools/testing/selftests/timers/ |
D | leap-a-day.c | 184 int insert = 1; in main() local 263 if (insert) in main() 320 if (insert) in main() 360 insert = !insert; in main()
|
/Linux-v5.4/include/linux/ |
D | dmar.h | 136 extern int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert); 151 static inline int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert) in dmar_iommu_hotplug() argument 158 extern int dmar_ir_hotplug(struct dmar_drhd_unit *dmaru, bool insert); 160 static inline int dmar_ir_hotplug(struct dmar_drhd_unit *dmaru, bool insert) in dmar_ir_hotplug() argument
|
D | btree-type.h | 44 static inline int BTREE_FN(insert)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in BTREE_FN() argument 87 static inline int BTREE_FN(insert)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in BTREE_FN() argument
|
/Linux-v5.4/net/rds/ |
D | cong.c | 105 struct rds_cong_map *insert) in rds_cong_tree_walk() argument 126 if (insert) { in rds_cong_tree_walk() 127 rb_link_node(&insert->m_rb_node, parent, p); in rds_cong_tree_walk() 128 rb_insert_color(&insert->m_rb_node, &rds_cong_tree); in rds_cong_tree_walk()
|
/Linux-v5.4/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-v5.4/Documentation/translations/zh_CN/process/ |
D | email-clients.rst | 108 通过它配置你的邮件建立工具栏菜单,还可以带上"insert file"图标。 133 一个"insert file"选项,它可以通过不改变文件内容的方式插入文件。 140 按中键之前或者shift-insert或者使用
|
/Linux-v5.4/fs/ocfs2/ |
D | alloc.c | 3864 struct ocfs2_insert_type *insert) in ocfs2_insert_at_leaf() argument 3866 int i = insert->ins_contig_index; in ocfs2_insert_at_leaf() 3872 if (insert->ins_split != SPLIT_NONE) { in ocfs2_insert_at_leaf() 3877 insert->ins_split, rec, in ocfs2_insert_at_leaf() 3885 if (insert->ins_contig != CONTIG_NONE) { in ocfs2_insert_at_leaf() 3887 if (insert->ins_contig == CONTIG_LEFT) { in ocfs2_insert_at_leaf() 3910 if (insert->ins_appending == APPEND_TAIL) { in ocfs2_insert_at_leaf() 4163 struct ocfs2_insert_type *insert) in ocfs2_insert_path() argument 4198 if (insert->ins_split != SPLIT_NONE) { in ocfs2_insert_path() 4205 insert_rec, insert->ins_split); in ocfs2_insert_path() [all …]
|
/Linux-v5.4/drivers/net/can/ |
D | rx-offload.c | 71 struct sk_buff *pos, *insert = NULL; in __skb_queue_add_sort() local 88 insert = pos; in __skb_queue_add_sort() 91 if (!insert) in __skb_queue_add_sort() 94 __skb_queue_after(head, insert, new); in __skb_queue_add_sort()
|
/Linux-v5.4/Documentation/sphinx/ |
D | rstFlatTable.py | 140 tableNode.insert(0, title) 264 self.rows[y].insert(x+c+1, None) 272 self.rows[y+r+1].insert(x+c, None) 355 cellElements.insert(0, target)
|
/Linux-v5.4/scripts/ |
D | .gitignore | 14 insert-sys-cert
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | selection-api-intro.rst | 16 can insert the image into larger one. Some video output devices can crop 17 part of an input image, scale it up or down and insert it at an
|
/Linux-v5.4/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() 290 insert(nodes + i, &root); in rbtree_test_init() 337 insert(nodes + j, &root); in rbtree_test_init()
|
/Linux-v5.4/include/linux/netfilter/ |
D | nf_conntrack_common.h | 12 unsigned int insert; member
|
/Linux-v5.4/Documentation/process/ |
D | email-clients.rst | 85 to insert into the message. 92 To insert a patch use :menuselection:`Message-->Insert File` (:kbd:`CTRL-I`) 111 to insert the patch. 136 :menuselection:`insert file` and choose your patch. 138 and put the :menuselection:`insert file` icon there. 180 an :menuselection:`insert file` option that inserts the contents of a file 191 before middle button or shift-insert or use::
|
/Linux-v5.4/fs/btrfs/ |
D | file-item.c | 789 goto insert; in btrfs_csum_file_blocks() 800 goto insert; in btrfs_csum_file_blocks() 807 goto insert; in btrfs_csum_file_blocks() 811 goto insert; in btrfs_csum_file_blocks() 826 goto insert; in btrfs_csum_file_blocks() 838 goto insert; in btrfs_csum_file_blocks() 850 goto insert; in btrfs_csum_file_blocks() 873 insert: in btrfs_csum_file_blocks()
|
/Linux-v5.4/scripts/gdb/ |
D | vmlinux-gdb.py | 16 sys.path.insert(0, os.path.dirname(__file__) + "/scripts/gdb")
|
/Linux-v5.4/drivers/staging/comedi/drivers/ni_routing/tools/ |
D | make_blank_csv.py | 22 fieldnames.insert(0, CSVCollection.source_column_name)
|
/Linux-v5.4/drivers/gpu/drm/selftests/ |
D | drm_mm_selftests.h | 13 selftest(insert, igt_insert)
|
/Linux-v5.4/drivers/mmc/host/ |
D | sdhci-bcm-kona.c | 123 static int sdhci_bcm_kona_sd_card_emulate(struct sdhci_host *host, int insert) in sdhci_bcm_kona_sd_card_emulate() argument 140 if (insert) { in sdhci_bcm_kona_sd_card_emulate()
|