Home
last modified time | relevance | path

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

12

/include/linux/
A Derr.h68 static inline bool __must_check IS_ERR(__force const void *ptr) in IS_ERR() function
74 #define IS_ERR_PCPU(ptr) (IS_ERR((const void *)(__force const unsigned long)(ptr)))
119 if (IS_ERR(ptr)) in PTR_ERR_OR_ZERO()
A Dkthread.h55 if (!IS_ERR(__k)) \
79 if (!IS_ERR(p)) in kthread_run_on_cpu()
210 if (!IS_ERR(__kw)) \
237 if (!IS_ERR(kw)) in kthread_run_worker_on_cpu()
A Dirqdomain.h385 return IS_ERR(d) ? NULL : d; in irq_domain_create_nomap()
414 return IS_ERR(d) ? NULL : d; in irq_domain_create_linear()
429 return IS_ERR(d) ? NULL : d; in irq_domain_create_tree()
562 return IS_ERR(d) ? NULL : d; in irq_domain_create_hierarchy()
725 return IS_ERR(d) ? NULL : d; in irq_domain_add_tree()
743 return IS_ERR(d) ? NULL : d; in irq_domain_add_linear()
A Dcoresight.h492 if (IS_ERR(pclk)) { in coresight_get_enable_apb_pclk()
494 if (IS_ERR(pclk)) in coresight_get_enable_apb_pclk()
A Drhashtable.h835 if (IS_ERR(ret)) in rhashtable_insert_fast()
916 if (IS_ERR(ret)) in rhashtable_lookup_insert_fast()
968 if (IS_ERR(ret)) in rhashtable_lookup_insert_key()
A Dcleanup.h353 if (IS_ERR(_ptr)) { \
A Ddmaengine.h1635 return IS_ERR(ch) ? NULL : ch; in dma_request_slave_channel()
1646 if (!IS_ERR(chan)) in dma_request_slave_channel_compat()
/include/linux/pinctrl/
A Dconsumer.h166 if (IS_ERR(p)) in pinctrl_get_select()
170 if (IS_ERR(s)) { in pinctrl_get_select()
197 if (IS_ERR(p)) in devm_pinctrl_get_select()
201 if (IS_ERR(s)) { in devm_pinctrl_get_select()
/include/linux/phy/
A Dulpi_phy.h15 if (IS_ERR(phy)) in ulpi_phy_create()
/include/linux/mfd/
A Docelot.h32 if (IS_ERR(regs)) in ocelot_regmap_from_resource_optional()
/include/crypto/internal/
A Dkdf_selftest.h41 if (IS_ERR(kmd)) { in kdf_test()
/include/rdma/
A Duverbs_ioctl.h686 if (IS_ERR(attr)) in uverbs_attr_get_enum_id()
698 if (IS_ERR(attr)) in uverbs_attr_get_obj()
709 if (IS_ERR(attr)) in uverbs_attr_get_uobject()
720 if (IS_ERR(attr)) in uverbs_attr_get_len()
766 if (IS_ERR(attr)) { in uverbs_attr_get_uobjs_arr()
786 if (IS_ERR(attr)) in uverbs_attr_get_alloced_ptr()
800 if (IS_ERR(attr)) in _uverbs_copy_from()
828 if (IS_ERR(attr)) in _uverbs_copy_from_or_zero()
A Duverbs_std_types.h36 if (IS_ERR(uobj)) in _uobj_get_obj_read()
106 if (!IS_ERR(uobj)) in __uobj_alloc()
/include/xen/
A Dxenbus.h195 if (!IS_ERR(str) && strlen(str) == 0) { \
199 IS_ERR(str); \
/include/trace/events/
A Drdma_core.h321 if (IS_ERR(mr)) {
358 if (IS_ERR(mr)) {
A Dcachefiles.h261 __entry->ino = (!IS_ERR(de) && d_backing_inode(de) ?
263 __entry->error = IS_ERR(de) ? PTR_ERR(de) : 0;
/include/net/
A Dinet6_hashtables.h159 if (IS_ERR(sk)) in __inet6_lookup_skb()
A Ddst.h402 return IS_ERR(n) ? NULL : n; in dst_neigh_lookup()
415 return IS_ERR(n) ? NULL : n; in dst_neigh_lookup_skb()
A Ddst_metadata.h191 if (IS_ERR(dst)) in skb_tunnel_info_unclone()
A Droute.h349 if (IS_ERR(rt)) in ip_route_connect()
A Dinet_hashtables.h490 if (IS_ERR(sk)) in __inet_lookup_skb()
/include/net/9p/
A Dclient.h271 if (!fid || IS_ERR(fid)) in p9_fid_put()
/include/net/bluetooth/
A Dbluetooth.h582 if (IS_ERR(skb)) in bt_skb_sendmmsg()
595 if (IS_ERR(tmp)) { in bt_skb_sendmmsg()
/include/net/netfilter/
A Dnf_flow_table.h241 if (IS_ERR(block_cb)) { in nf_flow_table_offload_add_cb()
/include/linux/gpio/
A Ddriver.h587 for_each_if(!IS_ERR(_label = gpiochip_dup_line_label(_chip, _base + _i)))

Completed in 65 milliseconds

12