Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cachefiles/
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 …]
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()
Drdwr.c963 void cachefiles_uncache_page(struct fscache_object *_object, struct page *page) in cachefiles_uncache_page() argument
968 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_uncache_page()
/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h43 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-v5.4/drivers/gpu/drm/nouveau/include/nvkm/core/
Dclient.h38 const struct nvkm_object *_object = (o); \
39 const struct nvkm_client *_client = _object->client; \
42 _object->handle, _object->oclass, ##a); \
/Linux-v5.4/include/rdma/
Duverbs_std_types.h48 #define uobj_get_type(_attrs, _object) \ argument
49 uapi_get_object((_attrs)->ufile->device->uapi, _object)
67 #define uobj_get_obj_read(_object, _type, _id, _attrs) \ argument
68 ((struct ib_##_object *)_uobj_get_obj_read( \
/Linux-v5.4/tools/testing/selftests/
Dkselftest_harness.h171 static struct __test_metadata _##test_name##_object = \
177 __register_test(&_##test_name##_object); \
311 _##fixture_name##_##test_name##_object = { \
320 __register_test(&_##fixture_name##_##test_name##_object); \
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu.h1270 #define AMDGPU_PMU_ATTR(_name, _object) \ argument
1276 BUILD_BUG_ON(sizeof(_object) >= PAGE_SIZE - 1); \
1277 return sprintf(page, _object "\n"); \
/Linux-v5.4/Documentation/filesystems/
Dpath-lookup.rst1005 .. _object-oriented design pattern: https://lwn.net/Articles/446317/