Home
last modified time | relevance | path

Searched refs:kmemcheck_annotate_bitfield (Results 1 – 9 of 9) sorted by relevance

/linux-3.3/include/linux/
Dkmemcheck.h70 #define kmemcheck_annotate_bitfield(ptr, name) \ macro
161 #define kmemcheck_annotate_bitfield(ptr, name) \ macro
/linux-3.3/include/net/
Dinet_sock.h232 kmemcheck_annotate_bitfield(ireq, flags); in inet_reqsk_alloc()
/linux-3.3/net/ipv4/
Dinet_timewait_sock.c181 kmemcheck_annotate_bitfield(tw, flags); in inet_twsk_alloc()
/linux-3.3/Documentation/
Dkmemcheck.txt659 kmemcheck_annotate_bitfield(ptr, name)
667 kmemcheck_annotate_bitfield() at the point of allocation, to indicate
686 kmemcheck_annotate_bitfield(x, flags);
688 Note that kmemcheck_annotate_bitfield() can be used even before the
/linux-3.3/net/core/
Dskbuff.c231 kmemcheck_annotate_bitfield(child, flags1); in __alloc_skb()
232 kmemcheck_annotate_bitfield(child, flags2); in __alloc_skb()
770 kmemcheck_annotate_bitfield(n, flags1); in skb_clone()
771 kmemcheck_annotate_bitfield(n, flags2); in skb_clone()
Dsock.c1121 kmemcheck_annotate_bitfield(sk, flags); in sk_prot_alloc()
/linux-3.3/drivers/misc/c2port/
Dcore.c896 kmemcheck_annotate_bitfield(c2dev, flags); in c2port_device_register()
/linux-3.3/kernel/trace/
Dring_buffer.c1867 kmemcheck_annotate_bitfield(event, bitfield); in rb_reset_tail()
2051 kmemcheck_annotate_bitfield(event, bitfield); in __rb_reserve_next()
/linux-3.3/net/
Dsocket.c476 kmemcheck_annotate_bitfield(sock, type); in sock_alloc()