Home
last modified time | relevance | path

Searched full:p1 (Results 1 – 25 of 705) sorted by relevance

12345678910>>...29

/linux/include/asm-generic/
H A Dxor.h
/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh115 rmdir rtest/p1/c11 rtest/p1/c12 rtest/p2/c21 \
116 rtest/p2/c22 rtest/p1 rtest/p2 rtest > /dev/null 2>&1
211 SETUP_A123_PARTITIONS="C1-3:P1 C2-3:P1 C3:P1"
216 " C0-1 . . C2-3 P1 . . . 0 "
217 " C0-1 . . C2-3 P1 C0-1:P1 . . 0 "
218 " C0-1 . . C2-3 P1 C1:P1 . . 0 "
219 " C0-1 . . C2-3 . . . P1 0 "
220 " C0-1:P1 . . C2-3 . C1 . . 0 "
221 " C0-1:P1 . . C2-3 . C1:P1 . . 0 "
222 " C0-1:P1 . . C2-3 . C1:P1 . P1 0 "
[all …]
/linux/scripts/coccinelle/misc/
H A Darray_size_dup.cocci30 position p1, p2;
33 * E1 * E2@p1
39 p1 << as_next.p1;
44 coccilib.report.print_report(p1[0], msg)
47 p1 << as_next.p1;
52 coccilib.org.print_todo(p1[0], msg)
59 position p1, p2;
62 * array_size(E1, E2)@p1
68 p1 << as_prev.p1;
72 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line)
[all …]
/linux/scripts/coccinelle/api/
H A Datomic_as_refcounter.cocci15 position p1, p2;
26 atomic_dec_and_test@p1(&(a)->x)
28 atomic_dec_and_lock@p1(&(a)->x, ...)
30 atomic_long_dec_and_lock@p1(&(a)->x, ...)
32 atomic_long_dec_and_test@p1(&(a)->x)
34 atomic64_dec_and_test@p1(&(a)->x)
36 local_dec_and_test@p1(&(a)->x)
55 p1 << r1.p1;
59 coccilib.report.print_report(p1[0], msg % (p2[0].line))
63 position p1, p2;
[all …]
H A Dkstrdup.cocci51 position p1,p2;
54 * to = kmalloc@p1(strlen(from) + 1,flag);
64 position p1,p2;
69 * to = \(kmalloc@p1\|kzalloc@p1\)(x,flag);
76 p1 << r1.p1;
80 cocci.print_main("WARNING opportunity for kstrdup",p1)
84 p1 << r2.p1;
88 cocci.print_main("WARNING opportunity for kstrdup",p1)
92 p1 << r1.p1;
97 coccilib.report.print_report(p1[0], msg)
[all …]
H A Dd_find_alias.cocci19 position p1, p2;
22 if (!(dent@p1 = d_find_alias(...))) S1
24 dent@p1 = d_find_alias(...)
46 position r.p1,r.p2;
48 * dent@p1 = ...
58 p1 << r.p1;
61 cocci.print_main("Missing call to dput()",p1)
77 p1 << r.p1;
81 coccilib.report.print_report(p1[0], msg % (p2[0].line))
/linux/include/uapi/linux/
H A Dultrasound.h26 * bytes 4 and 5 - parameter P1 (unsigned short)
31 * Unused parameters (P1 and/or P2 *MUST* be initialized to zero).
32 * _GUS_NUMVOICES - Sets max. number of concurrent voices (P1=14-31, default 16)
34 * _GUS_VOICEON - Starts voice (P1=voice mode)
37 * _GUS_VOICEMODE - Alters the voice mode, don't start or stop voice (P1=voice mode)
38 * _GUS_VOICEBALA - Sets voice balance (P1, 0=left, 7=middle and 15=right, default 7)
39 * _GUS_VOICEFREQ - Sets voice (sample) playback frequency (P1=Hz)
40 * _GUS_VOICEVOL - Sets voice volume (P1=volume, 0xfff=max, 0xeff=half, 0x000=off)
41 * _GUS_VOICEVOL2 - Sets voice volume (P1=volume, 0xfff=max, 0xeff=half, 0x000=off)
45 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume)
[all …]
/linux/scripts/coccinelle/locks/
H A Ddouble_lock.cocci18 position p1;
24 mutex_lock@p1
26 mutex_trylock@p1
28 spin_lock@p1
30 spin_trylock@p1
32 read_lock@p1
34 read_trylock@p1
36 write_lock@p1
38 write_trylock@p1
42 position p1 != locked.p1;
[all …]
H A Dmini_lock.cocci22 position p1,p;
27 mutex_lock@p1
29 mutex_trylock@p1
31 spin_lock@p1
33 spin_trylock@p1
35 read_lock@p1
37 read_trylock@p1
39 write_lock@p1
41 write_trylock@p1
43 read_lock_irq@p1
[all …]
H A Dcall_kern.cocci41 position p1,p2;
45 read_lock_irq@p1
47 write_lock_irq@p1
49 read_lock_irqsave@p1
51 write_lock_irqsave@p1
53 spin_lock@p1
55 spin_trylock@p1
57 spin_lock_irq@p1
59 spin_lock_irqsave@p1
61 local_irq_disable@p1
[all …]
H A Dflags.cocci18 position p1,p2;
22 spin_lock_irqsave@p1(lock1,flags)
24 read_lock_irqsave@p1(lock1,flags)
26 write_lock_irqsave@p1(lock1,flags)
46 position r.p1, r.p2;
50 *spin_lock_irqsave@p1(lock1,flags)
52 *read_lock_irqsave@p1(lock1,flags)
54 *write_lock_irqsave@p1(lock1,flags)
68 p1 << r.p1;
72 cocci.print_main("original lock",p1)
[all …]
/linux/tools/testing/selftests/landlock/
H A Dscoped_base_variants.h28 * P1-. P1 -> P2 : allow
29 * \ P2 -> P1 : allow
43 * P1--. P1 -> P2 : allow
44 * \ P2 -> P1 : deny
60 * | P1 --. P1 -> P2 : deny
61 * '------' \ P2 -> P1 : allow
76 * | P1 ---. P1 -> P2 : deny
77 * '------' \ P2 -> P1 : deny
93 * | P1----. | P1 -> P2 : allow
94 * | \ | P2 -> P1 : allow
[all …]
/linux/scripts/coccinelle/null/
H A Dderef_null.cocci23 position p1;
26 (E != NULL && ...) ? <+...E->f@p1...+> : ...
45 position p1;
48 if@p1 ((E == NULL && ...) || ...) S1 else S2
59 position p!={pr1.p1,pr2.p2};
60 position ifm.p1;
63 if@p1 ((E == NULL && ...) || ...)
94 p1 << ifm.p1;
104 p1 << ifm.p1;
120 position p!={pr1.p1,pr2.p2};
[all …]
H A Deno.cocci28 position p1,p2;
31 …= \(kmalloc@p1\|kzalloc@p1\|kcalloc@p1\|kmem_cache_alloc@p1\|kmem_cache_zalloc@p1\|kmem_cache_allo…
36 p1 << r.p1;
40 cocci.print_main("alloc call",p1)
44 p1 << r.p1;
48 msg = "ERROR: allocation function on line %s returns NULL not ERR_PTR on failure" % (p1[0].line)
/linux/arch/arm/include/asm/
H A Dxor.h
/linux/arch/x86/include/asm/
H A Dxor.h
H A Dxor_avx.h
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Di2c_.fuc102 bclr $flags $p1
106 bset $flags $p1
111 bclr $flags $p1
115 bset $flags $p1
166 bra $p1 #i2c_raise_scl_done
175 bra not $p1 #i2c_start_rep
177 bra not $p1 #i2c_start_rep
183 bra not $p1 #i2c_start_out
210 bra not $p1 #i2c_bitw_out
225 bra not $p1 #i2c_bitr_done
[all …]
/linux/drivers/ata/pata_parport/
H A Don26.c28 #define P1 \ macro
51 w0(1); P1; w0(r); P2; w0(0); P1; in on26_read_regr()
57 w0(1); P1; w0(r); P2; w0(0); P1; in on26_read_regr()
79 w0(1); P1; w0(r); P2; w0(0); P1; in on26_write_regr()
113 w0(2); P1; w0(8); P2; in on26_connect()
114 w0(2); P1; w0(x); P2; in on26_connect()
122 w0(4); P1; w0(4); P1; in on26_disconnect()
156 w0(2); P1; w0(0); P2; in on26_test_port()
157 w0(3); P1; w0(0); P2; in on26_test_port()
158 w0(2); P1; w0(8); P2; udelay(100); in on26_test_port()
[all …]
/linux/scripts/coccinelle/iterators/
H A Duse_after_iter.cocci38 position p1,p2;
43 list_for_each_entry@p1(c,...,member) { ... when != break;
48 list_for_each_entry_reverse@p1(c,...,member) { ... when != break;
53 list_for_each_entry_continue@p1(c,...,member) { ... when != break;
58 list_for_each_entry_continue_reverse@p1(c,...,member) { ... when != break;
63 list_for_each_entry_from@p1(c,...,member) { ... when != break;
68 list_for_each_entry_safe@p1(c,...,member) { ... when != break;
73 list_for_each_entry_safe_continue@p1(c,...,member) { ... when != break;
78 list_for_each_entry_safe_from@p1(c,...,member) { ... when != break;
83 list_for_each_entry_safe_reverse@p1(c,...,member) { ... when != break;
[all …]
H A Dlist_entry_update.cocci22 position p1,p2;
25 list_for_each_entry@p1(x,...) { <... x =@p2 E ...> }
29 position r.p1,r.p2;
35 list_for_each_entry@p1(x,...) S
41 position r.p1,r.p2;
47 list_for_each_entry@p1(x,...) S
50 p1 << r.p1;
54 cocci.print_main("iterator",p1)
58 p1 << r.p1;
63 coccilib.report.print_report(p1[0],msg)
/linux/arch/arm64/lib/
H A Dxor-neon.c
/linux/drivers/rtc/
H A Drtc-spacemit-p1.c3 * Driver for the RTC found in the SpacemiT P1 PMIC
15 #define MOD_NAME "spacemit-p1-rtc"
46 * The P1 hardware documentation states that the register values are
53 struct p1_rtc *p1 = dev_get_drvdata(dev); in p1_rtc_read_time() local
54 struct regmap *regmap = p1->regmap; in p1_rtc_read_time()
88 * The P1 hardware documentation states that values in the registers are
95 struct p1_rtc *p1 = dev_get_drvdata(dev); in p1_rtc_set_time() local
96 struct regmap *regmap = p1->regmap; in p1_rtc_set_time()
129 struct p1_rtc *p1; in p1_rtc_probe() local
131 p1 = devm_kzalloc(dev, sizeof(*p1), GFP_KERNEL); in p1_rtc_probe()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_change_tail.c16 int c1, p1; in test_tc_change_tail() local
30 ret = create_pair(AF_INET, SOCK_DGRAM, &c1, &p1); in test_tc_change_tail()
34 ret = xsend(p1, "Tr", 2, 0); in test_tc_change_tail()
35 ASSERT_EQ(ret, 2, "xsend(p1)"); in test_tc_change_tail()
40 ret = xsend(p1, "G", 1, 0); in test_tc_change_tail()
41 ASSERT_EQ(ret, 1, "xsend(p1)"); in test_tc_change_tail()
46 ret = xsend(p1, "E", 1, 0); in test_tc_change_tail()
47 ASSERT_EQ(ret, 1, "xsend(p1)"); in test_tc_change_tail()
52 ret = xsend(p1, "Z", 1, 0); in test_tc_change_tail()
53 ASSERT_EQ(ret, 1, "xsend(p1)"); in test_tc_change_tail()
[all …]
/linux/scripts/coccinelle/free/
H A Dkfree.cocci21 position p1;
25 kfree@p1(E)
27 kfree_sensitive@p1(E)
83 position free.p1!=loop.ok,p2!={print.p,sz.p};
87 kfree@p1(E,...)
89 kfree_sensitive@p1(E,...)
121 p1 << free.p1;
125 cocci.print_main("kfree",p1)
129 p1 << free.p1;
133 msg = "ERROR: reference preceded by free on line %s" % (p1[0].line)

12345678910>>...29