Home
last modified time | relevance | path

Searched refs:_object (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/fs/cachefiles/
H A Dinterface.c17 static int cachefiles_attr_changed(struct fscache_object *_object);
119 static int cachefiles_lookup_object(struct fscache_object *_object) in cachefiles_lookup_object() argument
127 _enter("{OBJ%x}", _object->debug_id); in cachefiles_lookup_object()
129 cache = container_of(_object->cache, struct cachefiles_cache, cache); in cachefiles_lookup_object()
130 parent = container_of(_object->parent, in cachefiles_lookup_object()
132 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_object()
162 static void cachefiles_lookup_complete(struct fscache_object *_object) in cachefiles_lookup_complete() argument
166 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_complete()
182 struct fscache_object *cachefiles_grab_object(struct fscache_object *_object, in cachefiles_grab_object() argument
186 container_of(_object, struc in cachefiles_grab_object()
204 cachefiles_update_object(struct fscache_object *_object) cachefiles_update_object() argument
261 cachefiles_drop_object(struct fscache_object *_object) cachefiles_drop_object() argument
322 cachefiles_put_object(struct fscache_object *_object, enum fscache_obj_ref_trace why) cachefiles_put_object() argument
430 cachefiles_attr_changed(struct fscache_object *_object) cachefiles_attr_changed() argument
[all...]
H A Dmain.c40 static void cachefiles_object_init_once(void *_object) in cachefiles_object_init_once() argument
42 struct cachefiles_object *object = _object; in cachefiles_object_init_once()
H A Drdwr.c962 void cachefiles_uncache_page(struct fscache_object *_object, struct page *page)
967 object = container_of(_object, struct cachefiles_object, fscache);
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h44 struct nvif_object *_object = (a); \
46 if (likely(_object->map.ptr)) \
47 _data = f((u8 __iomem *)_object->map.ptr + (c)); \
49 _data = nvif_object_rd(_object, (b), (c)); \
53 struct nvif_object *_object = (a); \
54 if (likely(_object->map.ptr)) \
55 f((d), (u8 __iomem *)_object->map.ptr + (c)); \
57 nvif_object_wr(_object, (b), (c), (d)); \
135 struct nvif_object *_object = (a); \
136 (struct nvkm_object *)_object
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h50 struct nvif_object *_object = (a); \
52 if (likely(_object->map.ptr)) \
53 _data = f((u8 __iomem *)_object->map.ptr + (c)); \
55 _data = nvif_object_rd(_object, (b), (c)); \
59 struct nvif_object *_object = (a); \
60 if (likely(_object->map.ptr)) \
61 f((d), (u8 __iomem *)_object->map.ptr + (c)); \
63 nvif_object_wr(_object, (b), (c), (d)); \
141 struct nvif_object *_object = (a); \
142 (struct nvkm_object *)_object
[all...]
H A Dprintf.h21 struct nvif_object *_object = (o); \
24 NVIF_ERROR(_object, f" (ret:%d)", ##a, _cond); \
26 NVIF_DEBUG(_object, f, ##a); \
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dclient.h38 const struct nvkm_object *_object = (o); \
39 const struct nvkm_client *_client = _object->client; \
42 _object->handle, _object->oclass, ##a); \
/kernel/linux/linux-6.6/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); \
/kernel/linux/linux-5.10/include/rdma/
H A Duverbs_std_types.h21 #define uobj_get_type(_attrs, _object) \
22 uapi_get_object((_attrs)->ufile->device->uapi, _object)
40 #define uobj_get_obj_read(_object, _type, _id, _attrs) \
41 ((struct ib_##_object *)_uobj_get_obj_read( \
/kernel/linux/linux-6.6/include/rdma/
H A Duverbs_std_types.h21 #define uobj_get_type(_attrs, _object) \
22 uapi_get_object((_attrs)->ufile->device->uapi, _object)
40 #define uobj_get_obj_read(_object, _type, _id, _attrs) \
41 ((struct ib_##_object *)_uobj_get_obj_read( \
/kernel/linux/linux-5.10/tools/testing/selftests/
H A Dkselftest_harness.h184 static struct __test_metadata _##test_name##_object = \
192 __register_test(&_##test_name##_object); \
329 _##fixture_name##_##variant_name##_object = \
336 &_##fixture_name##_##variant_name##_object); \
388 _##fixture_name##_##test_name##_object = { \
398 __register_test(&_##fixture_name##_##test_name##_object); \
/kernel/linux/linux-6.6/tools/testing/selftests/
H A Dkselftest_harness.h193 static struct __test_metadata _##test_name##_object = \
201 __register_test(&_##test_name##_object); \
340 _##fixture_name##_##variant_name##_object = \
347 &_##fixture_name##_##variant_name##_object); \
401 _##fixture_name##_##test_name##_object = { \
411 __register_test(&_##fixture_name##_##test_name##_object); \
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h1299 #define AMDGPU_PMU_ATTR(_name, _object) \
1305 BUILD_BUG_ON(sizeof(_object) >= PAGE_SIZE - 1); \
1306 return sprintf(page, _object "\n"); \

Completed in 10 milliseconds