Searched refs:kmemcheck_annotate_bitfield (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/linux/ |
D | kmemcheck.h | 70 #define kmemcheck_annotate_bitfield(ptr, name) \ macro 161 #define kmemcheck_annotate_bitfield(ptr, name) \ macro
|
/linux-4.1.27/net/ipv4/ |
D | inet_timewait_sock.c | 200 kmemcheck_annotate_bitfield(tw, flags); in inet_twsk_alloc()
|
D | tcp_input.c | 6046 kmemcheck_annotate_bitfield(ireq, flags); in inet_reqsk_alloc()
|
/linux-4.1.27/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-4.1.27/drivers/misc/c2port/ |
D | core.c | 911 kmemcheck_annotate_bitfield(c2dev, flags); in c2port_device_register()
|
/linux-4.1.27/kernel/trace/ |
D | ring_buffer.c | 2264 kmemcheck_annotate_bitfield(event, bitfield); in rb_reset_tail() 2457 kmemcheck_annotate_bitfield(event, bitfield); in __rb_reserve_next()
|
/linux-4.1.27/net/core/ |
D | skbuff.c | 268 kmemcheck_annotate_bitfield(&fclones->skb2, flags1); in __alloc_skb() 1008 kmemcheck_annotate_bitfield(n, flags1); in skb_clone()
|
D | sock.c | 1340 kmemcheck_annotate_bitfield(sk, flags); in sk_prot_alloc()
|
/linux-4.1.27/net/ |
D | socket.c | 546 kmemcheck_annotate_bitfield(sock, type); in sock_alloc()
|