Searched refs:IS_ERR_OR_NULL (Results 1 – 20 of 20) sorted by relevance
| /include/linux/ |
| A D | mnt_namespace.h | 17 DEFINE_FREE(put_mnt_ns, struct mnt_namespace *, if (!IS_ERR_OR_NULL(_T)) put_mnt_ns(_T))
|
| A D | fwnode.h | 188 (!IS_ERR_OR_NULL(fwnode) && (fwnode)->ops && (fwnode)->ops->op) 192 (fwnode)->ops->op(fwnode, ## __VA_ARGS__) : (IS_ERR_OR_NULL(fwnode) ? -EINVAL : -ENXIO)) 218 if (IS_ERR_OR_NULL(fwnode)) in fwnode_dev_initialized()
|
| A D | err.h | 82 static inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr) in IS_ERR_OR_NULL() function
|
| A D | file.h | 97 DEFINE_FREE(fput, struct file *, if (!IS_ERR_OR_NULL(_T)) fput(_T))
|
| A D | pm_qos.h | 207 return IS_ERR_OR_NULL(dev->power.qos) ? in dev_pm_qos_raw_resume_latency() 296 return !IS_ERR_OR_NULL(req->qos); in freq_qos_request_active()
|
| A D | topology.h | 329 !IS_ERR_OR_NULL(mask); \
|
| A D | cred.h | 266 DEFINE_FREE(put_cred, struct cred *, if (!IS_ERR_OR_NULL(_T)) put_cred(_T))
|
| A D | pm_opp.h | 585 DEFINE_FREE(put_opp, struct dev_pm_opp *, if (!IS_ERR_OR_NULL(_T)) dev_pm_opp_put(_T)) 588 DEFINE_FREE(put_opp_table, struct opp_table *, if (!IS_ERR_OR_NULL(_T)) dev_pm_opp_put_opp_table(_T…
|
| A D | slab.h | 476 DEFINE_FREE(kfree, void *, if (!IS_ERR_OR_NULL(_T)) kfree(_T)) 1081 DEFINE_FREE(kvfree, void *, if (!IS_ERR_OR_NULL(_T)) kvfree(_T))
|
| A D | string.h | 316 DEFINE_FREE(argv_free, char **, if (!IS_ERR_OR_NULL(_T)) argv_free(_T))
|
| A D | i2c.h | 902 return !IS_ERR_OR_NULL(client) && client->dev.driver; in i2c_client_has_driver()
|
| A D | bpf.h | 471 if (IS_ERR_OR_NULL(rec)) in btf_record_has_field() 480 if (IS_ERR_OR_NULL(rec)) in bpf_obj_init() 522 if (IS_ERR_OR_NULL(rec)) { in bpf_obj_memcpy() 574 if (IS_ERR_OR_NULL(rec)) { in bpf_obj_memzero()
|
| A D | of.h | 164 return !IS_ERR_OR_NULL(fwnode) && fwnode->ops == &of_fwnode_ops; in is_of_node()
|
| A D | fs.h | 2932 DEFINE_FREE(putname, struct filename *, if (!IS_ERR_OR_NULL(_T)) putname(_T))
|
| /include/drm/ttm/ |
| A D | ttm_bo.h | 541 !IS_ERR_OR_NULL(_bo); \
|
| /include/linux/gpio/ |
| A D | driver.h | 675 if (!IS_ERR_OR_NULL(_T)) gpio_device_put(_T))
|
| A D | consumer.h | 682 if (IS_ERR_OR_NULL(descs)) in gpiod_multi_set_value_cansleep()
|
| /include/net/ |
| A D | udp.h | 621 if (IS_ERR_OR_NULL(segs)) { in udp_rcv_segment()
|
| /include/kunit/ |
| A D | test.h | 916 if (!IS_ERR_OR_NULL(__ptr)) \
|
| /include/acpi/ |
| A D | acpi_bus.h | 545 return !IS_ERR_OR_NULL(fwnode) && in is_acpi_static_node()
|
Completed in 66 milliseconds