Home
last modified time | relevance | path

Searched refs:saw (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v6.1/drivers/misc/lkdtm/
Dheap.c92 int *base, *val, saw; in lkdtm_READ_AFTER_FREE() local
122 saw = base[offset]; in lkdtm_READ_AFTER_FREE()
123 if (saw != *val) { in lkdtm_READ_AFTER_FREE()
125 pr_info("Memory correctly poisoned (%x)\n", saw); in lkdtm_READ_AFTER_FREE()
157 int saw, *val; in lkdtm_READ_BUDDY_AFTER_FREE() local
179 saw = base[0]; in lkdtm_READ_BUDDY_AFTER_FREE()
180 if (saw != *val) { in lkdtm_READ_BUDDY_AFTER_FREE()
182 pr_info("Memory correctly poisoned (%x)\n", saw); in lkdtm_READ_BUDDY_AFTER_FREE()
/Linux-v6.1/arch/arm/boot/dts/
Dqcom-apq8084.dtsi37 qcom,saw = <&saw0>;
48 qcom,saw = <&saw1>;
59 qcom,saw = <&saw2>;
70 qcom,saw = <&saw3>;
77 qcom,saw = <&saw_l2>;
Dqcom-ipq4019.dtsi52 qcom,saw = <&saw0>;
66 qcom,saw = <&saw1>;
80 qcom,saw = <&saw2>;
94 qcom,saw = <&saw3>;
105 qcom,saw = <&saw_l2>;
Dqcom-msm8960.dtsi29 qcom,saw = <&saw0>;
39 qcom,saw = <&saw1>;
Dqcom-msm8974.dtsi43 qcom,saw = <&saw0>;
54 qcom,saw = <&saw1>;
65 qcom,saw = <&saw2>;
76 qcom,saw = <&saw3>;
83 qcom,saw = <&saw_l2>;
Dqcom-apq8064.dtsi46 qcom,saw = <&saw0>;
57 qcom,saw = <&saw1>;
68 qcom,saw = <&saw2>;
79 qcom,saw = <&saw3>;
Dqcom-ipq8064.dtsi32 qcom,saw = <&saw0>;
42 qcom,saw = <&saw1>;
/Linux-v6.1/arch/arm64/boot/dts/qcom/
Dmsm8996-xiaomi-common.dtsi624 qcom,saw-reg = <&saw3>;
626 qcom,saw-slave;
629 qcom,saw-slave;
632 qcom,saw-slave;
635 qcom,saw-leader;
Dmsm8996-sony-xperia-tone.dtsi595 qcom,saw-reg = <&saw3>;
598 qcom,saw-slave;
602 qcom,saw-slave;
606 qcom,saw-leader;
Dapq8096-db820c.dts644 qcom,saw-reg = <&saw3>;
648 qcom,saw-slave;
651 qcom,saw-slave;
654 qcom,saw-leader;
Dmsm8916.dtsi132 qcom,saw = <&cpu0_saw>;
147 qcom,saw = <&cpu1_saw>;
162 qcom,saw = <&cpu2_saw>;
177 qcom,saw = <&cpu3_saw>;
/Linux-v6.1/tools/power/cpupower/
DTODO6 - Somewhere saw the ability to read power consumption of
/Linux-v6.1/scripts/
Dget_maintainer.pl2438 my %saw;
2439 @parms = grep(!$saw{$_}++, @parms);
2446 my %saw;
2448 @parms = grep(!$saw{$_}++, @parms);
2499 my %saw;
2503 if (!$saw{$address}) {
2509 $saw{$address} = 1;
/Linux-v6.1/drivers/eisa/
DKconfig18 the older ISA bus. The EISA bus saw limited use between 1988 and
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-pci-devices-aer_stats10 saw any problems).
/Linux-v6.1/sound/pci/cs46xx/
Dcs46xx_dsp_scb_types.h39 u32 saw; /* Source Address Word */ member
/Linux-v6.1/Documentation/scheduler/
Dsched-stats.rst11 12 which was in the kernel from 2.6.13-2.6.19 (version 13 never saw a kernel
/Linux-v6.1/Documentation/RCU/
DRTFP.txt91 1995 also saw the first publication of DYNIX/ptx's RCU mechanism
102 The year 2000 saw an email exchange that would likely have
104 [RustyRussell2000a,RustyRussell2000b]. Instead, 2001 saw the first
137 Later that year saw a paper describing an RCU implementation
154 2006 saw the first best-paper award for an RCU paper [ThomasEHart2006a],
162 2007 saw the journal version of the award-winning RCU paper from 2006
170 2008 saw a journal paper on real-time RCU [DinakarGuniguntala2008IBMSysJ],
1436 like it, but time he saw an opportunity for this technique,
/Linux-v6.1/Documentation/watchdog/
Dwatchdog-api.rst224 The watchdog saw a keepalive ping since it was last queried.
/Linux-v6.1/Documentation/admin-guide/cgroup-v1/
Dmemcg_test.rst158 Historically, memcg's shmem handling was poor and we saw some amount
/Linux-v6.1/tools/memory-model/Documentation/
Dlitmus-tests.txt62 filled in and ready for use. It would be very bad if the consumer saw the
63 flag set, but, due to memory misordering, saw old values in the buffer.
722 "exists" clause therefore tests whether line 20's load from "y" saw the
/Linux-v6.1/Documentation/process/
D1.Intro.rst115 Amanda McPherson, who saw the value of this effort and made it all happen.
/Linux-v6.1/Documentation/kbuild/
Dmodules.rst158 In the last section we saw the command to build a module for the
/Linux-v6.1/Documentation/scsi/
DChangeLog.megaraid102 > I saw same message.
/Linux-v6.1/Documentation/driver-api/dmaengine/
Dprovider.rst72 not and the three parameters we saw earlier: the burst size, the

12