lkml.org 
[lkml]   [2004]   [Nov]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Six archs are missing atomic_inc_return()
Anton wrote:

> $ grep -l atomic_inc_return include/asm-*/atomic.h


I was assuming all archs used a macro for this, so I used:

$ grep 'define atomic_inc_return' asm-*/atomic.h


But your grep could have found this:

/* FIXME: this arch does not have atomic_inc_return */

and returned a false positive.


What I need is a C-aware grep:

$ cgrep [--definition | --comment | --usage] atomic_inc_return asm-*/atomic.h

to search definitions, comments, and code body respectively.


--Chuck Ebbert 18-Nov-04 18:08:49
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:08    [W:0.041 / U:0.276 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site