Home
last modified time | relevance | path

Searched refs:_object (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/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, struct cachefiles_object, fscache); in cachefiles_grab_object()
[all …]
H A Dmain.c41 static void cachefiles_object_init_once(void *_object) in cachefiles_object_init_once() argument
43 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) in cachefiles_uncache_page() argument
967 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_uncache_page()
/OK3568_Linux_fs/kernel/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->priv; \
/OK3568_Linux_fs/kernel/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); \
/OK3568_Linux_fs/kernel/include/rdma/
H A Duverbs_std_types.h21 #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( \
/OK3568_Linux_fs/kernel/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); \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h1299 #define AMDGPU_PMU_ATTR(_name, _object) \ argument
1305 BUILD_BUG_ON(sizeof(_object) >= PAGE_SIZE - 1); \
1306 return sprintf(page, _object "\n"); \
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dpath-lookup.rst1021 .. _object-oriented design pattern: https://lwn.net/Articles/446317/