Home
last modified time | relevance | path

Searched refs:t (Results 2601 – 2625 of 8705) sorted by relevance

1...<<101102103104105106107108109110>>...349

/openbmc/linux/Documentation/arch/arm/
H A Darm.rst13 a good compiler. Fortunately, you needn't guess. The kernel will report
16 To build ARM Linux natively, you shouldn't have to alter the ARCH = line
17 in the top level Makefile. However, if you don't have the ARM Linux ELF
155 This also seems to work OK, but hasn't been stressed much lately. It
156 hasn't got any code for disc change detection in there at the moment which
181 for, we have a method to manage this which ensures that we don't end up
/openbmc/linux/drivers/video/fbdev/
H A Dgxt4500.c240 int pll_period, best_error, t, intf; in calc_pll() local
261 t = par->refclk_ps * m * postdiv / n; in calc_pll()
262 t -= period_ps; in calc_pll()
263 if (t >= 0 && t < best_error) { in calc_pll()
268 best_error = t; in calc_pll()
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Dvgic_irq.c130 #define for_each_inject_fn(t, f) \ argument
131 for ((f) = (t); (f)->cmd; (f)++)
133 #define for_each_supported_inject_fn(args, t, f) \ argument
134 for_each_inject_fn(t, f) \
137 #define for_each_supported_activate_fn(args, t, f) \ argument
138 for_each_supported_inject_fn((args), (t), (f))
/openbmc/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-pcie-msm8996.c316 const struct qmp_phy_init_tbl *t = tbl; in qmp_pcie_msm8996_configure_lane() local
318 if (!t) in qmp_pcie_msm8996_configure_lane()
321 for (i = 0; i < num; i++, t++) { in qmp_pcie_msm8996_configure_lane()
322 if (!(t->lane_mask & lane_mask)) in qmp_pcie_msm8996_configure_lane()
325 writel(t->val, base + t->offset); in qmp_pcie_msm8996_configure_lane()
/openbmc/linux/crypto/
H A Dsm3.c38 #define R(i, a, b, c, d, e, f, g, h, t, w1, w2) \ argument
40 ss1 = rol32((rol32((a), 12) + (e) + (t)), 7); \
49 #define R1(a, b, c, d, e, f, g, h, t, w1, w2) \ argument
50 R(1, a, b, c, d, e, f, g, h, t, w1, w2)
51 #define R2(a, b, c, d, e, f, g, h, t, w1, w2) \ argument
52 R(2, a, b, c, d, e, f, g, h, t, w1, w2)
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.y657 Ternary t = { 0 }; variable
658 t.state = IN_LEFT;
659 t.cond = $1;
660 g_array_append_val(c->ternary, t);
664 Ternary *t = &g_array_index(c->ternary, Ternary, variable
666 t->state = IN_RIGHT;
/openbmc/linux/net/ipv4/
H A Dtcp_timer.c345 static void tcp_delack_timer(struct timer_list *t) in tcp_delack_timer() argument
348 from_timer(icsk, t, icsk_delack_timer); in tcp_delack_timer()
701 static void tcp_write_timer(struct timer_list *t) in tcp_write_timer() argument
704 from_timer(icsk, t, icsk_retransmit_timer); in tcp_write_timer()
740 static void tcp_keepalive_timer (struct timer_list *t) in tcp_keepalive_timer() argument
742 struct sock *sk = from_timer(sk, t, sk_timer); in tcp_keepalive_timer()
/openbmc/linux/kernel/rcu/
H A Drcuscale.c460 u64 t; in rcu_scale_writer() local
482 t = ktime_get_mono_fast_ns(); in rcu_scale_writer()
484 t_rcu_scale_writer_started = t; in rcu_scale_writer()
520 t = ktime_get_mono_fast_ns(); in rcu_scale_writer()
521 *wdp = t - *wdp; in rcu_scale_writer()
536 t_rcu_scale_writer_finished = t; in rcu_scale_writer()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Drecovery.c63 static void ath6kl_recovery_hb_timer(struct timer_list *t) in ath6kl_recovery_hb_timer() argument
65 struct ath6kl *ar = from_timer(ar, t, fw_recovery.hb_timer); in ath6kl_recovery_hb_timer()
/openbmc/linux/arch/ia64/include/asm/
H A Dunwind.h116 extern void unw_init_from_blocked_task (struct unw_frame_info *info, struct task_struct *t);
118 extern void unw_init_frame_info (struct unw_frame_info *info, struct task_struct *t,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce110/
H A Dcommand_table_helper_dce110.c34 static uint8_t phy_id_to_atom(enum transmitter t) in phy_id_to_atom() argument
38 switch (t) { in phy_id_to_atom()
/openbmc/linux/Documentation/fb/
H A Dcmap_xfbdev.rst31 printf("Can't get color %s\n",colorspec);
55 squares matching function. That's why the cmap entries can't be set to the left
/openbmc/openbmc/poky/meta/recipes-core/readline/files/
H A Dinputrc10 # which is annoying to those which don't need to type in 8-bit characters.
53 # for non RH/Debian xterm, can't hurt for RH/DEbian xterm
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0005-pip-requirements-Don-t-install-requirements-with-pip.patch4 Subject: [PATCH 5/7] pip requirements: Don't install requirements with pip
34 - echo "Warning test requirements wasn't installed, Note: normal operation should still work fin…
/openbmc/u-boot/arch/arm/dts/
H A Darmada-38x-solidrun-microsom.dtsi9 * production board. Things will change, don't expect this file to
31 * If the rtc doesn't work, run "date reset"
/openbmc/linux/fs/fat/
H A Dfat_test.c123 static void time_testcase_desc(struct fat_timestamp_testcase *t, in time_testcase_desc() argument
126 strscpy(desc, t->name, KUNIT_PARAM_DESC_SIZE); in time_testcase_desc()
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/
H A Dopenssl-tpm-engine_0.5.0.bb34 # srk_dec_salt[] = { 'r', 0x00, 0x00, 't' };
36 srk_dec_salt ?= "\\"r\\"\\"\\\x00\\\x00\\"\\"t\\""
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/external-system/files/
H A D0001-tools-gen_module_code-atomically-rewrite-the-generat.patch15 because make also doesn't know what files are generated by
19 correct but this isn't trivial, so band-aid the problem by atomically
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch32 # cpu, don't let the generic configure append extra compiler options.
48 # cpu, don't let the generic configure append extra compiler options.
/openbmc/qemu/target/hppa/
H A Dtrace-events11 …pl2, int pl1, int type, int b, int d, int t) "env=%p ent=%p access_id=%x u=%d pl2=%d pl1=%d type=%…
/openbmc/linux/Documentation/devicetree/bindings/ata/
H A Dbaikal,bt1-ahci.yaml61 transaction size can't exceed 16 beats (AxLEN[3:0]).
68 transaction size can't exceed 16 beats (AxLEN[3:0]).
/openbmc/linux/arch/x86/include/asm/
H A Dstring_32.h150 #define memcpy(t, f, n) __builtin_memcpy(t, f, n) argument
/openbmc/linux/fs/romfs/
H A DKconfig16 If you don't know whether you need it, then you don't need it:
/openbmc/linux/fs/ext4/
H A Dinode-test.c214 static void timestamp_expectation_to_desc(const struct timestamp_expectation *t, in timestamp_expectation_to_desc() argument
217 strscpy(desc, t->test_case_name, KUNIT_PARAM_DESC_SIZE); in timestamp_expectation_to_desc()
/openbmc/linux/Documentation/arch/arm/nwfpe/
H A Dnotes.rst4 There seems to be a problem with exp(double) and our emulator. I haven't
8 I also found one oddity in the emulator. I don't think it is serious but

1...<<101102103104105106107108109110>>...349