Searched refs:_object (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/cachefiles/ |
D | interface.c | 21 static int cachefiles_attr_changed(struct fscache_object *_object); 123 static int cachefiles_lookup_object(struct fscache_object *_object) in cachefiles_lookup_object() argument 131 _enter("{OBJ%x}", _object->debug_id); in cachefiles_lookup_object() 133 cache = container_of(_object->cache, struct cachefiles_cache, cache); in cachefiles_lookup_object() 134 parent = container_of(_object->parent, in cachefiles_lookup_object() 136 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_object() 166 static void cachefiles_lookup_complete(struct fscache_object *_object) in cachefiles_lookup_complete() argument 170 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_complete() 186 struct fscache_object *cachefiles_grab_object(struct fscache_object *_object, in cachefiles_grab_object() argument 190 container_of(_object, struct cachefiles_object, fscache); in cachefiles_grab_object() [all …]
|
D | main.c | 44 static void cachefiles_object_init_once(void *_object) in cachefiles_object_init_once() argument 46 struct cachefiles_object *object = _object; in cachefiles_object_init_once()
|
D | rdwr.c | 961 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-v4.19/drivers/gpu/drm/nouveau/include/nvif/ |
D | object.h | 43 struct nvif_object *_object = (a); \ 45 if (likely(_object->map.ptr)) \ 46 _data = f((u8 __iomem *)_object->map.ptr + (c)); \ 48 _data = nvif_object_rd(_object, (b), (c)); \ 52 struct nvif_object *_object = (a); \ 53 if (likely(_object->map.ptr)) \ 54 f((d), (u8 __iomem *)_object->map.ptr + (c)); \ 56 nvif_object_wr(_object, (b), (c), (d)); \ 121 struct nvif_object *_object = (a); \ 122 (struct nvkm_object *)_object->priv; \
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | client.h | 38 const struct nvkm_object *_object = (o); \ 39 const struct nvkm_client *_client = _object->client; \ 42 _object->handle, _object->oclass, ##a); \
|
/Linux-v4.19/include/rdma/ |
D | uverbs_std_types.h | 57 #define uobj_get_type(_ufile, _object) \ argument 58 uapi_get_object((_ufile)->device->uapi, _object) 75 #define uobj_get_obj_read(_object, _type, _id, _ufile) \ argument 76 ((struct ib_##_object *)_uobj_get_obj_read( \
|
/Linux-v4.19/tools/testing/selftests/ |
D | kselftest_harness.h | 170 static struct __test_metadata _##test_name##_object = \ 175 __register_test(&_##test_name##_object); \ 306 _##fixture_name##_##test_name##_object = { \ 314 __register_test(&_##fixture_name##_##test_name##_object); \
|