Home
last modified time | relevance | path

Searched refs:t (Results 6226 – 6250 of 8567) sorted by relevance

1...<<241242243244245246247248249250>>...343

/openbmc/linux/Documentation/
H A Dmemory-barriers.txt140 instructions it emits in any order it likes, provided it doesn't affect the
516 there won't be any such interaction in any particular piece of code, then
585 doesn't imply an address-dependency barrier.
599 isn't, and this behaviour can be observed on certain real CPUs (such as the DEC
630 because the CPUs that the Linux kernel supports don't do writes until they
726 So don't leave out the READ_ONCE().
811 is gone, and the barrier won't bring it back. Therefore, if you are
1271 other loads, and so do the load in advance - even though they haven't actually
1276 It may turn out that the CPU didn't actually need the value - perhaps because a
1636 compiler that it doesn't know as much as it thinks it does:
[all …]
/openbmc/linux/drivers/tty/
H A Dn_gsm.c1971 static void gsm_control_keep_alive(struct timer_list *t) in gsm_control_keep_alive() argument
1973 struct gsm_mux *gsm = from_timer(gsm, t, ka_timer); in gsm_control_keep_alive()
2028 static void gsm_control_retransmit(struct timer_list *t) in gsm_control_retransmit() argument
2030 struct gsm_mux *gsm = from_timer(gsm, t, t2_timer); in gsm_control_retransmit()
2229 static void gsm_dlci_t1(struct timer_list *t) in gsm_dlci_t1() argument
2231 struct gsm_dlci *dlci = from_timer(dlci, t, t1); in gsm_dlci_t1()
2484 static void gsm_kick_timer(struct timer_list *t) in gsm_kick_timer() argument
2486 struct gsm_mux *gsm = from_timer(gsm, t, kick_timer); in gsm_kick_timer()
/openbmc/linux/security/selinux/ss/
H A Dservices.c724 char *o = NULL, *n = NULL, *t = NULL; in security_validtrans_handle_fail() local
731 if (sidtab_entry_to_string(p, sidtab, tentry, &t, &tlen)) in security_validtrans_handle_fail()
736 o, n, t, sym_name(p, SYM_CLASSES, tclass-1)); in security_validtrans_handle_fail()
740 kfree(t); in security_validtrans_handle_fail()
1639 char *s = NULL, *t = NULL, *n = NULL; in compute_sid_handle_invalid_context() local
1645 if (sidtab_entry_to_string(policydb, sidtab, tentry, &t, &tlen)) in compute_sid_handle_invalid_context()
1657 s, t, sym_name(policydb, SYM_CLASSES, tclass-1)); in compute_sid_handle_invalid_context()
1661 kfree(t); in compute_sid_handle_invalid_context()
/openbmc/openbmc/poky/meta/classes-global/
H A Dsstate.bbclass53 # We don't want the sstate to depend on things like the distro string
331 # We append new entries, we don't remove older entries which may have the same
656 # to sstate tasks but there aren't many of these so better just avoid them entirely.
978 bb.debug(2, "SState: Looked for but didn't find file %s" % sstatefile)
1140 # do_package_write_* and do_package doesn't need do_package
1146 # do_package/packagedata/package_qa/deploy don't need do_populate_sysroot
1149 # Native/Cross packages don't exist and are noexec anyway
1319 # it is stable (e.g. taskhash doesn't match). With that list we can go through
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c1193 lpfc_hb_timeout(struct timer_list *t) in lpfc_hb_timeout() argument
1199 phba = from_timer(phba, t, hb_tmofunc); in lpfc_hb_timeout()
1227 lpfc_rrq_timeout(struct timer_list *t) in lpfc_rrq_timeout() argument
1232 phba = from_timer(phba, t, rrq_tmr); in lpfc_rrq_timeout()
2937 int t; in lpfc_sha_iterate() local
2940 t = 16; in lpfc_sha_iterate()
2942 HashWorkingPointer[t] = in lpfc_sha_iterate()
2944 HashWorkingPointer[t - 3] ^ HashWorkingPointer[t - in lpfc_sha_iterate()
2946 HashWorkingPointer[t - 14] ^ HashWorkingPointer[t - 16]); in lpfc_sha_iterate()
2947 } while (++t <= 79); in lpfc_sha_iterate()
[all …]
/openbmc/qemu/target/i386/
H A Dops_sse.h2542 uint32_t A, B, C, D, E, t, i; \ in SSE_HELPER_FMAS()
2551 t = F(B, C, D) + rol32(A, 5) + b->L(3 - i) + E + K; \ in SSE_HELPER_FMAS()
2556 A = t; \ in SSE_HELPER_FMAS()
2612 uint32_t t, AA, EE; in helper_sha256rnds2() local
2624 t = SHA256_CH(E, F, G) + SHA256_RNDS1(E) + wk0 + H; in helper_sha256rnds2()
2625 AA = t + SHA256_MAJ(A, B, C) + SHA256_RNDS0(A); in helper_sha256rnds2()
2626 EE = t + D; in helper_sha256rnds2()
2636 t = SHA256_CH(E, F, G) + SHA256_RNDS1(E) + wk1 + H; in helper_sha256rnds2()
2637 AA = t + SHA256_MAJ(A, B, C) + SHA256_RNDS0(A); in helper_sha256rnds2()
2638 EE = t + D; in helper_sha256rnds2()
/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c3563 static void pvr2_ctl_timeout(struct timer_list *t) in pvr2_ctl_timeout() argument
3565 struct hdw_timer *timer = from_timer(timer, t, timer); in pvr2_ctl_timeout()
4422 static void pvr2_hdw_quiescent_timeout(struct timer_list *t) in pvr2_hdw_quiescent_timeout() argument
4424 struct pvr2_hdw *hdw = from_timer(hdw, t, quiescent_timer); in pvr2_hdw_quiescent_timeout()
4433 static void pvr2_hdw_decoder_stabilization_timeout(struct timer_list *t) in pvr2_hdw_decoder_stabilization_timeout() argument
4435 struct pvr2_hdw *hdw = from_timer(hdw, t, decoder_stabilization_timer); in pvr2_hdw_decoder_stabilization_timeout()
4444 static void pvr2_hdw_encoder_wait_timeout(struct timer_list *t) in pvr2_hdw_encoder_wait_timeout() argument
4446 struct pvr2_hdw *hdw = from_timer(hdw, t, encoder_wait_timer); in pvr2_hdw_encoder_wait_timeout()
4455 static void pvr2_hdw_encoder_run_timeout(struct timer_list *t) in pvr2_hdw_encoder_run_timeout() argument
4457 struct pvr2_hdw *hdw = from_timer(hdw, t, encoder_run_timer); in pvr2_hdw_encoder_run_timeout()
/openbmc/openbmc/poky/meta/recipes-graphics/cairo/
H A Dcairo_1.18.2.bb39 # if qemu usermode isn't available, this value needs to be set statically
/openbmc/linux/Documentation/arch/arm/
H A Dsetup.rst81 be used by loaders if the size of the video RAM can't be obtained
/openbmc/linux/arch/sh/
H A DKconfig.debug85 you aren't sure, say N.
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dmad.h399 void hfi1_handle_trap_timer(struct timer_list *t);
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dsmc.h450 struct s_timer t ; /* timer */ member
/openbmc/linux/Documentation/admin-guide/perf/
H A Dimx-ddr.rst50 This filter doesn't support filter different AXI ID for axid-read and axid-write
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/
H A D0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch7 can reach the shebang line limit, and resulting scripts wouldn't work
/openbmc/linux/Documentation/userspace-api/
H A Dfutex2.rst78 flag. For processes that doesn't share the same memory space and therefore can
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/
H A Ddpkg.inc50 # update-alternatives doesn't have an offline mode
/openbmc/linux/drivers/nvme/host/
H A DKconfig13 don't have one of these, it is safe to answer N.
/openbmc/linux/fs/reiserfs/
H A DKconfig79 If you don't know what Access Control Lists are, say N
/openbmc/linux/Documentation/leds/
H A Dwell-known-leds.txt83 and are not unique. They also don't differentiate between MAC and PHY.
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Dreport-defect.rst40 unsure of the impact to the documentation, select "Don't Know".
/openbmc/u-boot/doc/
H A DREADME.ubispl50 The last one is big, but I really don't care in that stage. Real world
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h376 void asd_ascb_timedout(struct timer_list *t);
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-pcm-953.dtsi5 * Teresa Remmet <t.remmet@phytec.de>
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-cors/
H A DCVE-2024-6221.patch39 …Usually, if a request doesn't include an :http:header:`Origin` header, the client did not request …
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dmethod-customizing.rst62 f) mount debugfs by "mount -t debugfs none /sys/kernel/debug"

1...<<241242243244245246247248249250>>...343