Home
last modified time | relevance | path

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

/linux/fs/cachefiles/
A Dinterface.c127 _enter("{OBJ%x}", _object->debug_id); in cachefiles_lookup_object()
130 parent = container_of(_object->parent, in cachefiles_lookup_object()
214 _enter("{OBJ%x}", _object->debug_id); in cachefiles_update_object()
220 if (!fscache_use_cookie(_object)) { in cachefiles_update_object()
229 fscache_unuse_cookie(_object); in cachefiles_update_object()
236 fscache_unuse_cookie(_object); in cachefiles_update_object()
245 fscache_unuse_cookie(_object); in cachefiles_update_object()
269 ASSERT(_object); in cachefiles_drop_object()
291 _object != cache->cache.fsdef in cachefiles_drop_object()
329 ASSERT(_object); in cachefiles_put_object()
[all …]
A 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()
A Dinternal.h153 void cachefiles_put_object(struct fscache_object *_object,
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()
/linux/drivers/gpu/drm/nouveau/include/nvif/
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; \
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
A Dclient.h37 const struct nvkm_object *_object = (o); \
38 const struct nvkm_client *_client = _object->client; \
41 _object->handle, _object->oclass, ##a); \
/linux/include/rdma/
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( \
/linux/tools/testing/selftests/
A Dkselftest_harness.h188 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/Documentation/filesystems/
A Dpath-lookup.rst1020 .. _object-oriented design pattern: https://lwn.net/Articles/446317/

Completed in 22 milliseconds