/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | testing_helpers.h | 39 struct timespec t; in get_time_ns() local 41 clock_gettime(CLOCK_MONOTONIC, &t); in get_time_ns() 43 return (u64)t.tv_sec * 1000000000 + t.tv_nsec; in get_time_ns()
|
/openbmc/pldm/host-bmc/test/ |
H A D | meson.build | 18 foreach t : tests 20 t, 22 t.underscorify(), 23 t + '.cpp',
|
/openbmc/webui-vue/src/components/Global/ |
H A D | TableCellCount.vue | 4 {{ $t('global.table.items', { count: totalNumberOfCells }) }} 8 $t('global.table.selectedItems', { 32 $t: useI18n().t,
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 294.out | 3 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 17 == test that key 0 doesn't open the image == 18 qemu-io: can't open: Invalid password, cannot unlock any keyslot 24 == test that key 0 still doesn't open the image (key material is erased) == 25 qemu-io: can't open: Invalid password, cannot unlock any keyslot
|
H A D | 054.out | 4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1152921504606846976 5 qemu-img: TEST_DIR/t.IMGFMT: The image size is too large for file format 'IMGFMT' (try using a larg… 8 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 9 qemu-img: Could not open 'TEST_DIR/t.qcow2': Image is too big
|
/openbmc/linux/arch/arm/include/asm/vdso/ |
H A D | cp15.h | 19 #define __read_sysreg(r, w, c, t) ({ \ argument 20 t __val; \ 26 #define __write_sysreg(v, r, w, c, t) asm volatile(w " " c : : "r" ((t)(v))) argument
|
/openbmc/phosphor-ipmi-blobs/test/ |
H A D | meson.build | 34 foreach t : tests 36 t, 38 t.underscorify(), 39 t + '.cpp',
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tc_redirect.c | 765 int i, t = TCP_IP6_CLEAR_DTIME; in test_tcp_clear_dtime() local 767 __u32 *errs = skel->bss->errs[t]; in test_tcp_clear_dtime() 769 skel->bss->test = t; in test_tcp_clear_dtime() 793 int i, t; in test_tcp_dtime() local 803 dtimes = skel->bss->dtimes[t]; in test_tcp_dtime() 804 errs = skel->bss->errs[t]; in test_tcp_dtime() 806 skel->bss->test = t; in test_tcp_dtime() 825 int i, t; in test_udp_dtime() local 835 dtimes = skel->bss->dtimes[t]; in test_udp_dtime() 836 errs = skel->bss->errs[t]; in test_udp_dtime() [all …]
|
/openbmc/linux/crypto/ |
H A D | vmac.c | 270 ADD128(rh, rl, (t >> 32), (t << 32)); \ 287 u64 p, q, t; in poly_step_func() local 296 t = (u32)(p); in poly_step_func() 364 t = p1 >> 63; in l3hash() 373 t = p1 + (p2 >> 32); in l3hash() 374 t += (t >> 32); in l3hash() 375 t += (u32)t > 0xfffffffeu; in l3hash() 376 p1 += (t >> 32); in l3hash() 387 t = rh >> 56; in l3hash() 391 t += t << 8; in l3hash() [all …]
|
/openbmc/linux/drivers/mfd/ |
H A D | menelaus.c | 733 int t, ret; in menelaus_set_regulator_sleep() local 748 ret |= t; in menelaus_set_regulator_sleep() 750 ret &= ~t; in menelaus_set_regulator_sleep() 830 t->tm_sec = bcd2bin(regs[0]); in menelaus_to_time() 831 t->tm_min = bcd2bin(regs[1]); in menelaus_to_time() 835 t->tm_hour += 12; in menelaus_to_time() 838 t->tm_mday = bcd2bin(regs[3]); in menelaus_to_time() 856 hour = t->tm_hour + 1; in time_to_menelaus() 862 hour = bin2bcd(t->tm_hour); in time_to_menelaus() 911 menelaus_to_time(regs, t); in menelaus_read_time() [all …]
|
/openbmc/linux/Documentation/arch/x86/x86_64/ |
H A D | boot-options.rst | 76 Don't use the IO-APIC. 79 Don't use the local APIC 88 Don't set up the APIC timer 105 Don't use the HPET timer. 126 Don't set the cold reboot flag 167 Don't parse the SRAT table for NUMA setup 189 Don't enable ACPI 199 Don't route interrupts 210 Don't use PCI 272 Don't use IOMMU fullflush. [all …]
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | net.c | 213 attr = (struct nlattr *) ((void *) t + NLMSG_ALIGN(sizeof(*t))); in __dump_class_nlmsg() 225 struct tcmsg t; in netlink_get_class() member 230 .t.tcm_family = AF_UNSPEC, in netlink_get_class() 231 .t.tcm_ifindex = ifindex, in netlink_get_class() 252 attr = (struct nlattr *) ((void *) t + NLMSG_ALIGN(sizeof(*t))); in __dump_qdisc_nlmsg() 264 struct tcmsg t; in netlink_get_qdisc() member 270 .t.tcm_ifindex = ifindex, in netlink_get_qdisc() 291 attr = (struct nlattr *) ((void *) t + NLMSG_ALIGN(sizeof(*t))); in __dump_filter_nlmsg() 303 struct tcmsg t; in netlink_get_filter() member 309 .t.tcm_ifindex = ifindex, in netlink_get_filter() [all …]
|
/openbmc/linux/kernel/bpf/ |
H A D | bpf_struct_ops.c | 118 const struct btf_type *t; in bpf_struct_ops_init() local 161 t = btf_type_by_id(btf, type_id); in bpf_struct_ops_init() 164 btf_type_vlen(t), st_ops->name); in bpf_struct_ops_init() 168 for_each_member(j, t, member) { in bpf_struct_ops_init() 197 if (j == btf_type_vlen(t)) { in bpf_struct_ops_init() 203 st_ops->type = t; in bpf_struct_ops_init() 316 for_each_member(i, t, member) { in check_zero_holes() 329 if (t->size > prev_mend && in check_zero_holes() 422 for_each_member(i, t, member) { in bpf_struct_ops_map_update_elem() 658 const struct btf_type *t, *vt; in bpf_struct_ops_map_alloc() local [all …]
|
/openbmc/linux/drivers/scsi/pm8001/ |
H A D | pm8001_hwi.c | 1578 t->task_done(t); in pm8001_work_fn() 1798 if (unlikely(!t || !t->lldd_task || !t->dev)) in mpi_ssp_completion() 1996 t->task_done(t); in mpi_ssp_completion() 2020 if (unlikely(!t || !t->lldd_task || !t->dev)) in mpi_ssp_event() 2163 t->task_done(t); in mpi_ssp_event() 2197 if (t) { in mpi_sata_completion() 2198 if (t->dev && (t->dev->lldd_dev)) in mpi_sata_completion() 2207 if (pm8001_dev && unlikely(!t || !t->lldd_task || !t->dev)) { in mpi_sata_completion() 2582 if (unlikely(!t->lldd_task || !t->dev)) in mpi_sata_event() 2750 if (unlikely(!t || !t->lldd_task || !t->dev)) in mpi_smp_completion() [all …]
|
/openbmc/linux/net/mctp/test/ |
H A D | route-test.c | 224 t->msgsize, t->mtu, t->n_frags); in mctp_frag_test_to_desc() 272 static void mctp_rx_input_test_to_desc(const struct mctp_rx_input_test *t, in mctp_rx_input_test_to_desc() argument 275 sprintf(desc, "{%x,%x,%x,%x}", t->hdr.ver, t->hdr.src, t->hdr.dest, in mctp_rx_input_test_to_desc() 276 t->hdr.flags_seq_tag); in mctp_rx_input_test_to_desc() 373 #define FL_T(t) ((t) & MCTP_HDR_TAG_MASK) argument 387 sprintf(desc, "{%x,%x,%x,%x} type %d", t->hdr.ver, t->hdr.src, in mctp_route_input_sk_to_desc() 388 t->hdr.dest, t->hdr.flags_seq_tag, t->type); in mctp_route_input_sk_to_desc() 517 const struct mctp_route_input_sk_reasm_test *t, in mctp_route_input_sk_reasm_to_desc() argument 520 sprintf(desc, "%s", t->name); in mctp_route_input_sk_reasm_to_desc() 659 const struct mctp_route_input_sk_keys_test *t, in mctp_route_input_sk_keys_to_desc() argument [all …]
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | 7990.c | 97 int t; \ 98 for (t = 0; t < RX_RING_SIZE; t++) { \ 100 t, ib->brx_ring[t].rmd1_hadr, ib->brx_ring[t].rmd0, \ 101 ib->brx_ring[t].length, \ 102 ib->brx_ring[t].mblength, ib->brx_ring[t].rmd1_bits); \ 104 for (t = 0; t < TX_RING_SIZE; t++) { \ 106 t, ib->btx_ring[t].tmd1_hadr, ib->btx_ring[t].tmd0, \ 107 ib->btx_ring[t].length, \ 108 ib->btx_ring[t].misc, ib->btx_ring[t].tmd1_bits); \
|
/openbmc/linux/arch/mips/ath79/ |
H A D | clock.c | 155 u32 t; in ar933x_clocks_init() local 176 u32 t; in ar933x_clocks_init() local 189 if (t == 0) in ar933x_clocks_init() 190 t = 1; in ar933x_clocks_init() 215 u64 t; in ar934x_get_pll_freq() local 218 t = ref; in ar934x_get_pll_freq() 219 t *= nint; in ar934x_get_pll_freq() 221 ret = t; in ar934x_get_pll_freq() 223 t = ref; in ar934x_get_pll_freq() 224 t *= nfrac; in ar934x_get_pll_freq() [all …]
|
/openbmc/linux/drivers/thermal/ |
H A D | thermal_trip.c | 140 struct thermal_trip t; in thermal_zone_set_trip() local 146 ret = __thermal_zone_get_trip(tz, trip_id, &t); in thermal_zone_set_trip() 150 if (t.type != trip->type) in thermal_zone_set_trip() 153 if (t.temperature != trip->temperature && tz->ops->set_trip_temp) { in thermal_zone_set_trip() 159 if (t.hysteresis != trip->hysteresis && tz->ops->set_trip_hyst) { in thermal_zone_set_trip() 165 if (tz->trips && (t.temperature != trip->temperature || t.hysteresis != trip->hysteresis)) in thermal_zone_set_trip()
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/ |
H A D | meson.build | 24 foreach t : firmware_tests 26 t, 28 t.underscorify(), 'firmware_' + t + '_unittest.cpp',
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | event_analyzing_sample.py | 127 for t in count: 128 print("There is %d records in gen_events table" % t[0]) 129 if t[0] == 0: 160 for t in count: 161 print("There is %d records in pebs_ll table" % t[0]) 162 if t[0] == 0:
|
/openbmc/linux/net/x25/ |
H A D | x25_timer.c | 24 static void x25_heartbeat_expiry(struct timer_list *t); 25 static void x25_timer_expiry(struct timer_list *t); 90 static void x25_heartbeat_expiry(struct timer_list *t) in x25_heartbeat_expiry() argument 92 struct sock *sk = from_timer(sk, t, sk_timer); in x25_heartbeat_expiry() 157 static void x25_timer_expiry(struct timer_list *t) in x25_timer_expiry() argument 159 struct x25_sock *x25 = from_timer(x25, t, timer); in x25_timer_expiry()
|
/openbmc/linux/drivers/nfc/st95hf/ |
H A D | spi.c | 76 struct spi_transfer t[2] = { in st95hf_spi_recv_response() local 89 spi_message_add_tail(&t[0], &m); in st95hf_spi_recv_response() 90 spi_message_add_tail(&t[1], &m); in st95hf_spi_recv_response() 133 struct spi_transfer t[2] = { in st95hf_spi_recv_echo_res() local 144 spi_message_add_tail(&t[0], &m); in st95hf_spi_recv_echo_res() 145 spi_message_add_tail(&t[1], &m); in st95hf_spi_recv_echo_res()
|
/openbmc/linux/drivers/md/ |
H A D | dm-zone.c | 36 tgt = dm_table_find_target(t, args.next_sector); in dm_blk_do_report_zones() 246 ret = dm_blk_do_report_zones(md, t, 0, disk->nr_zones, in dm_revalidate_zones() 275 for (unsigned int i = 0; i < t->num_targets; i++) { in dm_table_supports_zone_append() 276 struct dm_target *ti = dm_table_get_target(t, i); in dm_table_supports_zone_append() 291 struct mapped_device *md = t->md; in dm_set_zones_restrictions() 301 if (dm_table_supports_zone_append(t)) { in dm_set_zones_restrictions() 315 return dm_revalidate_zones(md, t); in dm_set_zones_restrictions() 333 struct dm_table *t; in dm_update_zone_wp_offset() local 336 t = dm_get_live_table(md, &srcu_idx); in dm_update_zone_wp_offset() 337 if (!t) in dm_update_zone_wp_offset() [all …]
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-designware-common.c | 193 struct i2c_timings *t = &dev->timings; in i2c_dw_validate_speed() local 207 t->bus_freq_hz); in i2c_dw_validate_speed() 261 struct i2c_timings *t = &dev->timings; in i2c_dw_acpi_configure() local 273 switch (t->bus_freq_hz) { in i2c_dw_acpi_configure() 320 struct i2c_timings *t = &dev->timings; in i2c_dw_adjust_bus_speed() local 326 if (acpi_speed && t->bus_freq_hz) in i2c_dw_adjust_bus_speed() 327 t->bus_freq_hz = min(t->bus_freq_hz, acpi_speed); in i2c_dw_adjust_bus_speed() 328 else if (acpi_speed || t->bus_freq_hz) in i2c_dw_adjust_bus_speed() 329 t->bus_freq_hz = max(t->bus_freq_hz, acpi_speed); in i2c_dw_adjust_bus_speed() 331 t->bus_freq_hz = I2C_MAX_FAST_MODE_FREQ; in i2c_dw_adjust_bus_speed() [all …]
|
/openbmc/qemu/block/ |
H A D | qcow2-cache.c | 78 void *t = qcow2_cache_get_table_addr(c, i); in qcow2_cache_table_release() local 81 size_t offset = QEMU_ALIGN_UP((uintptr_t) t, align) - (uintptr_t) t; in qcow2_cache_table_release() 84 madvise((uint8_t *) t + offset, length, MADV_DONTNEED); in qcow2_cache_table_release() 91 Qcow2CachedTable *t = &c->entries[i]; in can_clean_entry() local 92 return t->ref == 0 && !t->dirty && t->offset != 0 && in can_clean_entry() 93 t->lru_counter <= c->cache_clean_lru_counter; in can_clean_entry() 349 const Qcow2CachedTable *t = &c->entries[i]; in qcow2_cache_do_get() local 350 if (t->offset == offset) { in qcow2_cache_do_get() 353 if (t->ref == 0 && t->lru_counter < min_lru_counter) { in qcow2_cache_do_get() 354 min_lru_counter = t->lru_counter; in qcow2_cache_do_get()
|