Home
last modified time | relevance | path

Searched defs:PTR_ERR (Results 1 – 2 of 2) sorted by relevance

/third_party/libbpf/include/linux/
Derr.h18 static inline long PTR_ERR(const void *ptr) in PTR_ERR() function
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h76 #define PTR_ERR(err) ((unsigned long)(err)) macro