Home
last modified time | relevance | path

Searched refs:_object (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h
H A Dprintf.h21 struct nvif_object *_object = (o); \
24 NVIF_ERROR(_object, f" (ret:%d)", ##a, _cond); \
26 NVIF_DEBUG(_object, f, ##a); \
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dclient.h28 const struct nvkm_object *_object = (o); \
29 const struct nvkm_client *_client = _object->client; \
32 _object->handle, _object->oclass, ##a); \
/linux/include/rdma/
H A Duverbs_std_types.h21 #define uobj_get_type(_attrs, _object) \ argument
22 uapi_get_object((_attrs)->ufile->device->uapi, _object)
40 #define uobj_get_obj_read(_object, _type, _id, _attrs) \ argument
41 ((struct ib_##_object *)_uobj_get_obj_read( \
/linux/tools/testing/selftests/
H A Dkselftest_harness.h184 static struct __test_metadata _##test_name##_object = \
192 __register_test(&_##test_name##_object); \
357 _##fixture_name##_##variant_name##_object = \
364 &_##fixture_name##_##variant_name##_object); \
461 static struct __test_metadata *_##fixture_name##_##test_name##_object; \
472 _##fixture_name##_##test_name##_object = object; \
874 .variant = &_##fixture_name##_##variant_name##_object, \
880 _##fixture_name##_##test_name##_object; \
/linux/Documentation/filesystems/
H A Dpath-lookup.rst1020 .. _object-oriented design pattern: https://lwn.net/Articles/446317/