lkml.org 
[lkml]   [2006]   [Apr]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: kfree(NULL)
Andrew Morton <akpm@osdl.org> wrote:
>
> #define __check_likely(expr, value)
> ({
> static struct likeliness likeliness;
> do_check_likely(__FILE__, __LINE__, &likeliness, value);
> })
>

#define __check_likely(expr, value)
({
static struct likeliness likeliness = {
.file = __FILE__,
.line = __LINE__,
};
do_check_likely(&likeliness, value);
})

-
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: 2006-04-21 23:48    [W:0.077 / U:0.720 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site