Searched refs:_object (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | client.h | 28 const struct nvkm_object *_object = (o); \ 29 const struct nvkm_client *_client = _object->client; \ 32 _object->handle, _object->oclass, ##a); \
|
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/ |
D | printf.h | 21 struct nvif_object *_object = (o); \ 24 NVIF_ERROR(_object, f" (ret:%d)", ##a, _cond); \ 26 NVIF_DEBUG(_object, f, ##a); \
|
/linux-6.12.1/include/rdma/ |
D | uverbs_std_types.h | 21 #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-6.12.1/tools/testing/selftests/ |
D | kselftest_harness.h | 184 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-6.12.1/Documentation/filesystems/ |
D | path-lookup.rst | 1020 .. _object-oriented design pattern: https://lwn.net/Articles/446317/
|