Searched refs:_object (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/fs/cachefiles/ |
D | interface.c | 17 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, struct cachefiles_object, fscache); in cachefiles_grab_object() [all …]
|
D | main.c | 40 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()
|
D | internal.h | 153 void cachefiles_put_object(struct fscache_object *_object,
|
D | rdwr.c | 962 void cachefiles_uncache_page(struct fscache_object *_object, struct page *page) in cachefiles_uncache_page() argument 967 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_uncache_page()
|
/Linux-v5.15/drivers/gpu/drm/nouveau/include/nvif/ |
D | object.h | 44 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->priv; \
|
/Linux-v5.15/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | client.h | 37 const struct nvkm_object *_object = (o); \ 38 const struct nvkm_client *_client = _object->client; \ 41 _object->handle, _object->oclass, ##a); \
|
/Linux-v5.15/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-v5.15/tools/testing/selftests/ |
D | kselftest_harness.h | 188 static struct __test_metadata _##test_name##_object = \ 196 __register_test(&_##test_name##_object); \ 333 _##fixture_name##_##variant_name##_object = \ 340 &_##fixture_name##_##variant_name##_object); \ 392 _##fixture_name##_##test_name##_object = { \ 402 __register_test(&_##fixture_name##_##test_name##_object); \
|
/Linux-v5.15/Documentation/filesystems/ |
D | path-lookup.rst | 1020 .. _object-oriented design pattern: https://lwn.net/Articles/446317/
|