Searched full:tj (Results 1 – 25 of 99) sorted by relevance
1234
/linux-6.12.1/drivers/ata/ |
D | pata_mpc52xx.c | 86 u8 tj; member 93 { .t0M = 32, .td = 15, .th = 2, .tj = 2, .tkw = 15, .tm = 4, .tn = 1 }, 94 { .t0M = 10, .td = 6, .th = 1, .tj = 1, .tkw = 4, .tm = 2, .tn = 1 }, 95 { .t0M = 8, .td = 5, .th = 1, .tj = 1, .tkw = 2, .tm = 2, .tn = 1 }, 99 { .t0M = 64, .td = 29, .th = 3, .tj = 3, .tkw = 29, .tm = 7, .tn = 2 }, 100 { .t0M = 20, .td = 11, .th = 2, .tj = 1, .tkw = 7, .tm = 4, .tn = 1 }, 101 { .t0M = 16, .td = 10, .th = 2, .tj = 1, .tkw = 4, .tm = 4, .tn = 1 }, 305 t->mdma2 = ((u32)s->th << 24) | ((u32)s->tj << 16) | ((u32)s->tn << 8); in mpc52xx_ata_compute_mdma_timings()
|
/linux-6.12.1/arch/arm64/boot/dts/nvidia/ |
D | tegra234-p3701-0000.dtsi | 10 tj-thermal {
|
D | tegra234-p3701-0008.dtsi | 9 tj-thermal {
|
/linux-6.12.1/tools/testing/selftests/sched_ext/ |
D | minimal.bpf.c | 11 * Copyright (c) 2023 Tejun Heo <tj@kernel.org>
|
D | enq_last_no_enq_fails.bpf.c | 8 * Copyright (c) 2023 Tejun Heo <tj@kernel.org>
|
D | select_cpu_dispatch_bad_dsq.bpf.c | 8 * Copyright (c) 2023 Tejun Heo <tj@kernel.org>
|
D | select_cpu_dispatch_dbl_dsp.bpf.c | 8 * Copyright (c) 2023 Tejun Heo <tj@kernel.org>
|
D | select_cpu_dispatch.bpf.c | 8 * Copyright (c) 2023 Tejun Heo <tj@kernel.org>
|
D | ddsp_vtimelocal_fail.bpf.c | 5 * Copyright (c) 2024 Tejun Heo <tj@kernel.org>
|
D | select_cpu_dfl.bpf.c | 8 * Copyright (c) 2023 Tejun Heo <tj@kernel.org>
|
D | ddsp_bogus_dsq_fail.bpf.c | 5 * Copyright (c) 2024 Tejun Heo <tj@kernel.org>
|
D | test_example.c | 4 * Copyright (c) 2024 Tejun Heo <tj@kernel.org>
|
D | enq_select_cpu_fails.bpf.c | 5 * Copyright (c) 2023 Tejun Heo <tj@kernel.org>
|
D | init_enable_count.bpf.c | 8 * Copyright (c) 2023 Tejun Heo <tj@kernel.org>
|
D | enq_select_cpu_fails.c | 5 * Copyright (c) 2023 Tejun Heo <tj@kernel.org>
|
D | select_cpu_dispatch_bad_dsq.c | 5 * Copyright (c) 2023 Tejun Heo <tj@kernel.org>
|
D | minimal.c | 5 * Copyright (c) 2023 Tejun Heo <tj@kernel.org>
|
D | select_cpu_dispatch_dbl_dsp.c | 5 * Copyright (c) 2023 Tejun Heo <tj@kernel.org>
|
D | select_cpu_vtime.c | 5 * Copyright (c) 2024 Tejun Heo <tj@kernel.org>
|
D | ddsp_bogus_dsq_fail.c | 5 * Copyright (c) 2024 Tejun Heo <tj@kernel.org>
|
D | enq_last_no_enq_fails.c | 5 * Copyright (c) 2023 Tejun Heo <tj@kernel.org>
|
D | ddsp_vtimelocal_fail.c | 5 * Copyright (c) 2024 Tejun Heo <tj@kernel.org>
|
/linux-6.12.1/drivers/thermal/renesas/ |
D | rzg2l_thermal.c | 105 * The temperature Tj is calculated by the formula in rzg2l_thermal_get_temp() 106 * Tj = (dsensor − calib1) * 165/ (calib0 − calib1) − 40 in rzg2l_thermal_get_temp()
|
/linux-6.12.1/tools/sched_ext/ |
D | scx_show_state.py | 3 # Copyright (C) 2024 Tejun Heo <tj@kernel.org>
|
/linux-6.12.1/tools/sched_ext/include/scx/ |
D | compat.bpf.h | 4 * Copyright (c) 2024 Tejun Heo <tj@kernel.org>
|
1234