Home
last modified time | relevance | path

Searched full:insert (Results 1 – 25 of 2493) sorted by relevance

12345678910>>...100

/kernel/linux/linux-5.10/block/
Dblk-exec.c34 * 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
/kernel/linux/linux-4.19/block/
Dblk-exec.c33 * blk_execute_rq_nowait - insert a request into queue for execution
34 * @q: queue to insert the request in
36 * @rq: request to insert
37 * @at_head: insert request at head or tail of queue
41 * Insert a fully prepared request at the back of the I/O scheduler queue
84 * blk_execute_rq - insert a request into queue for execution
85 * @q: queue to insert the request in
87 * @rq: request to insert
88 * @at_head: insert request at head or tail of queue
91 * Insert a fully prepared request at the back of the I/O scheduler queue
/kernel/linux/linux-4.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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/tools/testing/selftests/cpufreq/
Dmodule.sh24 # 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 …]
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/
Dmodule.sh24 # 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 …]
/kernel/linux/linux-5.10/drivers/net/wireguard/selftest/
Dallowedips.c460 #define insert(version, mem, ipa, ipb, ipc, ipd, cidr) \ macro
513 insert(4, a, 192, 168, 4, 0, 24); in wg_allowedips_selftest()
514 insert(4, b, 192, 168, 4, 4, 32); in wg_allowedips_selftest()
515 insert(4, c, 192, 168, 0, 0, 16); in wg_allowedips_selftest()
516 insert(4, d, 192, 95, 5, 64, 27); in wg_allowedips_selftest()
518 insert(4, c, 192, 95, 5, 65, 27); in wg_allowedips_selftest()
519 insert(6, d, 0x26075300, 0x60006b00, 0, 0xc05f0543, 128); in wg_allowedips_selftest()
520 insert(6, c, 0x26075300, 0x60006b00, 0, 0, 64); in wg_allowedips_selftest()
521 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()
[all …]
/kernel/linux/linux-4.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)
/kernel/linux/linux-5.10/drivers/accessibility/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)
/kernel/linux/linux-5.10/virt/kvm/
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()
/kernel/linux/linux-4.19/virt/kvm/
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()
90 ring->last = (insert + 1) % KVM_COALESCED_MMIO_MAX; in coalesced_mmio_write()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_lru_map.c181 /* 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 …]
/kernel/linux/linux-4.19/tools/testing/selftests/bpf/
Dtest_lru_map.c120 /* insert key=1 element */ in test_lru_sanity0()
135 /* insert key=2 element */ in test_lru_sanity0()
149 /* insert key=3 element */ in test_lru_sanity0()
181 * Insert 1 to tgt_free (+tgt_free keys)
183 * Insert 1+tgt_free to 2*tgt_free (+tgt_free keys)
215 /* Insert 1 to tgt_free (+tgt_free keys) */ in test_lru_sanity1()
229 /* Insert 1+tgt_free to 2*tgt_free in test_lru_sanity1()
251 * Insert 1 to tgt_free (+tgt_free keys)
255 * Re-insert 1 to tgt_free/2 again and do a lookup immeidately
256 * Insert 1+tgt_free to tgt_free*3/2
[all …]
/kernel/linux/linux-4.19/tools/perf/scripts/python/
Dexport-to-sqlite.py351 evsel_query.prepare("INSERT INTO selected_events VALUES (?, ?)")
353 machine_query.prepare("INSERT INTO machines VALUES (?, ?, ?)")
355 thread_query.prepare("INSERT INTO threads VALUES (?, ?, ?, ?, ?)")
357 comm_query.prepare("INSERT INTO comms VALUES (?, ?)")
359 comm_thread_query.prepare("INSERT INTO comm_threads VALUES (?, ?, ?)")
361 dso_query.prepare("INSERT INTO dsos VALUES (?, ?, ?, ?, ?)")
363 symbol_query.prepare("INSERT INTO symbols VALUES (?, ?, ?, ?, ?, ?)")
365 branch_type_query.prepare("INSERT INTO branch_types VALUES (?, ?)")
368 …sample_query.prepare("INSERT INTO samples VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, …
370 …sample_query.prepare("INSERT INTO samples VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, …
[all …]
/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci-bcm-kona.c86 * 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()
/kernel/linux/linux-4.19/drivers/mmc/host/
Dsdhci-bcm-kona.c88 * insert-removal. in sdhci_bcm_kona_sd_reset()
113 * insert-removal. in sdhci_bcm_kona_sd_init()
120 * Software emulation of the SD card insertion/removal. Set insert=1 for insert
121 * and insert=0 for removal. The card detection is done by GPIO. For Broadcom
125 static int sdhci_bcm_kona_sd_card_emulate(struct sdhci_host *host, int insert) in sdhci_bcm_kona_sd_card_emulate() argument
135 * insert-removal. in sdhci_bcm_kona_sd_card_emulate()
142 if (insert) { in sdhci_bcm_kona_sd_card_emulate()
290 /* if device is eMMC, emulate card insert right here */ in sdhci_bcm_kona_probe()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dexport-to-sqlite.py570 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 …]
/kernel/linux/linux-4.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'])
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Dmax8925_battery.txt9 - no-insert-detect: whether support insert detect
17 no-insert-detect = <0>;
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/power/supply/
Dmax8925_battery.txt9 - no-insert-detect: whether support insert detect
17 no-insert-detect = <0>;
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/
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'])
/kernel/linux/linux-4.19/Documentation/process/
Demail-clients.rst85 to insert into the message.
92 To insert a patch use :menuselection:`Message-->Insert` File (:kbd:`CTRL-I`)
110 :menuselection:`Insert-->Text File...` (:kbd:`ALT-N x`)
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::
311 Works. Use "Insert file..." or external editor.
/kernel/linux/linux-5.10/Documentation/process/
Demail-clients.rst90 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.
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
DKconfig.debug48 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"
/kernel/linux/linux-4.19/tools/testing/selftests/gpio/
Dgpio-mockup.sh7 #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"

12345678910>>...100