repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
accel/qaic: Add AIC200 support
[drm/drm-misc.git]
/
tools
/
testing
/
memblock
/
linux
/
kmemleak.h
blob
5fed13bb9ec401c3e34ac2c2225efc13c1d92360
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
#ifndef _KMEMLEAK_H
3
#define _KMEMLEAK_H
4
5
static
inline
void
kmemleak_free_part_phys
(
phys_addr_t phys
,
size_t
size
)
6
{
7
}
8
9
static
inline
void
kmemleak_alloc_phys
(
phys_addr_t phys
,
size_t
size
,
10
gfp_t gfp
)
11
{
12
}
13
14
static
inline
void
dump_stack
(
void
)
15
{
16
}
17
18
#endif