/openbmc/linux/drivers/md/bcache/ |
H A 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 …]
|
/openbmc/linux/tools/testing/selftests/cpufreq/ |
H A 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 …]
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | pel_utils.cpp | 173 data.insert(data.end(), privateHeaderSection.begin(), in pelDataFactory() 175 data.insert(data.end(), userHeaderSection.begin(), in pelDataFactory() 177 data.insert(data.end(), srcSectionNoCallouts.begin(), in pelDataFactory() 179 data.insert(data.end(), failingMTMSSection.begin(), in pelDataFactory() 181 data.insert(data.end(), UserDataSection.begin(), in pelDataFactory() 183 data.insert(data.end(), ExtUserHeaderSection.begin(), in pelDataFactory() 185 data.insert(data.end(), extendedUserDataSection.begin(), in pelDataFactory() 190 data.insert(data.end(), privateHeaderSection.begin(), in pelDataFactory() 194 data.insert(data.end(), userHeaderSection.begin(), in pelDataFactory() 198 data.insert(data.end(), srcSectionNoCallouts.begin(), in pelDataFactory() [all …]
|
/openbmc/linux/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 460 #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 …]
|
/openbmc/qemu/tests/tcg/tricore/asm/ |
H A D | test_insert.S | 7 TEST_D_DIDI(insert, 1, 0x7fffffff, 0xffffffff, 0xa, 0x10, 0x8) 11 TEST_D_DIII(insert, 2, 0xd38fe370, 0xd38fe370, 0x4, 0x4 , 0x0) 12 TEST_D_DIII(insert, 3, 0xd38fe374, 0xd38fe370, 0x4, 0x0 , 0x4) 16 TEST_D_DDII(insert, 4, 0x03c1e53c, 0x03c1e53c, 0x45821385, 0x7 ,0x0) 20 TEST_D_DIE(insert, 5, 0xe30c308d, 0xe30c308d ,0x3 , 0x00000000 ,0x00000000) 21 TEST_D_DIE(insert, 6, 0x669b0120, 0x669b2820 ,0x2 , 0x5530a1c7 ,0x3a2b0f67)
|
/openbmc/linux/virt/kvm/ |
H A 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()
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A 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)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
H A D | 0007-Deleted-settiong-of-python-to-fix-the-install-confli.patch | 17 sys.path.insert(0, "/usr/lib64/python3.10/site-packages") 20 sys.path.insert(0, "/usr/lib/python3.10/site-packages") 46 -sys.path.insert(0, "bin/python") 58 -sys.path.insert(0, "bin/python") 70 -sys.path.insert(0, "bin/python") 82 -sys.path.insert(0, "bin/python") 94 -sys.path.insert(0, "bin/python") 106 -sys.path.insert(0, "bin/python") 118 -sys.path.insert(0, "bin/python")
|
/openbmc/qemu/tests/unit/ |
H A D | test-qht.c | 24 static void insert(int a, int b) in insert() function 182 insert(0, 4); in qht_do_test() 186 insert(3, 6); in qht_do_test() 198 insert(0, N); in qht_do_test() 206 insert(N, N * 2); in qht_do_test() 210 insert(101, 102); in qht_do_test() 215 insert(150, 200); in qht_do_test() 217 insert(10, 150); in qht_do_test() 221 insert(0, N); in qht_do_test()
|
/openbmc/phosphor-debug-collector/test/ |
H A D | debug_inif_test.cpp | 46 e.insert(1); in TEST_F() 47 e.insert(2); in TEST_F() 48 e.insert(3); in TEST_F() 58 e.insert(1); in TEST_F() 67 e.insert(1); in TEST()
|
/openbmc/phosphor-led-manager/test/ |
H A D | utest-group-priority.cpp | 59 assertedGroups.insert(&mygroup); in TEST_F() 105 assertedGroups.insert(&groupA); in TEST_F() 106 assertedGroups.insert(&groupB); in TEST_F() 107 assertedGroups.insert(&groupC); in TEST_F() 191 assertedGroups.insert(&groups->at(groupOffServiceAction)); in TEST_F() 200 assertedGroups.insert(&groups->at(groupSysOnOk)); in TEST_F() 208 assertedGroups.insert(&groups->at(groupSysOffFault)); in TEST_F() 216 assertedGroups.insert(&groups->at(groupSysOffFault)); in TEST_F() 224 assertedGroups.insert(&groups->at(groupSysOnFault)); in TEST_F() 232 assertedGroups.insert(&groups->at(groupSysOffLocate)); in TEST_F() [all …]
|
/openbmc/linux/fs/smb/server/ |
H A D | asn1.c | 67 /* insert tag */ in encode_asn_tag() 78 /* insert seq */ in encode_asn_tag() 111 /* insert main gss header */ in build_spnego_ntlmssp_neg_blob() 115 /* insert neg result */ in build_spnego_ntlmssp_neg_blob() 119 /* insert oid */ in build_spnego_ntlmssp_neg_blob() 124 /* insert response token - ntlmssp blob */ in build_spnego_ntlmssp_neg_blob() 147 /* insert main gss header */ in build_spnego_ntlmssp_auth_blob() 150 /* insert neg result */ in build_spnego_ntlmssp_auth_blob()
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | read_write_overlap.c | 37 #define insert(RES, X, WIDTH, OFFSET) \ macro 39 "r7 = insert(r7, #" #WIDTH ", #" #OFFSET ")\n\t" \ 47 insert(res, 0x12345678, 8, 1); in test_insert() 49 insert(res, 0x12345678, 0, 1); in test_insert() 51 insert(res, 0x12345678, 20, 16); in test_insert() 60 "r7 = insert(r7, %2)\n\t" in insert_rp()
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | systemd_utils.hpp | 35 ret.insert(8, 1, '-'); in getUuid() 36 ret.insert(13, 1, '-'); in getUuid() 37 ret.insert(18, 1, '-'); in getUuid() 38 ret.insert(23, 1, '-'); in getUuid()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_lru_map.c | 171 /* insert key=1 element */ in test_lru_sanity0() 184 /* insert key=2 element */ in test_lru_sanity0() 196 /* insert key=3 element */ in test_lru_sanity0() 235 * Insert 1 to tgt_free (+tgt_free keys) 237 * Insert 1+tgt_free to 2*tgt_free (+tgt_free keys) 269 /* Insert 1 to tgt_free (+tgt_free keys) */ in test_lru_sanity1() 283 /* Insert 1+tgt_free to 2*tgt_free in test_lru_sanity1() 305 * Insert 1 to tgt_free (+tgt_free keys) 309 * Re-insert 1 to tgt_free/2 again and do a lookup immeidately 310 * Insert 1+tgt_free to tgt_free*3/2 [all …]
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-bcm-kona.c | 75 * insert-removal. in sdhci_bcm_kona_sd_reset() 100 * insert-removal. in sdhci_bcm_kona_sd_init() 107 * Software emulation of the SD card insertion/removal. Set insert=1 for insert 108 * and insert=0 for removal. The card detection is done by GPIO. For Broadcom 112 static int sdhci_bcm_kona_sd_card_emulate(struct sdhci_host *host, int insert) in sdhci_bcm_kona_sd_card_emulate() argument 122 * insert-removal. in sdhci_bcm_kona_sd_card_emulate() 129 if (insert) { in sdhci_bcm_kona_sd_card_emulate() 277 /* if device is eMMC, emulate card insert right here */ in sdhci_bcm_kona_probe()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | export-to-sqlite.py | 573 evsel_query.prepare("INSERT INTO selected_events VALUES (?, ?)") 575 machine_query.prepare("INSERT INTO machines VALUES (?, ?, ?)") 577 thread_query.prepare("INSERT INTO threads VALUES (?, ?, ?, ?, ?)") 579 comm_query.prepare("INSERT INTO comms VALUES (?, ?, ?, ?, ?)") 581 comm_thread_query.prepare("INSERT INTO comm_threads VALUES (?, ?, ?)") 583 dso_query.prepare("INSERT INTO dsos VALUES (?, ?, ?, ?, ?)") 585 symbol_query.prepare("INSERT INTO symbols VALUES (?, ?, ?, ?, ?, ?)") 587 branch_type_query.prepare("INSERT INTO branch_types VALUES (?, ?)") 590 …sample_query.prepare("INSERT INTO samples VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, … 592 …sample_query.prepare("INSERT INTO samples VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, … [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/ |
H A D | test_binary_search.py | 37 1. ls.insert(i, v) is sorted 38 2. ls.insert(j, v) is not sorted for j < i 104 ls.insert(binary_search(ls, v), v) 114 ls2.insert(i, v) 120 """In this we test a *consequence* of the second invariant: When we insert 134 ls.insert(i, v)
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | max8925_battery.txt | 9 - no-insert-detect: whether support insert detect 17 no-insert-detect = <0>;
|
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A 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'])
|
/openbmc/phosphor-net-ipmid/ |
H A D | message_parsers.cpp | 142 // Insert Session Header into the Packet in flatten() 155 // Insert the Payload into the Packet in flatten() 156 packet.insert(packet.end(), outMessage->payload.begin(), in flatten() 159 // Insert the Session Trailer in flatten() 276 // Insert the encrypted payload into the outgoing IPMI packet in flatten() 277 packet.insert(packet.end(), cipherPayload.begin(), cipherPayload.end()); in flatten() 285 // Insert the Payload into the Packet in flatten() 286 packet.insert(packet.end(), outMessage->payload.begin(), in flatten() 381 packet.insert(packet.end(), paddingLen, 0xFF); in addIntegrityData() 394 packet.insert(packet.end(), integrityData.begin(), integrityData.end()); in addIntegrityData() [all …]
|
/openbmc/linux/include/linux/ |
H A D | rbtree.h | 9 To use rbtrees you'll have to implement your own insert and search cores. 157 * rb_add_cached() - insert @node into the leftmost cached tree @tree 158 * @node: node to insert 159 * @tree: leftmost cached tree to insert @node into 189 * rb_add() - insert @node into @tree 190 * @node: node to insert 191 * @tree: tree to insert @node into 215 * @node: node to look-for / insert
|
/openbmc/linux/Documentation/process/ |
H A 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:: 339 Works. Use "Insert file..." or external editor.
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | Kconfig.debug | 53 bool "Always insert extra checks around mmio access by default" 66 bool "Insert extra checks into the GEM internals" 93 bool "Insert extra logging (very verbose) for common GEM errors" 105 bool "Insert extra ftrace output from the GEM internals" 119 bool "Insert extra ftrace output from the GTT internals"
|
/openbmc/linux/tools/include/linux/ |
H A D | rbtree.h | 9 To use rbtrees you'll have to implement your own insert and search cores. 172 * rb_add_cached() - insert @node into the leftmost cached tree @tree 173 * @node: node to insert 174 * @tree: leftmost cached tree to insert @node into 200 * rb_add() - insert @node into @tree 201 * @node: node to insert 202 * @tree: tree to insert @node into 226 * @node: node to look-for / insert
|