Home
last modified time | relevance | path

Searched refs:insert (Results 1 – 25 of 208) sorted by relevance

123456789

/Linux-v4.19/drivers/md/bcache/
Dextents.c228 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-v4.19/tools/testing/selftests/tc-testing/plugin-lib/
DvalgrindPlugin.py77 cmdlist.insert(0, '--track-origins=yes')
78 cmdlist.insert(0, '--show-leak-kinds=definite,indirect')
79 cmdlist.insert(0, '--leak-check=full')
80 cmdlist.insert(0, '--log-file=vgnd-{}.log'.format(self.args.testid))
81 cmdlist.insert(0, '-v') # ask for summary of non-leak errors
82 cmdlist.insert(0, ENVIR['VALGRIND_BIN'])
DnsPlugin.py60 cmdlist.insert(0, self.args.NAMES['NS'])
61 cmdlist.insert(0, 'exec')
62 cmdlist.insert(0, 'netns')
63 cmdlist.insert(0, 'ip')
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/
Dmax8925_battery.txt9 - no-insert-detect: whether support insert detect
17 no-insert-detect = <0>;
/Linux-v4.19/drivers/staging/speakup/
DDefaultKeyAssignments6 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-v4.19/tools/testing/selftests/timers/
Dleap-a-day.c184 int insert = 1; in main() local
263 if (insert) in main()
320 if (insert) in main()
360 insert = !insert; in main()
/Linux-v4.19/include/linux/
Ddmar.h145 extern int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert);
160 static inline int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert) in dmar_iommu_hotplug() argument
167 extern int dmar_ir_hotplug(struct dmar_drhd_unit *dmaru, bool insert);
169 static inline int dmar_ir_hotplug(struct dmar_drhd_unit *dmaru, bool insert) in dmar_ir_hotplug() argument
Dbtree-type.h44 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-v4.19/Documentation/translations/zh_CN/
Demail-clients.txt107 通过它配置你的邮件建立工具栏菜单,还可以带上"insert file"图标。
132 一个"insert file"选项,它可以通过不改变文件内容的方式插入文件。
139 按中键之前或者shift-insert或者使用
/Linux-v4.19/Documentation/acpi/
Dmethod-customizing.txt12 2. insert a completely new method in order to create a missing
52 2. insert a new method
55 insert and then follow the step c) ~ g) in section 1.
67 method override. i.e. if we want to insert/override multiple
/Linux-v4.19/net/rds/
Dcong.c105 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-v4.19/Documentation/sphinx/
DrstFlatTable.py140 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-v4.19/fs/ocfs2/
Dalloc.c3878 struct ocfs2_insert_type *insert) in ocfs2_insert_at_leaf() argument
3880 int i = insert->ins_contig_index; in ocfs2_insert_at_leaf()
3886 if (insert->ins_split != SPLIT_NONE) { in ocfs2_insert_at_leaf()
3891 insert->ins_split, rec, in ocfs2_insert_at_leaf()
3899 if (insert->ins_contig != CONTIG_NONE) { in ocfs2_insert_at_leaf()
3901 if (insert->ins_contig == CONTIG_LEFT) { in ocfs2_insert_at_leaf()
3924 if (insert->ins_appending == APPEND_TAIL) { in ocfs2_insert_at_leaf()
4177 struct ocfs2_insert_type *insert) in ocfs2_insert_path() argument
4212 if (insert->ins_split != SPLIT_NONE) { in ocfs2_insert_path()
4219 insert_rec, insert->ins_split); in ocfs2_insert_path()
[all …]
/Linux-v4.19/drivers/net/can/
Drx-offload.c82 struct sk_buff *pos, *insert = (struct sk_buff *)head; in __skb_queue_add_sort() local
99 insert = pos; in __skb_queue_add_sort()
103 __skb_queue_after(head, insert, new); in __skb_queue_add_sort()
/Linux-v4.19/Documentation/media/uapi/v4l/
Dselection-api-intro.rst9 can insert the image into larger one. Some video output devices can crop
10 part of an input image, scale it up or down and insert it at an
/Linux-v4.19/include/linux/netfilter/
Dnf_conntrack_common.h11 unsigned int insert; member
/Linux-v4.19/scripts/
D.gitignore16 insert-sys-cert
/Linux-v4.19/scripts/gdb/
Dvmlinux-gdb.py16 sys.path.insert(0, os.path.dirname(__file__) + "/scripts/gdb")
/Linux-v4.19/lib/
Drbtree_test.c31 static void insert(struct test_node *node, struct rb_root_cached *root) in insert() function
263 insert(nodes + j, &root); in rbtree_test_init()
292 insert(nodes + i, &root); in rbtree_test_init()
339 insert(nodes + j, &root); in rbtree_test_init()
/Linux-v4.19/fs/btrfs/
Dfile-item.c776 goto insert; in btrfs_csum_file_blocks()
787 goto insert; in btrfs_csum_file_blocks()
794 goto insert; in btrfs_csum_file_blocks()
798 goto insert; in btrfs_csum_file_blocks()
813 goto insert; in btrfs_csum_file_blocks()
825 goto insert; in btrfs_csum_file_blocks()
837 goto insert; in btrfs_csum_file_blocks()
860 insert: in btrfs_csum_file_blocks()
/Linux-v4.19/drivers/gpu/drm/selftests/
Ddrm_mm_selftests.h13 selftest(insert, igt_insert)
/Linux-v4.19/Documentation/process/
Demail-clients.rst85 to insert into the message.
92 To insert a patch use :menuselection:`Message-->Insert` File (:kbd:`CTRL-I`)
111 to insert the patch.
135 Then from the :menuselection:`Message` menu item, select insert file and
138 and put the :menuselection:`insert file` icon there.
182 an :menuselection:`insert file` option that inserts the contents of a file
193 before middle button or shift-insert or use::
/Linux-v4.19/drivers/mmc/host/
Dsdhci-bcm-kona.c125 static int sdhci_bcm_kona_sd_card_emulate(struct sdhci_host *host, int insert) in sdhci_bcm_kona_sd_card_emulate() argument
142 if (insert) { in sdhci_bcm_kona_sd_card_emulate()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dmmu_rb.h67 int (*insert)(void *ops_arg, struct mmu_rb_node *mnode); member
/Linux-v4.19/Documentation/timers/
D00-INDEX14 - how to insert delays in the kernel the right (tm) way.

123456789