Searched refs:identifier (Results 1 – 25 of 34) sorted by relevance
12
/scripts/coccinelle/api/ |
D | stream_open.cocci | 15 identifier readstream, ppos; 16 identifier f, buf, len; 25 identifier writestream, ppos; 26 identifier f, buf, len; 37 identifier block_f; 38 identifier wait =~ "^wait_.*"; 51 identifier stream_reader.readstream; 52 identifier wait =~ "^wait_.*"; 62 identifier stream_reader.readstream; 63 identifier blocks.block_f; [all …]
|
D | simple_open.cocci | 14 identifier open_f != simple_open; 15 identifier i, f; 29 identifier fops; 30 identifier open.open_f; 40 identifier open_f != simple_open; 41 identifier i, f; 56 identifier fops; 57 identifier openr.open_f;
|
D | atomic_as_refcounter.cocci | 14 identifier a, x; 16 identifier fname =~ ".*free.*"; 17 identifier fname2 =~ ".*destroy.*"; 18 identifier fname3 =~ ".*del.*"; 19 identifier fname4 =~ ".*queue_work.*"; 20 identifier fname5 =~ ".*schedule_work.*"; 21 identifier fname6 =~ ".*call_rcu.*"; 62 identifier a, x, y; 64 identifier fname =~ ".*free.*"; 95 identifier a, x; [all …]
|
D | platform_no_drv_owner.cocci | 16 identifier __driver; 27 identifier match1.__driver; 36 identifier match1.__driver; 45 identifier __driver; 58 identifier match2.__driver; 67 identifier match2.__driver; 78 identifier match1.__driver; 89 identifier match1.__driver; 100 identifier match2.__driver; 111 identifier match2.__driver;
|
D | check_bq27xxx_data.cocci | 24 identifier i,i1,i2; 59 identifier tocheck.i1regs; 67 identifier tocheck.i2regs; 95 identifier tocheck.i1dmregs; 103 identifier tocheck.i2dmregs; 131 identifier tocheck.i1props; 139 identifier tocheck.i2props;
|
D | pm_runtime.cocci | 53 identifier pm_runtime_api; 69 identifier pm_runtime_api; 87 identifier pm_runtime_api;
|
D | device_attr_show.cocci | 20 identifier show, dev, attr, buf; 32 identifier show, dev, attr, buf;
|
D | memdup_user.cocci | 27 identifier l1,l2; 52 identifier l1,l2;
|
/scripts/coccinelle/misc/ |
D | minmax.cocci | 21 identifier func; 35 identifier func; 54 identifier func; 68 identifier func; 87 identifier func; 101 identifier func; 122 identifier func; 135 identifier func; 150 identifier func;
|
D | swap.cocci | 18 identifier tmp; 38 identifier tmp; 48 identifier tmp; 69 identifier tmp;
|
D | of_table.cocci | 14 identifier var, arr; 32 identifier var, arr; 54 identifier var, arr;
|
D | returnvar.cocci | 21 identifier ret; 34 identifier ret; 44 identifier ret;
|
D | add_namespace.cocci | 14 identifier virtual.ns; 23 identifier virtual.ns;
|
D | flexible_array.cocci | 27 identifier name, array; 55 identifier name, array; 71 identifier name, array;
|
D | orplus.cocci | 19 identifier i,i1; 31 identifier i;
|
D | newline_in_nl_msg.cocci | 30 identifier fname; 42 identifier r1.fname;
|
D | doubleinit.cocci | 18 identifier I, s, fld; 26 identifier I, s, r.fld;
|
/scripts/coccinelle/null/ |
D | deref_null.cocci | 22 identifier f; 30 identifier f; 56 identifier f; 117 identifier f; 177 identifier f; 218 identifier f; 226 identifier f; 250 identifier f;
|
D | badzero.cocci | 28 identifier f; 52 identifier f; 85 identifier f; 102 identifier f; 125 identifier r.f; 149 identifier r.f;
|
D | kmerr.cocci | 23 identifier f,fld; 35 identifier f; 51 identifier f;
|
/scripts/ |
D | kernel-doc | 244 my $identifier; 1133 if ($identifier ne $declaration_name) { 1134 …emit_warning("${file}:$.", "expecting prototype for $decl_type $identifier. Prototype was for $dec… 1343 if ($identifier ne $declaration_name) { 1344 if ($identifier eq "") { 1347 …emit_warning("${file}:$.", "expecting prototype for enum $identifier. Prototype was for enum $decl… 1414 if ($identifier ne $declaration_name) { 1415 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef… 1445 if ($identifier ne $declaration_name) { 1446 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef… [all …]
|
/scripts/coccinelle/locks/ |
D | double_lock.cocci | 44 identifier lock,unlock; 68 identifier lock;
|
D | call_kern.cocci | 21 identifier fn; 40 identifier gfp.fn;
|
/scripts/coccinelle/free/ |
D | kfree.cocci | 35 identifier f; 63 identifier l;
|
D | kfreeaddr.cocci | 16 identifier f;
|
12