Searched refs:kmemcheck_annotate_bitfield (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/include/linux/ |
D | kmemcheck.h | 70 #define kmemcheck_annotate_bitfield(ptr, name) \ macro 161 #define kmemcheck_annotate_bitfield(ptr, name) \ macro
|
/linux-4.4.14/net/ipv4/ |
D | inet_timewait_sock.c | 170 kmemcheck_annotate_bitfield(tw, flags); in inet_twsk_alloc()
|
D | tcp_input.c | 6098 kmemcheck_annotate_bitfield(ireq, flags); in inet_reqsk_alloc()
|
/linux-4.4.14/kernel/bpf/ |
D | core.c | 85 kmemcheck_annotate_bitfield(fp, meta); in bpf_prog_alloc() 116 kmemcheck_annotate_bitfield(fp, meta); in bpf_prog_realloc()
|
/linux-4.4.14/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.4.14/drivers/misc/c2port/ |
D | core.c | 911 kmemcheck_annotate_bitfield(c2dev, flags); in c2port_device_register()
|
/linux-4.4.14/kernel/trace/ |
D | ring_buffer.c | 2093 kmemcheck_annotate_bitfield(event, bitfield); in rb_reset_tail() 2723 kmemcheck_annotate_bitfield(event, bitfield); in __rb_reserve_next()
|
/linux-4.4.14/net/core/ |
D | skbuff.c | 268 kmemcheck_annotate_bitfield(&fclones->skb2, flags1); in __alloc_skb() 960 kmemcheck_annotate_bitfield(n, flags1); in skb_clone()
|
D | sock.c | 1357 kmemcheck_annotate_bitfield(sk, flags); in sk_prot_alloc()
|
/linux-4.4.14/net/ |
D | socket.c | 547 kmemcheck_annotate_bitfield(sock, type); in sock_alloc()
|