• Home
  • Raw
  • Download

Lines Matching refs:ptr

18 extern void kmemleak_alloc(const void *ptr, size_t size, int min_count,
20 extern void kmemleak_alloc_percpu(const void __percpu *ptr, size_t size,
24 extern void kmemleak_free(const void *ptr) __ref;
25 extern void kmemleak_free_part(const void *ptr, size_t size) __ref;
26 extern void kmemleak_free_percpu(const void __percpu *ptr) __ref;
27 extern void kmemleak_update_trace(const void *ptr) __ref;
28 extern void kmemleak_not_leak(const void *ptr) __ref;
29 extern void kmemleak_ignore(const void *ptr) __ref;
30 extern void kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) __ref;
31 extern void kmemleak_no_scan(const void *ptr) __ref;
37 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() argument
42 kmemleak_alloc(ptr, size, min_count, gfp); in kmemleak_alloc_recursive()
45 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive() argument
48 kmemleak_free(ptr); in kmemleak_free_recursive()
51 static inline void kmemleak_erase(void **ptr) in kmemleak_erase() argument
53 *ptr = NULL; in kmemleak_erase()
61 static inline void kmemleak_alloc(const void *ptr, size_t size, int min_count, in kmemleak_alloc() argument
65 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, in kmemleak_alloc_recursive() argument
70 static inline void kmemleak_alloc_percpu(const void __percpu *ptr, size_t size, in kmemleak_alloc_percpu() argument
78 static inline void kmemleak_free(const void *ptr) in kmemleak_free() argument
81 static inline void kmemleak_free_part(const void *ptr, size_t size) in kmemleak_free_part() argument
84 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive() argument
87 static inline void kmemleak_free_percpu(const void __percpu *ptr) in kmemleak_free_percpu() argument
90 static inline void kmemleak_update_trace(const void *ptr) in kmemleak_update_trace() argument
93 static inline void kmemleak_not_leak(const void *ptr) in kmemleak_not_leak() argument
96 static inline void kmemleak_ignore(const void *ptr) in kmemleak_ignore() argument
99 static inline void kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) in kmemleak_scan_area() argument
102 static inline void kmemleak_erase(void **ptr) in kmemleak_erase() argument
105 static inline void kmemleak_no_scan(const void *ptr) in kmemleak_no_scan() argument