Home
last modified time | relevance | path

Searched refs:t (Results 3951 – 3975 of 8705) sorted by relevance

1...<<151152153154155156157158159160>>...349

/openbmc/linux/net/sctp/
H A Doutput.c219 struct sctp_transport *t = pkt->transport; in sctp_packet_bundle_pad() local
229 pad = sctp_make_pad(t->asoc, t->pl.probe_size - overhead); in sctp_packet_bundle_pad()
235 chunk->transport = t; in sctp_packet_bundle_pad()
/openbmc/linux/drivers/cpufreq/
H A Dlonghaul.c165 u32 t; in do_powersaver() local
194 t = inl(acpi_gbl_FADT.xpm_timer_block.address); in do_powersaver()
211 t = inl(acpi_gbl_FADT.xpm_timer_block.address); in do_powersaver()
231 t = inl(acpi_gbl_FADT.xpm_timer_block.address); in do_powersaver()
/openbmc/linux/arch/mips/kernel/
H A Dvpe.c76 struct tc *res, *t; in get_tc() local
80 list_for_each_entry(t, &vpecontrol.tc_list, list) { in get_tc()
81 if (t->index == index) { in get_tc()
82 res = t; in get_tc()
/openbmc/linux/drivers/acpi/
H A Dresource.c702 int irq, p, t; in acpi_dev_get_irqresource() local
721 !acpi_get_override_irq(gsi, &t, &p)) { in acpi_dev_get_irqresource()
722 u8 trig = t ? ACPI_LEVEL_SENSITIVE : ACPI_EDGE_SENSITIVE; in acpi_dev_get_irqresource()
727 t ? "level" : "edge", in acpi_dev_get_irqresource()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/
H A Dfreeradius_3.2.3.bb36 file://0016-version.c-don-t-print-build-flags.patch \
46 CVE_STATUS[CVE-2002-0318] = "fixed-version: The CPE in the NVD database doesn't reflect correctly t…
47 CVE_STATUS[CVE-2011-4966] = "fixed-version: The CPE in the NVD database doesn't reflect correctly t…
135 # we don't need dhcpclient
/openbmc/qemu/util/
H A Dcutils.c157 time_t t; in mktimegm() local
163 t = 86400ULL * (d + (153 * m - 457) / 5 + 365 * y + y / 4 - y / 100 + in mktimegm()
165 t += 3600 * tm->tm_hour + 60 * tm->tm_min + tm->tm_sec; in mktimegm()
166 return t; in mktimegm()
/openbmc/linux/fs/nilfs2/
H A Ddir.c307 unsigned char t; in nilfs_readdir() local
310 t = nilfs_filetype_table[de->file_type]; in nilfs_readdir()
312 t = DT_UNKNOWN; in nilfs_readdir()
315 le64_to_cpu(de->inode), t)) { in nilfs_readdir()
/openbmc/linux/include/trace/events/
H A Dsched.h18 TP_PROTO(struct task_struct *t),
20 TP_ARGS(t),
28 memcpy(__entry->comm, t->comm, TASK_COMM_LEN);
29 __entry->pid = t->pid;
/openbmc/linux/kernel/trace/
H A Dring_buffer.c638 c = local_read(&t->cnt); in __rb_time_read()
639 top = local_read(&t->top); in __rb_time_read()
640 bottom = local_read(&t->bottom); in __rb_time_read()
641 msb = local_read(&t->msb); in __rb_time_read()
642 } while (c != local_read(&t->cnt)); in __rb_time_read()
659 return __rb_time_read(t, ret, &cnt); in rb_time_read()
678 local_set(t, val); in rb_time_val_set()
689 cnt = local_inc_return(&t->cnt); in rb_time_set()
690 rb_time_val_set(&t->top, top, cnt); in rb_time_set()
708 *ret = local64_read(&t->time); in rb_time_read()
[all …]
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc690 TCGReg t;
694 t = v1, v1 = v2, v2 = t;
697 t = tmpflags & ~SETCOND_FLAGS;
699 tcg_out_opc_masknez(s, ret, v2, t);
701 tcg_out_opc_maskeqz(s, ret, v1, t);
703 tcg_out_opc_masknez(s, TCG_REG_TMP2, v2, t); /* t ? 0 : v2 */
704 tcg_out_opc_maskeqz(s, TCG_REG_TMP1, v1, t); /* t ? v1 : 0 */
737 TCGReg t = arg1;
739 arg2 = t;
2030 TCGArg t;
[all …]
/openbmc/linux/drivers/usb/gadget/function/
H A Df_fs.c2551 struct usb_gadget_strings **stringtabs, *t; in __ffs_data_got_strings() local
2599 t = vla_ptr(vlabuf, d, stringtab); in __ffs_data_got_strings()
2602 *stringtabs++ = t++; in __ffs_data_got_strings()
2608 t = vla_ptr(vlabuf, d, stringtab); in __ffs_data_got_strings()
2622 t->language = get_unaligned_le16(data); in __ffs_data_got_strings()
2623 t->strings = s; in __ffs_data_got_strings()
2624 ++t; in __ffs_data_got_strings()
2935 struct usb_os_desc_table *t; in __ffs_func_bind_do_os_desc() local
2947 struct usb_os_desc_table *t; in __ffs_func_bind_do_os_desc() local
2991 t->os_desc->ext_prop_len += in __ffs_func_bind_do_os_desc()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c1871 struct tasklet_struct *t = &engine->sched_engine->tasklet; in __intel_engine_flush_submission() local
1873 if (!t->callback) in __intel_engine_flush_submission()
1877 if (tasklet_trylock(t)) { in __intel_engine_flush_submission()
1879 if (__tasklet_is_enabled(t)) in __intel_engine_flush_submission()
1880 t->callback(t); in __intel_engine_flush_submission()
1881 tasklet_unlock(t); in __intel_engine_flush_submission()
1887 tasklet_unlock_wait(t); in __intel_engine_flush_submission()
2068 static const char *repr_timer(const struct timer_list *t) in repr_timer() argument
2070 if (!READ_ONCE(t->expires)) in repr_timer()
2073 if (timer_pending(t)) in repr_timer()
/openbmc/linux/tools/bpf/
H A Dbpf_exp.l190 [ \t]+ { /* NOP */ }
/openbmc/linux/Documentation/hwmon/
H A Dw83773g.rst25 therefore reports true temperatures that don't need any user-space adjustments.
/openbmc/linux/drivers/net/ethernet/socionext/
H A DKconfig8 Note that the answer to this question doesn't directly affect the
/openbmc/linux/drivers/net/ethernet/synopsys/
H A DKconfig12 Note that the answer to this question doesn't directly affect the
/openbmc/linux/drivers/net/ethernet/adaptec/
H A DKconfig13 Note that the answer to this question doesn't directly affect the
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-rdma_cm9 # mount -t configfs none /config/
/openbmc/linux/drivers/net/wireless/zydas/
H A DKconfig8 Note that the answer to this question doesn't directly affect the
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/
H A Dno-help2man.patch1 Disable building manpages so that make install doesn't fail due to lack of help2man
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dippool_init.d.patch1 Fix start error if lsb init-functions doesn't exist
/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/
H A D0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch2 have a leaner run-parts provided by cron which doesn't support --verbose or the
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-expect-install-scripts-without-using-the-fixline1-tc.patch11 the correct first line, that is '#!/bin/sh'. We don't need to modify anything.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A DglmConfigVersion.cmake.in21 # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/
H A Dcommon-password19 # prime the stack with a positive return value if there isn't one already;

1...<<151152153154155156157158159160>>...349