Home
last modified time | relevance | path

Searched refs:IS_ERR_OR_NULL (Results 1 – 20 of 20) sorted by relevance

/include/linux/
A Dmnt_namespace.h17 DEFINE_FREE(put_mnt_ns, struct mnt_namespace *, if (!IS_ERR_OR_NULL(_T)) put_mnt_ns(_T))
A Dfwnode.h188 (!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 Derr.h82 static inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr) in IS_ERR_OR_NULL() function
A Dfile.h97 DEFINE_FREE(fput, struct file *, if (!IS_ERR_OR_NULL(_T)) fput(_T))
A Dpm_qos.h207 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 Dtopology.h329 !IS_ERR_OR_NULL(mask); \
A Dcred.h266 DEFINE_FREE(put_cred, struct cred *, if (!IS_ERR_OR_NULL(_T)) put_cred(_T))
A Dpm_opp.h585 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 Dslab.h476 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 Dstring.h316 DEFINE_FREE(argv_free, char **, if (!IS_ERR_OR_NULL(_T)) argv_free(_T))
A Di2c.h902 return !IS_ERR_OR_NULL(client) && client->dev.driver; in i2c_client_has_driver()
A Dbpf.h471 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 Dof.h164 return !IS_ERR_OR_NULL(fwnode) && fwnode->ops == &of_fwnode_ops; in is_of_node()
A Dfs.h2932 DEFINE_FREE(putname, struct filename *, if (!IS_ERR_OR_NULL(_T)) putname(_T))
/include/drm/ttm/
A Dttm_bo.h541 !IS_ERR_OR_NULL(_bo); \
/include/linux/gpio/
A Ddriver.h675 if (!IS_ERR_OR_NULL(_T)) gpio_device_put(_T))
A Dconsumer.h682 if (IS_ERR_OR_NULL(descs)) in gpiod_multi_set_value_cansleep()
/include/net/
A Dudp.h621 if (IS_ERR_OR_NULL(segs)) { in udp_rcv_segment()
/include/kunit/
A Dtest.h916 if (!IS_ERR_OR_NULL(__ptr)) \
/include/acpi/
A Dacpi_bus.h545 return !IS_ERR_OR_NULL(fwnode) && in is_acpi_static_node()

Completed in 66 milliseconds