Home
last modified time | relevance | path

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

/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 */
Dcheckpatch.pl4387 my $at = "(ctx:$ctx)";
4410 "space required after that '$op' $at\n" . $hereptr)) {
4428 "spaces prohibited around that '$op' $at\n" . $hereptr)) {
4443 "space prohibited before that '$op' $at\n" . $hereptr)) {
4450 "space required after that '$op' $at\n" . $hereptr)) {
4479 "space required before that '$op' $at\n" . $hereptr)) {
4491 "space prohibited after that '$op' $at\n" . $hereptr)) {
4504 "space required one side of that '$op' $at\n" . $hereptr)) {
4512 "space prohibited before that '$op' $at\n" . $hereptr)) {
4519 "space prohibited after that '$op' $at\n" . $hereptr)) {
[all …]
/scripts/gcc-plugins/
DKconfig49 This plugin inserts a __sanitizer_cov_trace_pc() call at the start of
67 This plugin was ported from grsecurity/PaX. More information at:
78 marked with __randomize_layout, will be randomized at compile-time.
88 The seed used for compilation is located at
96 This plugin was ported from grsecurity/PaX. More information at:
106 best effort at restricting randomization to cacheline-sized
109 at the cost of weakened randomization.
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-gimple-pass.h20 #error at least PASS_NAME must be defined
Dgcc-generate-ipa-pass.h28 #error at least PASS_NAME must be defined
/scripts/coccinelle/api/
Datomic_as_refcounter.cocci58 msg = "atomic_dec_and_test variation before object free at line %s."
91 msg = "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)
Dstream_open.cocci80 // file_operations + whether they have _any_ .read, .write, .llseek ... at all.
/scripts/coccinelle/misc/
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/package/
Dmkdebian155 The sources may be found at most Linux archive sites, including:
160 The git repository for mainline kernel development is at:
/scripts/dtc/
Ddtx_diff27 -s SRCTREE linux kernel source tree is at path SRCTREE
29 -S linux kernel source tree is at root of current git repo
302 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