Home
last modified time | relevance | path

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

/include/linux/
Derr.h29 static inline long __must_check PTR_ERR(__force const void *ptr) in PTR_ERR() function
60 return PTR_ERR(ptr); in PTR_ERR_OR_ZERO()
Drhashtable.h827 return PTR_ERR(ret); in rhashtable_insert_fast()
852 return PTR_ERR(__rhashtable_insert_fast(&hlt->ht, key, &list->rhead, in rhltable_insert_key()
908 return PTR_ERR(ret); in rhashtable_lookup_insert_fast()
960 return PTR_ERR(ret); in rhashtable_lookup_insert_key()
Dfsnotify.h110 return PTR_ERR(lower_path.dentry); in fsnotify_file()
Dnetdevice.h3290 if (PTR_ERR(pp) != -EINPROGRESS) in skb_gro_flush_final()
3298 if (PTR_ERR(pp) != -EINPROGRESS) { in skb_gro_flush_final_remcsum()
/include/trace/events/
Drdma_core.h323 __entry->rc = PTR_ERR(mr);
360 __entry->rc = PTR_ERR(mr);
Dsunrpc.h1743 __entry->error = PTR_ERR(xprt);
/include/rdma/
Duverbs_ioctl.h677 return PTR_ERR(attr); in uverbs_attr_get_enum_id()
711 return PTR_ERR(attr); in uverbs_attr_get_len()
791 return PTR_ERR(attr); in _uverbs_copy_from()
819 return PTR_ERR(attr); in _uverbs_copy_from_or_zero()
/include/net/netfilter/
Dnf_flow_table.h231 err = PTR_ERR(block_cb); in nf_flow_table_offload_add_cb()