Home
last modified time | relevance | path

Searched refs:t (Results 3001 – 3025 of 8705) sorted by relevance

1...<<121122123124125126127128129130>>...349

/openbmc/linux/Documentation/infiniband/
H A Dipoib.rst53 and communication with peers that don't support connected mode. In
76 IPoIB doesn't use events for TX completion signaling so only RX
91 mount -t debugfs none /sys/kernel/debug
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l71 SPACE [ \t]+
72 MCARG [^(), \t]+
94 if[ \t]*\( {
/openbmc/linux/Documentation/hwmon/
H A Dsis5595.rst59 that don't set the address in the BIOS. Does not do a
61 Don't use this unless the driver complains that the
122 Some chips refuse to be enabled. We don't know why.
/openbmc/linux/Documentation/block/
H A Dioprio.rst31 for any process that hasn't set a specific io priority. The class data
39 class data, since it doesn't really apply here.
48 If pid isn't given, the current process is assumed. IO priority settings
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.h252 #define IL_TX_POWER_TEMPERATURE_OUT_OF_RANGE(t) \ argument
253 ((t) < IL_TX_POWER_TEMPERATURE_MIN || \
254 (t) > IL_TX_POWER_TEMPERATURE_MAX)
/openbmc/linux/drivers/gpu/drm/msm/
H A DNOTES9 (I don't have a completely clear picture on which display controller
19 display controller blocks. And I for sure don't want to have to deal
70 (ie. like DT super-node.. but I don't have any snapdragon hw yet that
/openbmc/qemu/tests/qemu-iotests/
H A D034.out4 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=134217728
7 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=6442450944 backing_file=TEST_DIR/t.IMGFMT.base back…
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-stratix10-rsu107 0 the first stage bootloader didn't run or
108 didn't reach the point of launching second
110 1 failed in second bootloader or didn't get
/openbmc/qemu/tests/qtest/
H A Ddbus-vmstate-test.c89 WaitNamed *t = user_data; in named_cb() local
91 t->named = true; in named_cb()
92 g_main_loop_quit(t->loop); in named_cb()
/openbmc/linux/drivers/s390/char/
H A Dsclp_tty.c287 struct sclp_buffer *t; in sclp_tty_chars_in_buffer() local
293 list_for_each_entry(t, &sclp_tty_outqueue, list) { in sclp_tty_chars_in_buffer()
294 count += sclp_chars_in_buffer(t); in sclp_tty_chars_in_buffer()
/openbmc/linux/drivers/rtc/
H A Drtc-brcmstb-waketimer.c136 struct wktmr_time *t) in wktmr_read() argument
141 t->sec = readl_relaxed(timer->base + BRCMSTB_WKTMR_COUNTER); in wktmr_read()
145 t->pre = timer->rate - tmp; in wktmr_read()
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c64 typedef long (*time_func_t)(time_t *t);
168 static inline long sys_time(time_t *t) in sys_time() argument
170 return syscall(SYS_time, t); in sys_time()
/openbmc/linux/Documentation/security/secrets/
H A Dcoco.rst61 In this example, the host can't read the files from the disk image
62 because they are encrypted. Host can't read the decryption key because
64 Host can't read the decrypted content from memory because it's a
/openbmc/linux/arch/powerpc/kernel/
H A Dhw_breakpoint.c583 struct thread_struct *t = &tsk->thread; in flush_ptrace_hw_breakpoint() local
586 unregister_hw_breakpoint(t->ptrace_bps[i]); in flush_ptrace_hw_breakpoint()
587 t->ptrace_bps[i] = NULL; in flush_ptrace_hw_breakpoint()
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dgather_data_sampling.rst59 Can't be cleared once set.
62 GDS can also be mitigated on systems that don't have updated microcode by
77 where the microcode hasn't been updated to include the mitigation.
/openbmc/linux/drivers/tty/hvc/
H A DKconfig87 driver. This console is used through a JTAG only on ARM. If you don't have
88 a JTAG then you probably don't want this option.
117 If you don't know what do to here, say Y.
/openbmc/linux/Documentation/networking/
H A Dxdp-rx-metadata.rst90 program after the redirect. However, the final consumer doesn't have
91 access to the original hardware descriptor and can't access any of
98 ``skb`` created from such a frame won't have any hardware metadata populated
/openbmc/linux/Documentation/powerpc/
H A Dptrace.rst15 that GDB doesn't need to special-case each of them. We added the
23 BookE processors don't have restrictions here, but server processors have
93 can't be allocated on the registers.
/openbmc/linux/drivers/i2c/busses/
H A Di2c-designware-pcidrv.c256 struct i2c_timings *t; in i2c_dw_pci_probe() local
291 t = &dev->timings; in i2c_dw_pci_probe()
292 i2c_parse_fw_timings(&pdev->dev, t, false); in i2c_dw_pci_probe()
/openbmc/linux/kernel/
H A Dpanic.c512 const struct taint_flag *t = &taint_flags[i]; in print_tainted() local
514 t->c_true : t->c_false; in print_tainted()
/openbmc/webui-vue/src/components/AppNavigation/
H A DAppNavigation.vue4 <nav ref="nav" :aria-label="$t('appNavigation.primaryNavigation')">
70 $t: useI18n().t,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/
H A Dpoco_1.13.3.bb25 # Foundation is built anyway and doesn't need to be listed explicitly
26 # these don't have dependencies outside oe-core
53 # or they don't work on all architectures
/openbmc/linux/kernel/rcu/
H A Dtree.c718 cpu = task_cpu(t); in rcu_request_urgent_qs_task()
719 if (!task_curr(t)) in rcu_request_urgent_qs_task()
1068 !READ_ONCE(rcu_state.gp_flags) || !t) in rcu_gp_kthread_wake()
2490 wake_up_process(t); in rcu_wake_cond()
2495 struct task_struct *t; in invoke_rcu_core_kthread() local
2501 if (t != NULL && t != current) in invoke_rcu_core_kthread()
3282 schedule_page_work_fn(struct hrtimer *t) in schedule_page_work_fn() argument
3285 container_of(t, struct kfree_rcu_cpu, hrtimer); in schedule_page_work_fn()
4735 struct task_struct *t; in rcu_spawn_gp_kthread() local
4744 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_gp_kthread()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/
H A Dno-x.patch1 There's no need to check for the X libraries as the socket module doesn't use
/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/
H A Dno-desktop.patch1 Disable the desktop preferences launcher as we don't use the pcmanfm desktop in

1...<<121122123124125126127128129130>>...349