Home
last modified time | relevance | path

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

/include/linux/
Derr.h32 static inline long __must_check IS_ERR(const void *ptr) in IS_ERR() function
57 if (IS_ERR(ptr)) in PTR_RET()
Dkthread.h30 if (!IS_ERR(__k)) \
/include/linux/pinctrl/
Dconsumer.h92 if (IS_ERR(p)) in pinctrl_get_select()
96 if (IS_ERR(s)) { in pinctrl_get_select()
/include/linux/amba/
Dbus.h72 (IS_ERR((d)->pclk) ? 0 : clk_enable((d)->pclk))
75 do { if (!IS_ERR((d)->pclk)) clk_disable((d)->pclk); } while (0)
/include/xen/
Dxenbus.h178 if (!IS_ERR(str) && strlen(str) == 0) { \
182 IS_ERR(str); \
/include/linux/wimax/
Ddebug.h445 if (IS_ERR(fd) && rc != -ENODEV) \
/include/net/
Droute.h272 if (IS_ERR(rt)) in ip_route_connect()
Dneighbour.h373 return IS_ERR(n) ? NULL : n; in __neigh_lookup()