Home
last modified time | relevance | path

Searched refs:t (Results 376 – 400 of 8449) sorted by relevance

1...<<11121314151617181920>>...338

/openbmc/linux/net/core/
H A Dpktgen.c235 #define if_lock(t) mutex_lock(&(t->if_lock)); argument
1898 if (!t) { in pktgen_thread_write()
2381 __u16 t; in set_cur_queue_map() local
2506 __u32 t; in mod_cur_headers() local
2511 t++; in mod_cur_headers()
2540 t++; in mod_cur_headers()
2575 __u32 t; in mod_cur_headers() local
3415 remove_proc_entry(t->tsk->comm, t->net->proc_dir); in pktgen_rem_thread()
3825 if (!t) { in pktgen_create_thread()
3839 t, in pktgen_create_thread()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_log_fixup.c17 static struct task_struct___bad *t; in bad_relo() local
19 return bpf_core_field_size(t->fake_field); in bad_relo()
24 static struct task_struct___bad *t; in bad_subprog() local
27 return (void *)&t->fake_field_subprog - (void *)t; in bad_subprog()
33 static struct task_struct___bad *t; in bad_relo_subprog() local
35 return bad_subprog() + bpf_core_field_size(t->pid); in bad_relo_subprog()
/openbmc/linux/drivers/android/
H A Dbinder.c1569 from_thread = t->from ? t->from->pid : 0; in binder_txn_latency_free()
1570 to_proc = t->to_proc ? t->to_proc->pid : 0; in binder_txn_latency_free()
3149 t = kzalloc(sizeof(*t), GFP_KERNEL); in binder_transaction()
3274 t->buffer->debug_id = t->debug_id; in binder_transaction()
3275 t->buffer->transaction = t; in binder_transaction()
4994 t = t->to_parent; in binder_thread_release()
4997 t = t->from_parent; in binder_thread_release()
5971 prefix, t->debug_id, t, in print_binder_transaction_ilocked()
5976 t->code, t->flags, t->priority, t->need_reply, in print_binder_transaction_ilocked()
6065 t = t->from_parent; in print_binder_thread_ilocked()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D267.out5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
19 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
20 Testing: -drive driver=file,file=TEST_DIR/t.IMGFMT,if=none
30 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
31 Testing: -drive driver=IMGFMT,file=TEST_DIR/t.IMGFMT,if=none
41 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
55 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
66 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
131 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file=TEST_DIR/t.IMGFMT.base backi…
142 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file=TEST_DIR/t.IMGFMT.base backi…
[all …]
/openbmc/linux/arch/arm/kernel/
H A Datags_parse.c146 struct tagtable *t; in parse_tag() local
148 for (t = &__tagtable_begin; t < &__tagtable_end; t++) in parse_tag()
149 if (tag->hdr.tag == t->tag) { in parse_tag()
150 t->parse(tag); in parse_tag()
154 return t < &__tagtable_end; in parse_tag()
161 static void __init parse_tags(const struct tag *t) in parse_tags() argument
163 for (; t->hdr.size; t = tag_next(t)) in parse_tags()
164 if (!parse_tag(t)) in parse_tags()
166 t->hdr.tag); in parse_tags()
/openbmc/openbmc/poky/scripts/
H A Doe-setup-build49 t = templates[i]
50 print("{}. {}".format(i+1, t["templatename"]))
51 …print("{}".format(t["summary"].strip() if t["summary"] else "This configuration does not have a su…
53 print("Configuration template path:", t["templatepath"])
54 print("Build path:", t["buildpath"])
55 …print("Usage notes:", t["notespath"] if t["notes"] else "This configuration does not have usage no…
77 for t in templates:
78 if t["templatename"] == template_name:
79 return t
80 …n {} is not one of {}, please try again.".format(tempalte_name, [t["templatename"] for t in templa…
/openbmc/linux/drivers/spi/
H A Dspi-sh.c151 struct spi_transfer *t) in spi_sh_send() argument
154 int remain = t->len; in spi_sh_send()
159 if (t->len) in spi_sh_send()
216 struct spi_transfer *t) in spi_sh_receive() argument
219 int remain = t->len; in spi_sh_receive()
224 if (t->len > SPI_SH_MAX_BYTE) in spi_sh_receive()
275 struct spi_transfer *t; in spi_sh_transfer_one_message() local
284 t->tx_buf, t->rx_buf); in spi_sh_transfer_one_message()
286 t->len, t->delay.value); in spi_sh_transfer_one_message()
288 if (t->tx_buf) { in spi_sh_transfer_one_message()
[all …]
H A Dspi-fsl-spi.c188 if (t) { in fsl_spi_setup_transfer()
190 hz = t->speed_hz; in fsl_spi_setup_transfer()
263 if (t->bits_per_word) in fsl_spi_bufs()
298 struct spi_transfer *t; in fsl_spi_prepare_message() local
319 if (t->len < 256 || t->bits_per_word != 8) in fsl_spi_prepare_message()
321 if ((t->len & 3) == 0) in fsl_spi_prepare_message()
322 t->bits_per_word = 32; in fsl_spi_prepare_message()
336 if (t->bits_per_word == 16 || t->bits_per_word == 32) in fsl_spi_prepare_message()
338 if (t->bits_per_word == 8 && t->len >= 256 && in fsl_spi_prepare_message()
355 if (t->len) in fsl_spi_transfer_one()
[all …]
/openbmc/linux/drivers/iio/test/
H A Diio-test-rescale.c578 strcpy(desc, t->name); in case_to_desc()
655 rescale.numerator = t->numerator; in iio_rescale_test_scale()
657 rescale.offset = t->offset; in iio_rescale_test_scale()
658 values[0] = t->schan_val; in iio_rescale_test_scale()
659 values[1] = t->schan_val2; in iio_rescale_test_scale()
673 buff, t->expected); in iio_rescale_test_scale()
684 rescale.numerator = t->numerator; in iio_rescale_test_offset()
686 rescale.offset = t->offset; in iio_rescale_test_offset()
687 values[0] = t->schan_val; in iio_rescale_test_offset()
688 values[1] = t->schan_val2; in iio_rescale_test_offset()
[all …]
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dpowercap.c141 struct scmi_xfer *t; in scmi_powercap_attributes_get() local
183 struct scmi_xfer *t; in scmi_powercap_domain_attributes_get() local
193 resp = t->rx.buf; in scmi_powercap_domain_attributes_get()
301 struct scmi_xfer *t; in scmi_powercap_xfer_cap_get() local
352 struct scmi_xfer *t; in scmi_powercap_xfer_cap_set() local
360 msg = t->tx.buf; in scmi_powercap_xfer_cap_set()
374 resp = t->rx.buf; in scmi_powercap_xfer_cap_set()
452 struct scmi_xfer *t; in scmi_powercap_xfer_pai_get() local
493 struct scmi_xfer *t; in scmi_powercap_xfer_pai_set() local
501 msg = t->tx.buf; in scmi_powercap_xfer_pai_set()
[all …]
H A Dvoltage.c75 struct scmi_xfer *t; in scmi_protocol_attributes_get() local
78 sizeof(__le32), &t); in scmi_protocol_attributes_get()
87 ph->xops->xfer_put(ph, t); in scmi_protocol_attributes_get()
264 struct scmi_xfer *t; in __scmi_voltage_get_u32() local
279 ph->xops->xfer_put(ph, t); in __scmi_voltage_get_u32()
287 struct scmi_xfer *t; in scmi_voltage_config_set() local
299 cmd = t->tx.buf; in scmi_voltage_config_set()
305 ph->xops->xfer_put(ph, t); in scmi_voltage_config_set()
322 struct scmi_xfer *t; in scmi_voltage_level_set() local
337 cmd = t->tx.buf; in scmi_voltage_level_set()
[all …]
/openbmc/linux/Documentation/PCI/endpoint/function/binding/
H A Dpci-ntb.rst14 revid don't care
15 progif_code don't care
18 cache_line_size don't care
19 subsys_vendor_id don't care
20 subsys_id don't care
21 interrupt_pin don't care
22 msi_interrupts don't care
23 msix_interrupts don't care
/openbmc/phosphor-inventory-manager/
H A Dgen_serialization.mako.hpp38 <% t = "cereal::make_nvp(\"" + p.CamelCase + "\", object." + p.camelCase + "())"
40 a(${t});
50 <% t = "object." + p.camelCase + "()" %>\
51 decltype(${t}) ${p.CamelCase}{};
63 <% t = "cereal::make_nvp(\"" + p.CamelCase + "\", " + p.CamelCase + ")" %>\
66 a(${t});
75 <% t = "object." + p.camelCase + "(" + p.CamelCase + ", skipSignals)" %>\
76 ${t};
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_probes.c10 const struct btf_type *t; in test_libbpf_probe_prog_types() local
22 t = btf__type_by_id(btf, id); in test_libbpf_probe_prog_types()
23 if (!ASSERT_OK_PTR(t, "bpf_prog_type_enum")) in test_libbpf_probe_prog_types()
26 for (e = btf_enum(t), i = 0, n = btf_vlen(t); i < n; e++, i++) { in test_libbpf_probe_prog_types()
48 const struct btf_type *t; in test_libbpf_probe_map_types() local
60 t = btf__type_by_id(btf, id); in test_libbpf_probe_map_types()
61 if (!ASSERT_OK_PTR(t, "bpf_map_type_enum")) in test_libbpf_probe_map_types()
64 for (e = btf_enum(t), i = 0, n = btf_vlen(t); i < n; e++, i++) { in test_libbpf_probe_map_types()
/openbmc/linux/net/bridge/
H A Dbr_stp_timer.c30 static void br_hello_timer_expired(struct timer_list *t) in br_hello_timer_expired() argument
32 struct net_bridge *br = from_timer(br, t, hello_timer); in br_hello_timer_expired()
46 static void br_message_age_timer_expired(struct timer_list *t) in br_message_age_timer_expired() argument
48 struct net_bridge_port *p = from_timer(p, t, message_age_timer); in br_message_age_timer_expired()
79 static void br_forward_delay_timer_expired(struct timer_list *t) in br_forward_delay_timer_expired() argument
81 struct net_bridge_port *p = from_timer(p, t, forward_delay_timer); in br_forward_delay_timer_expired()
103 static void br_tcn_timer_expired(struct timer_list *t) in br_tcn_timer_expired() argument
105 struct net_bridge *br = from_timer(br, t, tcn_timer); in br_tcn_timer_expired()
117 static void br_topology_change_timer_expired(struct timer_list *t) in br_topology_change_timer_expired() argument
128 static void br_hold_timer_expired(struct timer_list *t) in br_hold_timer_expired() argument
[all …]
/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/
H A Drpm-chksec.sh73 t=`which "$n" 2>/dev/null`
74 if [ x"$t" != "x" ] ; then
75 DAEMON="$DAEMON $t"
78 t=`which "$n"d 2>/dev/null`
79 if [ x"$t" != "x" ] ; then
80 DAEMON="$DAEMON $t"
84 if [ x"$t" != "x" ] ; then
85 DAEMON="$DAEMON $t"
92 t=`cat "$f" | grep -i '^ExecStart=' | tr '=' ' ' | awk '{ print $2 }'`
93 if [ x"$t" != "x" ] ; then
[all …]
/openbmc/qemu/crypto/
H A Daes.c961 uint32_t t; in aesenc_MC_swap() local
969 t = bswap32(t); in aesenc_MC_swap()
978 t = bswap32(t); in aesenc_MC_swap()
987 t = bswap32(t); in aesenc_MC_swap()
996 t = bswap32(t); in aesenc_MC_swap()
1019 AESState t; in aesenc_SB_SR_AK_swap() local
1123 uint32_t t; in aesdec_IMC_swap() local
1131 t = bswap32(t); in aesdec_IMC_swap()
1140 t = bswap32(t); in aesdec_IMC_swap()
1149 t = bswap32(t); in aesdec_IMC_swap()
[all …]
/openbmc/linux/lib/
H A Dlocking-selftest.c1689 t2 = t; in ww_test_fail_acquire()
1858 t2 = t; in ww_test_edeadlk_normal()
1884 t2 = t; in ww_test_edeadlk_normal_slow()
1910 t2 = t; in ww_test_edeadlk_no_unlock()
1935 t2 = t; in ww_test_edeadlk_no_unlock_slow()
1960 t2 = t; in ww_test_edeadlk_acquire_more()
1981 t2 = t; in ww_test_edeadlk_acquire_more_slow()
2006 t2 = t; in ww_test_edeadlk_acquire_more_edeadlk()
2032 t2 = t; in ww_test_edeadlk_acquire_more_edeadlk_slow()
2053 t2 = t; in ww_test_edeadlk_acquire_wrong()
[all …]
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1634 *xt = t; in helper_xsaddqp()
1705 *xt = t; in helper_xsmulqp()
1782 *xt = t; in helper_xsdivqp()
2697 *xt = t; in helper_XVCVSPBF16()
2718 t.VsrD(0) = float64_snan_to_qnan(t.VsrD(0)); in helper_XSCVQPDP()
2722 *xt = t; in helper_XSCVQPDP()
3114 *xt = t; in helper_XVXSIGSP()
3246 *xt = t; in helper_xsrqpi()
3293 t.f128 = float128_snan_to_qnan(t.f128); in helper_xsrqpxp()
3297 *xt = t; in helper_xsrqpxp()
[all …]
/openbmc/linux/include/linux/sunrpc/
H A Dtimer.h29 int *t; in rpc_set_timeo() local
32 t = &rt->ntimeouts[timer-1]; in rpc_set_timeo()
33 if (ntimeo < *t) { in rpc_set_timeo()
34 if (*t > 0) in rpc_set_timeo()
35 (*t)--; in rpc_set_timeo()
39 *t = ntimeo; in rpc_set_timeo()
/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup_dtlk.c285 u_char *t; in synth_interrogate() local
298 t = buf; in synth_interrogate()
300 status.serial_number = t[0] + t[1] * 256; in synth_interrogate()
301 t += 2; in synth_interrogate()
302 for (i = 0; *t != '\r'; t++) { in synth_interrogate()
308 t++; in synth_interrogate()
309 status.mode = *t++; in synth_interrogate()
312 status.pitch = *t++; in synth_interrogate()
313 status.speed = *t++; in synth_interrogate()
315 status.tone = *t++; in synth_interrogate()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs-ignores-qemuall.txt9 # pci 0000:00:00.0: [Firmware Bug]: reg 0x10: invalid BAR (can't size)
10 # pci 0000:00:00.0: [Firmware Bug]: reg 0x14: invalid BAR (can't size)
11 # pci 0000:00:00.0: [Firmware Bug]: reg 0x18: invalid BAR (can't size)
12 # pci 0000:00:00.0: [Firmware Bug]: reg 0x1c: invalid BAR (can't size)
13 # pci 0000:00:00.0: [Firmware Bug]: reg 0x20: invalid BAR (can't size)
14 # pci 0000:00:00.0: [Firmware Bug]: reg 0x24: invalid BAR (can't size)
15 invalid BAR (can't size)
19 fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge
20 can't claim BAR
/openbmc/linux/tools/firewire/
H A Ddecode-fcp.c145 decode_avc(struct link_transaction *t) in decode_avc() argument
148 (struct avc_frame *) t->request->packet.write_block.data; in decode_avc()
174 decode_fcp(struct link_transaction *t) in decode_fcp() argument
177 (struct avc_frame *) t->request->packet.write_block.data; in decode_fcp()
179 ((unsigned long long) t->request->packet.common.offset_high << 32) | in decode_fcp()
180 t->request->packet.common.offset_low; in decode_fcp()
182 if (t->request->packet.common.tcode != TCODE_WRITE_BLOCK_REQUEST) in decode_fcp()
188 decode_avc(t); in decode_fcp()
/openbmc/linux/drivers/usb/chipidea/
H A Dotg_fsm.c35 unsigned size, t; in a_bus_req_show() local
41 size -= t; in a_bus_req_show()
42 next += t; in a_bus_req_show()
84 unsigned size, t; in a_bus_drop_show() local
90 size -= t; in a_bus_drop_show()
91 next += t; in a_bus_drop_show()
124 unsigned size, t; in b_bus_req_show() local
130 size -= t; in b_bus_req_show()
131 next += t; in b_bus_req_show()
235 ci->next_otg_timer = t; in ci_otg_add_timer()
[all …]
/openbmc/linux/drivers/iio/imu/bmi160/
H A Dbmi160_core.c312 cmd = bmi160_regs[t].pmu_cmd_normal; in bmi160_set_mode()
314 cmd = bmi160_regs[t].pmu_cmd_suspend; in bmi160_set_mode()
320 usleep_range(bmi160_pmu_time[t], bmi160_pmu_time[t] + 1000); in bmi160_set_mode()
335 if (i == bmi160_scale_table[t].num) in bmi160_set_scale()
391 if (i >= bmi160_odr_table[t].num) in bmi160_set_odr()
395 bmi160_regs[t].config, in bmi160_set_odr()
396 bmi160_regs[t].config_odr_mask, in bmi160_set_odr()
397 bmi160_odr_table[t].tbl[i].bits); in bmi160_set_odr()
409 val &= bmi160_regs[t].config_odr_mask; in bmi160_get_odr()
415 if (i >= bmi160_odr_table[t].num) in bmi160_get_odr()
[all …]

1...<<11121314151617181920>>...338