| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | object.c | 24 #include <core/object.h> 32 struct nvkm_object *object; in nvkm_object_search() local 37 object = rb_entry(node, typeof(*object), node); in nvkm_object_search() 38 if (handle < object->object) in nvkm_object_search() 41 if (handle > object->object) in nvkm_object_search() 48 object = &client->object; in nvkm_object_search() 52 if (unlikely(func && object->func != func)) in nvkm_object_search() 54 return object; in nvkm_object_search() 58 nvkm_object_remove(struct nvkm_object *object) in nvkm_object_remove() argument 60 if (!RB_EMPTY_NODE(&object->node)) in nvkm_object_remove() [all …]
|
| H A D | oproxy.c | 27 nvkm_oproxy_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_oproxy_mthd() argument 29 return nvkm_object_mthd(nvkm_oproxy(object)->object, mthd, data, size); in nvkm_oproxy_mthd() 33 nvkm_oproxy_ntfy(struct nvkm_object *object, u32 mthd, in nvkm_oproxy_ntfy() argument 36 return nvkm_object_ntfy(nvkm_oproxy(object)->object, mthd, pevent); in nvkm_oproxy_ntfy() 40 nvkm_oproxy_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_oproxy_map() argument 43 struct nvkm_oproxy *oproxy = nvkm_oproxy(object); in nvkm_oproxy_map() 44 return nvkm_object_map(oproxy->object, argv, argc, type, addr, size); in nvkm_oproxy_map() 48 nvkm_oproxy_unmap(struct nvkm_object *object) in nvkm_oproxy_unmap() argument 50 return nvkm_object_unmap(nvkm_oproxy(object)->object); in nvkm_oproxy_unmap() 54 nvkm_oproxy_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_oproxy_rd08() argument [all …]
|
| H A D | ioctl.c | 33 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_nop() argument 40 nvif_ioctl(object, "nop size %d\n", size); in nvkm_ioctl_nop() 42 nvif_ioctl(object, "nop vers %lld\n", args->v0.version); in nvkm_ioctl_nop() 51 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_sclass() argument 59 nvif_ioctl(object, "sclass size %d\n", size); in nvkm_ioctl_sclass() 61 nvif_ioctl(object, "sclass vers %d count %d\n", in nvkm_ioctl_sclass() 66 while (object->func->sclass && in nvkm_ioctl_sclass() 67 object->func->sclass(object, i, &oclass) >= 0) { in nvkm_ioctl_sclass() 89 struct nvkm_object *object = NULL; in nvkm_ioctl_new() local 96 "route %02x token %llx object %016llx\n", in nvkm_ioctl_new() [all …]
|
| /OK3568_Linux_fs/kernel/arch/parisc/math-emu/ |
| H A D | float.h | 48 #define Sall(object) (object) argument 49 #define Ssign(object) Bitfield_extract( 0, 1,object) argument 50 #define Ssignedsign(object) Bitfield_signed_extract( 0, 1,object) argument 51 #define Sexponent(object) Bitfield_extract( 1, 8,object) argument 52 #define Smantissa(object) Bitfield_mask( 9, 23,object) argument 53 #define Ssignaling(object) Bitfield_extract( 9, 1,object) argument 54 #define Ssignalingnan(object) Bitfield_extract( 1, 9,object) argument 55 #define Shigh2mantissa(object) Bitfield_extract( 9, 2,object) argument 56 #define Sexponentmantissa(object) Bitfield_mask( 1, 31,object) argument 57 #define Ssignexponent(object) Bitfield_extract( 0, 9,object) argument [all …]
|
| /OK3568_Linux_fs/kernel/fs/fscache/ |
| H A D | object.c | 2 /* FS-Cache object state machine handler 7 * See Documentation/filesystems/caching/object.rst for a description of the 8 * object state machine and the in-kernel representations. 74 * The object state machine. 113 * In such a situation, object->state remembers the state the machine should 149 static inline void fscache_done_parent_op(struct fscache_object *object) in fscache_done_parent_op() argument 151 struct fscache_object *parent = object->parent; in fscache_done_parent_op() 154 object->debug_id, parent->debug_id, parent->n_ops); in fscache_done_parent_op() 165 * Object state machine dispatcher. 167 static void fscache_object_sm_dispatcher(struct fscache_object *object) in fscache_object_sm_dispatcher() argument [all …]
|
| H A D | operation.c | 29 * object and processor if needed. 56 * This will get its own ref on the object. 60 struct fscache_cookie *cookie = op->object->cookie; in fscache_enqueue_operation() 63 op->object->debug_id, op->debug_id, atomic_read(&op->usage)); in fscache_enqueue_operation() 67 ASSERT(fscache_object_is_available(op->object)); in fscache_enqueue_operation() 96 static void fscache_run_op(struct fscache_object *object, in fscache_run_op() argument 102 object->n_in_progress++; in fscache_run_op() 108 trace_fscache_op(object->cookie, op, fscache_op_run); in fscache_run_op() 115 static void fscache_report_unexpected_submission(struct fscache_object *object, in fscache_report_unexpected_submission() argument 128 op->debug_id, object->debug_id, object->state->name); in fscache_report_unexpected_submission() [all …]
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | kmemleak.c | 37 * Note that the kmemleak_object.use_count is incremented when an object is 45 * scan_mutex [-> object->lock] -> kmemleak_lock -> other_object->lock (SINGLE_DEPTH_NESTING) 47 * No kmemleak_lock and object->lock nesting is allowed outside scan_mutex 108 #define MSECS_MIN_AGE 5000 /* minimum object age for reporting */ 133 * object->lock. Insertions or deletions from object_list, gray_list or 140 unsigned int flags; /* object status flags */ 145 /* object usage count; object freed when use_count == 0 */ 153 /* the total number of pointers found pointing to this object */ 157 /* memory ranges to be scanned inside an object (empty for all) */ 168 /* flag set after the first reporting of an unreference object */ [all …]
|
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A D | interface.c | 20 * allocate an object record for a cookie lookup and prepare the lookup data 27 struct cachefiles_object *object; in cachefiles_alloc_object() local 42 /* create a new object record and a temporary leaf image */ in cachefiles_alloc_object() 43 object = kmem_cache_alloc(cachefiles_object_jar, cachefiles_gfp); in cachefiles_alloc_object() 44 if (!object) in cachefiles_alloc_object() 47 ASSERTCMP(object->backer, ==, NULL); in cachefiles_alloc_object() 49 BUG_ON(test_bit(CACHEFILES_OBJECT_ACTIVE, &object->flags)); in cachefiles_alloc_object() 50 atomic_set(&object->usage, 1); in cachefiles_alloc_object() 52 fscache_object_init(&object->fscache, cookie, &cache->cache); in cachefiles_alloc_object() 54 object->type = cookie->def->type; in cachefiles_alloc_object() [all …]
|
| H A D | namei.c | 24 * dump debugging info about an object 27 void __cachefiles_printk_object(struct cachefiles_object *object, in __cachefiles_printk_object() argument 34 pr_err("%sobject: OBJ%x\n", prefix, object->fscache.debug_id); in __cachefiles_printk_object() 36 prefix, object->fscache.state->name, in __cachefiles_printk_object() 37 object->fscache.flags, work_busy(&object->fscache.work), in __cachefiles_printk_object() 38 object->fscache.events, object->fscache.event_mask); in __cachefiles_printk_object() 40 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object() 41 object->fscache.n_exclusive); in __cachefiles_printk_object() 43 prefix, object->fscache.parent); in __cachefiles_printk_object() 45 spin_lock(&object->fscache.lock); in __cachefiles_printk_object() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | utdelete.c | 4 * Module Name: utdelete - object deletion and reference count utilities 18 static void acpi_ut_delete_internal_obj(union acpi_operand_object *object); 21 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action); 27 * PARAMETERS: object - Object to be deleted 31 * DESCRIPTION: Low level object deletion, after reference counts have been 36 static void acpi_ut_delete_internal_obj(union acpi_operand_object *object) in acpi_ut_delete_internal_obj() argument 45 ACPI_FUNCTION_TRACE_PTR(ut_delete_internal_obj, object); in acpi_ut_delete_internal_obj() 47 if (!object) { in acpi_ut_delete_internal_obj() 52 * Must delete or free any pointers within the object that are not in acpi_ut_delete_internal_obj() 55 switch (object->common.type) { in acpi_ut_delete_internal_obj() [all …]
|
| H A D | utobject.c | 4 * Module Name: utobject - ACPI object create/delete/size/cache routines 39 * type - ACPI Type of the new object 41 * RETURN: A new internal object, null on failure 43 * DESCRIPTION: Create and initialize a new internal object. 45 * NOTE: We always allocate the worst-case object descriptor because 48 * the most memory efficient, but the efficiency of the object 60 union acpi_operand_object *object; in acpi_ut_create_internal_object_dbg() local 66 /* Allocate the raw object descriptor */ in acpi_ut_create_internal_object_dbg() 68 object = in acpi_ut_create_internal_object_dbg() 71 if (!object) { in acpi_ut_create_internal_object_dbg() [all …]
|
| H A D | nsobject.c | 21 * object - Object to be attached 22 * type - Type of object, or ACPI_TYPE_ANY if not 27 * DESCRIPTION: Record the given object as the value associated with the 28 * name whose acpi_handle is passed. If Object is NULL 38 union acpi_operand_object *object, acpi_object_type type) in acpi_ns_attach_object() argument 57 if (!object && (ACPI_TYPE_ANY != type)) { in acpi_ns_attach_object() 59 /* Null object */ in acpi_ns_attach_object() 62 "Null object, but type not ACPI_TYPE_ANY")); in acpi_ns_attach_object() 75 /* Check if this object is already attached */ in acpi_ns_attach_object() 77 if (node->object == object) { in acpi_ns_attach_object() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | debug-objects.rst | 2 The object-lifetime debugging infrastructure 21 debugobjects is not changing the data structure of the real object so it 29 object type and add calls into the debug code at appropriate places. The 30 data structure to describe the object type needs at minimum the name of 31 the object type. Optional functions can and should be provided to fixup 53 Each of these functions takes the address of the real object and a 54 pointer to the object type specific debug description structure. 71 object is called. 73 When the real object is already tracked by debugobjects it is checked, 74 whether the object can be initialized. Initializing is not allowed for [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/ |
| H A D | lazy.hpp | 16 template<typename Object > 17 struct lazy<Object()> 18 : transform<lazy<Object()> > 23 typename make<Object>::template impl<Expr, State, Data>::result_type 36 template<typename Object , typename A0> 37 struct lazy<Object(A0)> 38 : transform<lazy<Object(A0)> > 43 typename make<Object>::template impl<Expr, State, Data>::result_type 48 template<typename Object , typename A0> 49 struct lazy<Object(A0...)> [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fscache-cache.h | 70 struct fscache_object *fsdef; /* object for the fsdef index */ 79 * operation to be applied to a cache object 99 struct list_head pend_link; /* link in object->pending_ops */ 100 struct fscache_object *object; /* object to be operated upon */ member 108 #define FSCACHE_OP_DEC_READ_CNT 6 /* decrement object->n_reads on destruction */ 215 * - defer writes until cache object lookup completion 229 /* allocate an object record for a cookie */ 233 /* look up the object for a cookie 236 int (*lookup_object)(struct fscache_object *object); 239 void (*lookup_complete)(struct fscache_object *object); [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/caching/ |
| H A D | backend-api.rst | 48 * "fsdef" which should point to the object representation for the FS-Cache 50 here. FS-Cache keeps the caller's reference to the index object if 114 The fields that might be of use to the backend describe the object 116 The object definition contain functions supplied by the netfs for loading 121 * In-cache object representation:: 137 the case of CacheFS, they're embedded in CacheFS's internal object 141 that refer to a particular object. In such a case it should be printed 144 Each object contains a pointer to the cookie that represents the object it 145 is backing. An object should retired when put_object() is called if it is 147 initialised by calling fscache_object_init(object). [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvif/ |
| H A D | object.c | 25 #include <nvif/object.h> 31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl() argument 33 struct nvif_client *client = object->client; in nvif_object_ioctl() 39 if (object != &client->object) in nvif_object_ioctl() 40 args->v0.object = nvif_handle(object); in nvif_object_ioctl() 42 args->v0.object = 0; in nvif_object_ioctl() 47 return client->driver->ioctl(client->object.priv, client->super, in nvif_object_ioctl() 59 nvif_object_sclass_get(struct nvif_object *object, struct nvif_sclass **psclass) in nvif_object_sclass_get() argument 77 ret = nvif_object_ioctl(object, args, size, NULL); in nvif_object_sclass_get() 103 nvif_object_rd(struct nvif_object *object, int size, u64 addr) in nvif_object_rd() argument [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | ec.h | 137 * \return EC_METHOD object 142 * \return EC_METHOD object 147 * \return EC_METHOD object 153 * \return EC_METHOD object 158 * \return EC_METHOD object 163 * \return EC_METHOD object 174 * \return EC_METHOD object 184 /** Creates a new EC_GROUP object 186 * \return newly created EC_GROUP object or NULL in case of an error. 190 /** Frees a EC_GROUP object [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/ |
| H A D | assoc_container.hpp | 220 /// copied by the Hash_Fn object of the container object. 225 /// copied by the hash_fn object of the container object, and 226 /// r_eq_fn will be copied by the eq_fn object of the container 227 /// object. 232 /// copied by the hash_fn object of the container object, r_eq_fn 233 /// will be copied by the eq_fn object of the container object, 234 /// and r_comb_hash_fn will be copied by the comb_hash_fn object 235 /// of the container object. 240 /// copied by the hash_fn object of the container object, r_eq_fn 241 /// will be copied by the eq_fn object of the container object, [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/ |
| H A D | assoc_container.hpp | 220 /// copied by the Hash_Fn object of the container object. 225 /// copied by the hash_fn object of the container object, and 226 /// r_eq_fn will be copied by the eq_fn object of the container 227 /// object. 232 /// copied by the hash_fn object of the container object, r_eq_fn 233 /// will be copied by the eq_fn object of the container object, 234 /// and r_comb_hash_fn will be copied by the comb_hash_fn object 235 /// of the container object. 240 /// copied by the hash_fn object of the container object, r_eq_fn 241 /// will be copied by the eq_fn object of the container object, [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/fixtures/ |
| H A D | poky.xml | 4 <object model="orm.toastersetting" pk="1"> 7 </object> 10 <object model="orm.bitbakeversion" pk="1"> 15 </object> 16 <object model="orm.bitbakeversion" pk="2"> 21 </object> 22 <object model="orm.bitbakeversion" pk="3"> 27 </object> 28 <object model="orm.bitbakeversion" pk="4"> 33 </object> [all …]
|
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | common.c | 147 * memory within the object. in __kasan_cache_create() 181 * it in the object. This is the case when: in __kasan_cache_create() 182 * 1. Object is SLAB_TYPESAFE_BY_RCU, which means that it can in __kasan_cache_create() 184 * 2. Object has a constructor, which means it's expected to in __kasan_cache_create() 186 * 3. Object is too small. in __kasan_cache_create() 229 const void *object) in kasan_get_alloc_meta() argument 233 return kasan_reset_tag(object) + cache->kasan_info.alloc_meta_offset; in kasan_get_alloc_meta() 238 const void *object) in kasan_get_free_meta() argument 243 return kasan_reset_tag(object) + cache->kasan_info.free_meta_offset; in kasan_get_free_meta() 257 void __kasan_unpoison_object_data(struct kmem_cache *cache, void *object) in __kasan_unpoison_object_data() argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-pkgdata-browser.glade | 5 <object class="GtkListStore" id="file_store"> 12 </object> 13 <object class="GtkListStore" id="package_store"> 20 </object> 21 <object class="GtkListStore" id="pkgdata_store"> 28 </object> 29 <object class="GtkListStore" id="recipe_store"> 34 </object> 35 <object class="GtkWindow" id="window"> 43 <object class="GtkBox" id="box1"> [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| H A D | chan.c | 41 struct nvkm_fifo_chan_object *object = in nvkm_fifo_chan_child_fini() local 42 container_of(base, typeof(*object), oproxy); in nvkm_fifo_chan_child_fini() 43 struct nvkm_engine *engine = object->oproxy.object->engine; in nvkm_fifo_chan_child_fini() 44 struct nvkm_fifo_chan *chan = object->chan; in nvkm_fifo_chan_child_fini() 55 nvif_error(&chan->object, in nvkm_fifo_chan_child_fini() 61 if (engn->object) { in nvkm_fifo_chan_child_fini() 62 ret = nvkm_object_fini(engn->object, suspend); in nvkm_fifo_chan_child_fini() 67 nvif_trace(&chan->object, "detached %s\n", name); in nvkm_fifo_chan_child_fini() 74 struct nvkm_fifo_chan_object *object = in nvkm_fifo_chan_child_init() local 75 container_of(base, typeof(*object), oproxy); in nvkm_fifo_chan_child_init() [all …]
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | media-request.h | 127 * object in it. A reference to the request must be held during the update. This 240 * struct media_request_object_ops - Media request object operations 241 * @prepare: Validate and prepare the request object, optional. 242 * @unprepare: Unprepare the request object, optional. 243 * @queue: Queue the request object, optional. 244 * @unbind: Unbind the request object, optional. 245 * @release: Release the request object, required. 248 int (*prepare)(struct media_request_object *object); 249 void (*unprepare)(struct media_request_object *object); 250 void (*queue)(struct media_request_object *object); [all …]
|