Home
last modified time | relevance | path

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

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx.seq258 * If we have relatively few commands outstanding, don't
418 * Don't bother downloading new SCBs to execute
452 * Don't cross an ADB or Cachline boundary when DMA'ing
927 * Don't allow a data phase if the command
964 * an SCB that doesn't have anything to do with the current target).
1044 * shouldn't hurt, but why do it twice...
1263 * in the sequencer. We don't want to corrupt
1394 * Don't ignore persistent REQ assertions just because
1488 * perform snapshots, so don't bother with this test there.
1524 * so we don't end up referencing a non-existent page.
[all …]
/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/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/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/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/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"
/openbmc/linux/Documentation/core-api/
H A Dprintk-basics.rst14 - the format string, while largely compatible with C99, doesn't follow the

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