/openbmc/linux/net/sctp/ |
H A D | output.c | 219 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 D | longhaul.c | 165 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 D | vpe.c | 76 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 D | resource.c | 702 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 D | freeradius_3.2.3.bb | 36 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 D | cutils.c | 157 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 D | dir.c | 307 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 D | sched.h | 18 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 D | ring_buffer.c | 638 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 D | tcg-target.c.inc | 690 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 D | f_fs.c | 2551 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 D | intel_engine_cs.c | 1871 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 D | bpf_exp.l | 190 [ \t]+ { /* NOP */ }
|
/openbmc/linux/Documentation/hwmon/ |
H A D | w83773g.rst | 25 therefore reports true temperatures that don't need any user-space adjustments.
|
/openbmc/linux/drivers/net/ethernet/socionext/ |
H A D | Kconfig | 8 Note that the answer to this question doesn't directly affect the
|
/openbmc/linux/drivers/net/ethernet/synopsys/ |
H A D | Kconfig | 12 Note that the answer to this question doesn't directly affect the
|
/openbmc/linux/drivers/net/ethernet/adaptec/ |
H A D | Kconfig | 13 Note that the answer to this question doesn't directly affect the
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | configfs-rdma_cm | 9 # mount -t configfs none /config/
|
/openbmc/linux/drivers/net/wireless/zydas/ |
H A D | Kconfig | 8 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 D | no-help2man.patch | 1 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 D | ippool_init.d.patch | 1 Fix start error if lsb init-functions doesn't exist
|
/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/ |
H A D | 0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch | 2 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 D | 0001-expect-install-scripts-without-using-the-fixline1-tc.patch | 11 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 D | glmConfigVersion.cmake.in | 21 # 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 D | common-password | 19 # prime the stack with a positive return value if there isn't one already;
|