Searched refs:_object (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/cachefiles/ |
D | interface.c | 21 static int cachefiles_attr_changed(struct fscache_object *_object); 117 static int cachefiles_lookup_object(struct fscache_object *_object) in cachefiles_lookup_object() argument 125 _enter("{OBJ%x}", _object->debug_id); in cachefiles_lookup_object() 127 cache = container_of(_object->cache, struct cachefiles_cache, cache); in cachefiles_lookup_object() 128 parent = container_of(_object->parent, in cachefiles_lookup_object() 130 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_object() 160 static void cachefiles_lookup_complete(struct fscache_object *_object) in cachefiles_lookup_complete() argument 164 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_complete() 180 struct fscache_object *cachefiles_grab_object(struct fscache_object *_object) in cachefiles_grab_object() argument 183 container_of(_object, struct cachefiles_object, fscache); in cachefiles_grab_object() [all …]
|
D | main.c | 43 static void cachefiles_object_init_once(void *_object) in cachefiles_object_init_once() argument 45 struct cachefiles_object *object = _object; in cachefiles_object_init_once()
|
D | rdwr.c | 956 void cachefiles_uncache_page(struct fscache_object *_object, struct page *page) in cachefiles_uncache_page() argument 961 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_uncache_page()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ |
D | object.h | 39 struct nvif_object *_object = (a); \ 41 if (likely(_object->map.ptr)) \ 42 _data = f((u8 __iomem *)_object->map.ptr + (c)); \ 44 _data = nvif_object_rd(_object, (b), (c)); \ 48 struct nvif_object *_object = (a); \ 49 if (likely(_object->map.ptr)) \ 50 f((d), (u8 __iomem *)_object->map.ptr + (c)); \ 52 nvif_object_wr(_object, (b), (c), (d)); \ 72 struct nvif_object *_object = (a); \ 73 (struct nvkm_object *)_object->priv; \
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | client.h | 40 struct nvkm_object *_object = (o); \ 41 struct nvkm_client *_client = _object->client; \ 44 _object->handle, _object->oclass, ##a); \
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | test_harness.h | 220 static struct __test_metadata _##test_name##_object = \ 225 __register_test(&_##test_name##_object); \ 282 _##fixture_name##_##test_name##_object = { \ 290 __register_test(&_##fixture_name##_##test_name##_object); \
|