Home
last modified time | relevance | path

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

/include/linux/
Derr.h34 static inline bool __must_check IS_ERR(__force const void *ptr) in IS_ERR() function
59 if (IS_ERR(ptr)) in PTR_ERR_OR_ZERO()
Dkthread.h54 if (!IS_ERR(__k)) \
78 if (!IS_ERR(p)) in kthread_run_on_cpu()
Drhashtable.h826 if (IS_ERR(ret)) in rhashtable_insert_fast()
907 if (IS_ERR(ret)) in rhashtable_lookup_insert_fast()
959 if (IS_ERR(ret)) in rhashtable_lookup_insert_key()
Ddmaengine.h1595 return IS_ERR(ch) ? NULL : ch; in dma_request_slave_channel()
Dkvm_host.h142 return IS_ERR(page); in is_error_page()
/include/linux/pinctrl/
Dconsumer.h156 if (IS_ERR(p)) in pinctrl_get_select()
160 if (IS_ERR(s)) { in pinctrl_get_select()
188 if (IS_ERR(p)) in devm_pinctrl_get_select()
192 if (IS_ERR(s)) { in devm_pinctrl_get_select()
/include/linux/phy/
Dulpi_phy.h15 if (IS_ERR(phy)) in ulpi_phy_create()
/include/rdma/
Duverbs_ioctl.h676 if (IS_ERR(attr)) in uverbs_attr_get_enum_id()
688 if (IS_ERR(attr)) in uverbs_attr_get_obj()
699 if (IS_ERR(attr)) in uverbs_attr_get_uobject()
710 if (IS_ERR(attr)) in uverbs_attr_get_len()
756 if (IS_ERR(attr)) { in uverbs_attr_get_uobjs_arr()
776 if (IS_ERR(attr)) in uverbs_attr_get_alloced_ptr()
790 if (IS_ERR(attr)) in _uverbs_copy_from()
818 if (IS_ERR(attr)) in _uverbs_copy_from_or_zero()
Duverbs_std_types.h36 if (IS_ERR(uobj)) in _uobj_get_obj_read()
106 if (!IS_ERR(uobj)) in __uobj_alloc()
Dib_verbs.h2940 if (IS_ERR(buf)) in ib_is_buffer_cleared()
/include/xen/
Dxenbus.h202 if (!IS_ERR(str) && strlen(str) == 0) { \
206 IS_ERR(str); \
/include/trace/events/
Drdma_core.h321 if (IS_ERR(mr)) {
358 if (IS_ERR(mr)) {
/include/net/
Ddst.h395 return IS_ERR(n) ? NULL : n; in dst_neigh_lookup()
408 return IS_ERR(n) ? NULL : n; in dst_neigh_lookup_skb()
Ddst_metadata.h149 if (IS_ERR(dst)) in skb_tunnel_info_unclone()
Droute.h320 if (IS_ERR(rt)) in ip_route_connect()
Dneighbour.h529 return IS_ERR(n) ? NULL : n; in __neigh_lookup()
/include/net/netfilter/
Dnf_flow_table.h230 if (IS_ERR(block_cb)) { in nf_flow_table_offload_add_cb()
/include/net/bluetooth/
Dbluetooth.h477 if (IS_ERR(tmp)) { in bt_skb_sendmmsg()