Sign in
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec
/
dff655e82faffc287d4a72a59f66fa120bf904e4
/
.
/
tools
/
testing
/
memblock
/
lib
/
slab.c
blob: 6be6020328fbdf89980058be6b27a94ea5814703 [
file
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/slab.h>
enum
slab_state slab_state
;
bool
slab_is_available
(
void
)
{
return
slab_state
>=
UP
;
}