Home
last modified time | relevance | path

Searched refs:t (Results 2251 – 2275 of 8705) sorted by relevance

1...<<919293949596979899100>>...349

/openbmc/linux/Documentation/networking/
H A Dplip.rst50 Doesn't work over a modem, like SLIP and PPP. Limited range, 15 m.
51 Can only be used to connect three (?) Linux boxes. Doesn't connect to
52 an existing Ethernet. Isn't standard (not even de facto standard, like
73 when no data is available, the driver isn't being used.
82 indicate that there isn't a noticeable performance drop when using IRQ-less
103 above calculation. It isn't an important issue, unless the wire is faulty,
167 isn't configured for PLIP, as it will result in output driver
/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c747 struct stm32_i2c_timings t; in stm32_i2c_hw_config() local
751 ret = stm32_i2c_setup_timing(i2c_priv, &t); in stm32_i2c_hw_config()
759 timing |= STM32_I2C_TIMINGR_PRESC(t.presc); in stm32_i2c_hw_config()
760 timing |= STM32_I2C_TIMINGR_SCLDEL(t.scldel); in stm32_i2c_hw_config()
761 timing |= STM32_I2C_TIMINGR_SDADEL(t.sdadel); in stm32_i2c_hw_config()
762 timing |= STM32_I2C_TIMINGR_SCLH(t.sclh); in stm32_i2c_hw_config()
763 timing |= STM32_I2C_TIMINGR_SCLL(t.scll); in stm32_i2c_hw_config()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.2.3.rst47 - cve-update-nvd2-native: use exact times, don't truncate
56 - gcc: don't pass --enable-standard-branch-protection
59 - glibc/check-test-wrapper: don't emit warnings from ssh
69 - kernel: don't fail if Modules.symvers doesn't exist
104 - oeqa/target/ssh: Ensure EAGAIN doesn't truncate output
124 - rootfs_rpm: don't depend on opkg-native for update-alternatives
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c2444 if (t->class_init) { in virtio_pci_base_class_init()
2445 t->class_init(klass, NULL); in virtio_pci_base_class_init()
2476 .name = t->base_name, in virtio_pci_types_register()
2477 .parent = t->parent ? t->parent : TYPE_VIRTIO_PCI, in virtio_pci_types_register()
2478 .instance_size = t->instance_size, in virtio_pci_types_register()
2481 .class_size = t->class_size, in virtio_pci_types_register()
2483 .interfaces = t->interfaces, in virtio_pci_types_register()
2486 .name = t->generic_name, in virtio_pci_types_register()
2508 assert(!t->transitional_name); in virtio_pci_types_register()
2519 if (t->non_transitional_name) { in virtio_pci_types_register()
[all …]
/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dmangle_pstate_invalid_mode_el3t.c15 DEFINE_TESTCASE_MANGLE_PSTATE_INVALID_MODE(3t);
H A Dmangle_pstate_invalid_mode_el1t.c15 DEFINE_TESTCASE_MANGLE_PSTATE_INVALID_MODE(1t);
H A Dmangle_pstate_invalid_mode_el2t.c15 DEFINE_TESTCASE_MANGLE_PSTATE_INVALID_MODE(2t);
/openbmc/qemu/tests/qtest/
H A Drtc-test.c162 long t, s; in check_time() local
166 t = (long)mktime(datep); in check_time()
168 if (t < s) { in check_time()
169 g_test_message("RTC is %ld second(s) behind wall-clock", (s - t)); in check_time()
171 g_test_message("RTC is %ld second(s) ahead of wall-clock", (t - s)); in check_time()
174 g_assert_cmpint(ABS(t - s), <=, wiggle); in check_time()
/openbmc/linux/Documentation/driver-api/md/
H A Draid5-cache.rst6 disks. The role of RAID disks isn't changed with the cache disk. The cache disk
27 and parity don't match. The reason is that a stripe write involves several RAID
28 disks and it's possible the writes don't hit all RAID disks yet before the
41 doesn't cause data loss. Of course cache disk failure means the array is
44 In write-through mode, the cache disk isn't required to be big. Several
67 the same data stored on cache disk, so a power loss doesn't cause data loss.
/openbmc/linux/drivers/md/bcache/
H A Dutil.h285 #define ANYSINT_MAX(t) \ argument
286 ((((t) 1 << (sizeof(t) * 8 - 2)) - (t) 1) * (t) 2 + (t) 1)
/openbmc/linux/include/linux/
H A Daudit.h210 extern int audit_signal_info(int sig, struct task_struct *t);
266 static inline int audit_signal_info(int sig, struct task_struct *t) in audit_signal_info() argument
306 extern void __audit_ptrace(struct task_struct *t);
396 static inline void audit_ptrace(struct task_struct *t) in audit_ptrace() argument
399 __audit_ptrace(t); in audit_ptrace()
703 static inline void audit_ptrace(struct task_struct *t) in audit_ptrace() argument
H A Dftrace.h1115 extern void ftrace_graph_init_task(struct task_struct *t);
1116 extern void ftrace_graph_exit_task(struct task_struct *t);
1117 extern void ftrace_graph_init_idle_task(struct task_struct *t, int cpu);
1132 static inline void ftrace_graph_init_task(struct task_struct *t) { } in ftrace_graph_init_task() argument
1133 static inline void ftrace_graph_exit_task(struct task_struct *t) { } in ftrace_graph_exit_task() argument
1134 static inline void ftrace_graph_init_idle_task(struct task_struct *t, int cpu) { } in ftrace_graph_init_idle_task() argument
/openbmc/linux/arch/sh/drivers/
H A Dheartbeat.c59 static void heartbeat_timer(struct timer_list *t) in heartbeat_timer() argument
61 struct heartbeat_data *hd = from_timer(hd, t, timer); in heartbeat_timer()
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-controller-intro.rst16 The devices' relationships (when using a webcam, end-users shouldn't
23 complex and can't always be represented by a tree structure. Hardware
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/
H A Dlibtest-nowarnings-perl_1.04.bb1 SUMMARY = "Make sure you didn't emit any warnings while testing"
2 DESCRIPTION = "In general, your tests shouldn't produce warnings. This \
/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_writeq.c104 rec->t.code = SEQ_SYNCTIMER; in snd_seq_oss_writeq_sync()
105 rec->t.time = time; in snd_seq_oss_writeq_sync()
/openbmc/openbmc/poky/meta/recipes-core/images/
H A Dcore-image-tiny-initramfs.bb5 first 'init' program more efficiently. core-image-tiny-initramfs doesn't \
21 # don't actually generate an image, just the artifacts needed for one
/openbmc/openbmc/poky/meta/recipes-support/libffi/libffi/
H A Dnot-win32.patch10 it can't tell that this path is on the default search path and returns
12 This then means the sstate can't be shared and triggers QA errors.
/openbmc/linux/Documentation/mm/
H A Dz3fold.rst14 * z3fold doesn't export any API itself and is thus intended to be used
26 Keeping effective compression ratio close to zsmalloc's, z3fold doesn't
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-state_synced9 .sync_state() callback hasn't been called yet. A value of 1
25 sync_state() function if it hasn't been called already. The
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sdma.h153 …dgpu_emit_copy_buffer(adev, ib, s, d, b, t) (adev)->mman.buffer_funcs->emit_copy_buffer((ib), (s)… argument
/openbmc/linux/drivers/cpufreq/
H A Dbmips-cpufreq.c45 #define BMIPS(c, t, m, f) { \ argument
47 .bmips_type = (t), \
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon-page_range_tree.h94 GTree *t; member
99 guint nnodes = g_tree_nnodes(tree.t); in page_range_tree_is_empty()
/openbmc/webui-vue/src/store/modules/Operations/
H A DControlStore.js81 .then(() => i18n.global.t('pageRebootBmc.toast.successRebootStart'))
85 i18n.global.t('pageRebootBmc.toast.errorRebootStart'),
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A Dvalgrind-make-ld-XXX.so-strlen-intercept-optional.patch9 intercept it, don't make it mandatory to do so.
29 + Therefore although we should still try to intercept it, don't make it

1...<<919293949596979899100>>...349