Searched refs:kmemcheck_annotate_bitfield (Results 1 – 9 of 9) sorted by relevance
/linux-3.3/include/linux/ |
D | kmemcheck.h | 70 #define kmemcheck_annotate_bitfield(ptr, name) \ macro 161 #define kmemcheck_annotate_bitfield(ptr, name) \ macro
|
/linux-3.3/include/net/ |
D | inet_sock.h | 232 kmemcheck_annotate_bitfield(ireq, flags); in inet_reqsk_alloc()
|
/linux-3.3/net/ipv4/ |
D | inet_timewait_sock.c | 181 kmemcheck_annotate_bitfield(tw, flags); in inet_twsk_alloc()
|
/linux-3.3/Documentation/ |
D | kmemcheck.txt | 659 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/ |
D | skbuff.c | 231 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()
|
D | sock.c | 1121 kmemcheck_annotate_bitfield(sk, flags); in sk_prot_alloc()
|
/linux-3.3/drivers/misc/c2port/ |
D | core.c | 896 kmemcheck_annotate_bitfield(c2dev, flags); in c2port_device_register()
|
/linux-3.3/kernel/trace/ |
D | ring_buffer.c | 1867 kmemcheck_annotate_bitfield(event, bitfield); in rb_reset_tail() 2051 kmemcheck_annotate_bitfield(event, bitfield); in __rb_reserve_next()
|
/linux-3.3/net/ |
D | socket.c | 476 kmemcheck_annotate_bitfield(sock, type); in sock_alloc()
|