Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h92 #define ZERO_OR_NULL_PTR(x) ((x) == NULL || (x) == ZERO_SIZE_PTR) macro
197 if (ZERO_OR_NULL_PTR(ptr)) in kfree()
209 if (ZERO_OR_NULL_PTR(ptr)) in kfree_sensitive()