Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 27) sorted by relevance

12

/scripts/
Dunifdef.c746 static Linetype op_strict(int *p, int v, Linetype at, Linetype bt) { in op_strict() argument
747 if(at == LT_IF || bt == LT_IF) return (LT_IF); in op_strict()
750 static Linetype op_lt(int *p, Linetype at, int a, Linetype bt, int b) { in op_lt() argument
751 return op_strict(p, a < b, at, bt); in op_lt()
753 static Linetype op_gt(int *p, Linetype at, int a, Linetype bt, int b) { in op_gt() argument
754 return op_strict(p, a > b, at, bt); in op_gt()
756 static Linetype op_le(int *p, Linetype at, int a, Linetype bt, int b) { in op_le() argument
757 return op_strict(p, a <= b, at, bt); in op_le()
759 static Linetype op_ge(int *p, Linetype at, int a, Linetype bt, int b) { in op_ge() argument
760 return op_strict(p, a >= b, at, bt); in op_ge()
[all …]
Dchecksyscalls.sh18 /* *at */
Dcheck-sysctl-docs140 if (debug) print "Registering variable table " tables[2] " at " tables[1]
Dhead-object-list.txt3 # The objects listed here are placed at the head of vmlinux. A typical use-case
Dcheckpatch.pl5151 my $at = "(ctx:$ctx)";
5174 "space required after that '$op' $at\n" . $hereptr)) {
5192 "spaces prohibited around that '$op' $at\n" . $hereptr)) {
5207 "space prohibited before that '$op' $at\n" . $hereptr)) {
5214 "space required after that '$op' $at\n" . $hereptr)) {
5243 "space required before that '$op' $at\n" . $hereptr)) {
5255 "space prohibited after that '$op' $at\n" . $hereptr)) {
5268 "space required one side of that '$op' $at\n" . $hereptr)) {
5276 "space prohibited before that '$op' $at\n" . $hereptr)) {
5283 "space prohibited after that '$op' $at\n" . $hereptr)) {
[all …]
/scripts/package/debian/
Dcopyright3 The sources may be found at most Linux archive sites, including:
8 The git repository for mainline kernel development is at:
/scripts/coccinelle/api/
Dkfree_mismatch.cocci169 msg = "WARNING kmalloc is used to allocate this memory at line %s" % (a[0].line)
177 msg = "WARNING kmalloc is used to allocate this memory at line %s" % (a[0].line)
185 msg = "WARNING vmalloc is used to allocate this memory at line %s" % (a[0].line)
193 msg = "WARNING vmalloc is used to allocate this memory at line %s" % (a[0].line)
201 msg = "WARNING kvmalloc is used to allocate this memory at line %s" % (a[0].line)
209 msg = "WARNING kvmalloc is used to allocate this memory at line %s" % (a[0].line)
Dkfree_sensitive.cocci91 msg = "WARNING opportunity for kfree_sensitive/kvfree_sensitive (memset at line %s)"
99 msg = "WARNING opportunity for kfree_sensitive/kvfree_sensitive (memset at line %s)"
Datomic_as_refcounter.cocci58 msg = "WARNING: atomic_dec_and_test variation before object free at line %s."
91 msg = "WARNING: atomic_dec_and_test variation before object free at line %s."
Dd_find_alias.cocci80 msg = "Missing call to dput() at line %s."
Dpm_runtime.cocci113 msg = "%s returns < 0 as error. Unecessary IS_ERR_VALUE at line %s" % (pm_runtime_api, p2[0].line)
/scripts/coccinelle/misc/
Dnewline_in_nl_msg.cocci59 msg="WARNING avoid newline at end of message in %s" % (fname)
74 msg="WARNING avoid newline at end of message in %s" % (fname)
Dcond_no_effect.cocci12 // accepted pattern and if at all it would need to be commented
38 // All other cases look like bugs or at least lack of documentation
Dof_table.cocci85 msg = "%s is not NULL terminated at line %s" % (arr, p1[0].line)
Ddoubleinit.cocci11 // Comments: requires at least Coccinelle 0.2.4, lex or parse error otherwise
/scripts/gcc-plugins/
DKconfig29 This plugin inserts a __sanitizer_cov_trace_pc() call at the start of
47 This plugin was ported from grsecurity/PaX. More information at:
Dgcc-generate-gimple-pass.h20 #error at least PASS_NAME must be defined
Dgcc-generate-rtl-pass.h20 #error at least PASS_NAME must be defined
Dgcc-generate-simple_ipa-pass.h20 #error at least PASS_NAME must be defined
Dgcc-generate-ipa-pass.h28 #error at least PASS_NAME must be defined
/scripts/dtc/
Ddtx_diff29 -s SRCTREE linux kernel source tree is at path SRCTREE
31 -S linux kernel source tree is at root of current git repo
309 If not at the root of the Linux kernel source tree -s SRCTREE or -S
/scripts/coccinelle/iterators/
Duse_after_iter.cocci3 /// variable ends up pointing to an address at an offset from the list head,
7 //#reported reference is at the label of this goto. Some flag tests
Ddevice_node_continue.cocci12 // This uses a conjunction, which requires at least coccinelle >= 1.0.4
/scripts/coccinelle/locks/
Ddouble_lock.cocci3 /// occur at execution, due to the values of variables, and when there is
/scripts/kconfig/
Dqconf.h51 selectedItems().at(i)->setSelected(false); in setSelected()

12