Home
last modified time | relevance | path

Searched refs:where (Results 1 – 15 of 15) sorted by relevance

/scripts/coccinelle/locks/
Dmini_lock.cocci3 /// where the unlock is missing from an if branch, and there is a lock
5 /// cases where the if branch represents a case where the function is
6 /// supposed to exit with the lock held, or where there is some preceding
/scripts/coccinelle/misc/
Dcond_no_effect.cocci2 ///Find conditions where if and else branch are functionally
5 // There can be false positives in cases where the positional
6 // information is used (as with lockdep) or where the identity
Darray_size.cocci4 //# This makes an effort to find cases where ARRAY_SIZE can be used such as
5 //# where there is a division of sizeof the array by the sizeof its first
Dbugon.cocci4 //# This makes an effort to find cases where BUG() follows an if
Dbadty.cocci4 //# This makes an effort to find cases where the argument to sizeof is wrong
/scripts/
Dcleanfile171 if ( !defined($where = tell(FILE)) ||
172 !truncate(FILE, $where) ) {
Dcleanpatch252 if ( !defined($where = tell(FILE)) ||
253 !truncate(FILE, $where) ) {
Dget_feat.pl192 $data{$name}->{where} = $file;
DKbuild.include243 # enough. It'll strip the quotes in the common case where there's no
Dcheckpatch.pl5027 my ($where, $prefix) = ($-[1], $1);
5029 ($where != 0 || $prefix !~ /^.\s+$/) &&
/scripts/dtc/
Dfdtget.c37 static void report_error(const char *where, int err) in report_error() argument
39 fprintf(stderr, "Error at '%s': %s\n", where, fdt_strerror(err)); in report_error()
/scripts/atomic/
Datomics.tbl14 # Where args contains list of type[:name], where type is:
/scripts/gcc-plugins/
DKconfig28 where
51 program state. This will help especially embedded systems where
/scripts/coccinelle/null/
Dkmerr.cocci3 /// NULL check. It only gives a report in the case where there is some
/scripts/coccinelle/tests/
Dodd_ptr_err.cocci3 //# There can be false positives in the patch case, where it is the call to