Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dkmemcheck.h70 #define kmemcheck_annotate_bitfield(ptr, name) \ macro
161 #define kmemcheck_annotate_bitfield(ptr, name) \ macro
/linux-4.1.27/net/ipv4/
Dinet_timewait_sock.c200 kmemcheck_annotate_bitfield(tw, flags); in inet_twsk_alloc()
Dtcp_input.c6046 kmemcheck_annotate_bitfield(ireq, flags); in inet_reqsk_alloc()
/linux-4.1.27/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-4.1.27/drivers/misc/c2port/
Dcore.c911 kmemcheck_annotate_bitfield(c2dev, flags); in c2port_device_register()
/linux-4.1.27/kernel/trace/
Dring_buffer.c2264 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/
Dskbuff.c268 kmemcheck_annotate_bitfield(&fclones->skb2, flags1); in __alloc_skb()
1008 kmemcheck_annotate_bitfield(n, flags1); in skb_clone()
Dsock.c1340 kmemcheck_annotate_bitfield(sk, flags); in sk_prot_alloc()
/linux-4.1.27/net/
Dsocket.c546 kmemcheck_annotate_bitfield(sock, type); in sock_alloc()