Lines Matching defs:ptr
15 const void *ptr,
20 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags),
24 __field( const void *, ptr )
32 __entry->ptr = ptr;
38 TP_printk("call_site=%pS ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s",
40 __entry->ptr,
48 TP_PROTO(unsigned long call_site, const void *ptr,
51 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags)
56 TP_PROTO(unsigned long call_site, const void *ptr,
59 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags)
65 const void *ptr,
71 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node),
75 __field( const void *, ptr )
84 __entry->ptr = ptr;
91 TP_printk("call_site=%pS ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d",
93 __entry->ptr,
102 TP_PROTO(unsigned long call_site, const void *ptr,
106 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node)
111 TP_PROTO(unsigned long call_site, const void *ptr,
115 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node)
120 TP_PROTO(unsigned long call_site, const void *ptr),
122 TP_ARGS(call_site, ptr),
126 __field( const void *, ptr )
131 __entry->ptr = ptr;
134 TP_printk("call_site=%pS ptr=%p",
135 (void *)__entry->call_site, __entry->ptr)
140 TP_PROTO(unsigned long call_site, const void *ptr),
142 TP_ARGS(call_site, ptr)
147 TP_PROTO(unsigned long call_site, const void *ptr),
149 TP_ARGS(call_site, ptr)
323 static unsigned int __maybe_unused mm_ptr_to_hash(const void *ptr)
328 ret = ptr_to_hashval(ptr, &hashval);