Home
last modified time | relevance | path

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

1234567891011

/linux/drivers/net/wireguard/selftest/
A Dallowedips.c521 insert(4, e, 0, 0, 0, 0, 0); in wg_allowedips_selftest()
522 insert(6, e, 0, 0, 0, 0, 0); in wg_allowedips_selftest()
524 insert(6, f, 0, 0, 0, 0, 0); in wg_allowedips_selftest()
534 insert(4, a, 10, 0, 0, 0, 25); in wg_allowedips_selftest()
536 insert(4, a, 10, 1, 0, 0, 30); in wg_allowedips_selftest()
537 insert(4, b, 10, 1, 0, 4, 30); in wg_allowedips_selftest()
538 insert(4, c, 10, 1, 0, 8, 29); in wg_allowedips_selftest()
539 insert(4, d, 10, 1, 0, 16, 29); in wg_allowedips_selftest()
577 insert(4, a, 1, 0, 0, 0, 32); in wg_allowedips_selftest()
578 insert(4, a, 64, 0, 0, 0, 32); in wg_allowedips_selftest()
[all …]
/linux/drivers/md/bcache/
A Dextents.c234 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()
408 KEY_SIZE(insert)); in bch_extent_insert_fixup()
424 insert); in bch_extent_insert_fixup()
440 bch_cut_front(insert, k); in bch_extent_insert_fixup()
466 SET_KEY_OFFSET(insert, KEY_OFFSET(insert) - in bch_extent_insert_fixup()
472 if (KEY_DIRTY(insert)) in bch_extent_insert_fixup()
474 KEY_START(insert), in bch_extent_insert_fixup()
[all …]
/linux/virt/kvm/
A Dcoalesced_mmio.c70 __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/tools/testing/selftests/tc-testing/plugin-lib/
A DvalgrindPlugin.py83 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'])
A DnsPlugin.py64 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/drivers/accessibility/speakup/
A 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/Documentation/devicetree/bindings/power/supply/
A Dmax8925_battery.txt9 - no-insert-detect: whether support insert detect
17 no-insert-detect = <0>;
/linux/tools/testing/selftests/timers/
A 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/fs/notify/
A Dnotification.c85 void (*insert)(struct fsnotify_group *, in fsnotify_insert_event()
123 if (insert) in fsnotify_insert_event()
124 insert(group, event); in fsnotify_insert_event()
/linux/include/linux/
A Ddmar.h151 extern int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert);
168 static inline int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert) in dmar_iommu_hotplug() argument
175 extern int dmar_ir_hotplug(struct dmar_drhd_unit *dmaru, bool insert);
177 static inline int dmar_ir_hotplug(struct dmar_drhd_unit *dmaru, bool insert) in dmar_ir_hotplug() argument
A 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/fs/ocfs2/
A Dalloc.c3874 insert->ins_split, rec, in ocfs2_insert_at_leaf()
4214 insert); in ocfs2_insert_path()
4490 insert->ins_contig_index = i; in ocfs2_figure_contig_type()
4581 insert->ins_split = SPLIT_NONE; in ocfs2_figure_insert_type()
4615 if (!insert->ins_tree_depth) { in ocfs2_figure_insert_type()
4729 &free_records, &insert); in ocfs2_insert_extent()
4735 trace_ocfs2_insert_extent(insert.ins_appending, insert.ins_contig, in ocfs2_insert_extent()
4737 insert.ins_tree_depth); in ocfs2_insert_extent()
4947 insert.ins_tree_depth = depth; in ocfs2_split_and_insert()
4955 insert.ins_split = SPLIT_LEFT; in ocfs2_split_and_insert()
[all …]
/linux/net/rds/
A 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/Documentation/firmware-guide/acpi/
A Dmethod-customizing.rst16 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/drivers/net/can/dev/
A Drx-offload.c79 struct sk_buff *pos, *insert = NULL; in __skb_queue_add_sort() local
96 insert = pos; in __skb_queue_add_sort()
99 if (!insert) in __skb_queue_add_sort()
102 __skb_queue_after(head, insert, new); in __skb_queue_add_sort()
/linux/Documentation/sphinx/
A DrstFlatTable.py130 tableNode.insert(0, title)
254 self.rows[y].insert(x+c+1, None)
262 self.rows[y+r+1].insert(x+c, None)
345 cellElements.insert(0, target)
/linux/Documentation/translations/zh_CN/process/
A Demail-clients.rst108 通过它配置你的邮件建立工具栏菜单,还可以带上"insert file"图标。
133 一个"insert file"选项,它可以通过不改变文件内容的方式插入文件。
140 按中键之前或者shift-insert或者使用
/linux/Documentation/translations/zh_TW/process/
A Demail-clients.rst111 通過它配置你的郵件建立工具欄菜單,還可以帶上"insert file"圖標。
136 一個"insert file"選項,它可以通過不改變文件內容的方式插入文件。
143 按中鍵之前或者shift-insert或者使用
/linux/Documentation/devicetree/bindings/sound/
A Dnau8821.txt33 - nuvoton,jack-insert-debounce: number from 0 to 7 that sets debounce time to 2^(n+2) ms
52 nuvoton,jack-insert-debounce = <7>;
/linux/Documentation/userspace-api/media/v4l/
A 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/lib/
A Drbtree_test.c32 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/Documentation/process/
A Demail-clients.rst90 to insert into the message.
97 To insert a patch use :menuselection:`Message-->Insert File` (:kbd:`CTRL-I`)
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::
/linux/scripts/
A D.gitignore5 /insert-sys-cert
/linux/drivers/mmc/host/
A Dsdhci-bcm-kona.c123 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()
/linux/include/linux/netfilter/
A Dnf_conntrack_common.h11 unsigned int insert; member

Completed in 54 milliseconds

1234567891011