Searched refs:object (Results 26 - 50 of 454) sorted by relevance

1234567891011>>

/linux-master/drivers/acpi/acpica/
H A Dutdecode.c137 * PARAMETERS: type - An ACPI object type
139 * RETURN: Decoded ACPI object type name
156 /* Printable names of the ACPI object types */
216 "Invalid object descriptor type: 0x%2.2X [%s] (%p)\n",
221 return_STR("Invalid object");
231 * PARAMETERS: object - A namespace node
239 const char *acpi_ut_get_node_name(void *object) argument
241 struct acpi_namespace_node *node = (struct acpi_namespace_node *)object;
245 if (!object) {
251 if ((object
305 acpi_ut_get_descriptor_name(void *object) argument
343 acpi_ut_get_reference_name(union acpi_operand_object *object) argument
[all...]
H A Dutcache.c22 * object_size - Size of each cached object
24 * return_cache - Where the new cache object is returned
28 * DESCRIPTION: Create a cache object
44 /* Create the cache object */
51 /* Populate the cache object and return it */
66 * PARAMETERS: cache - Handle to cache object
94 /* Delete and unlink one cached state object */
111 * PARAMETERS: cache - Handle to cache object
116 * cache object.
133 /* Now we can delete the cache object */
153 acpi_os_release_object(struct acpi_memory_list *cache, void *object) argument
211 void *object; local
[all...]
H A Dnsobject.c21 * 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
38 union acpi_operand_object *object, acpi_object_type type)
57 if (!object && (ACPI_TYPE_ANY != type)) {
59 /* Null object */
62 "Null object, but type not ACPI_TYPE_ANY"));
75 /* Check if this object is already attached */
77 if (node->object == object) {
37 acpi_ns_attach_object(struct acpi_namespace_node *node, union acpi_operand_object *object, acpi_object_type type) argument
[all...]
H A Dutobject.c4 * 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; local
66 /* Allocate the raw object descriptor */
68 object =
71 if (!object) {
305 acpi_ut_valid_internal_object(void *object) argument
355 union acpi_operand_object *object; local
389 acpi_ut_delete_object_desc(union acpi_operand_object *object) argument
[all...]
H A Ddsmthdat.c25 union acpi_operand_object *object,
38 * PARAMETERS: walk_state - Current walk state object
93 * PARAMETERS: walk_state - Current walk state object
111 if (walk_state->local_variables[index].object) {
115 object));
117 /* Detach object (if present) and remove a reference */
127 if (walk_state->arguments[index].object) {
130 walk_state->arguments[index].object));
132 /* Detach object (if present) and remove a reference */
147 * walk_state - Current walk state object
279 acpi_ds_method_data_set_value(u8 type, u32 index, union acpi_operand_object *object, struct acpi_walk_state *walk_state) argument
340 union acpi_operand_object *object; local
444 union acpi_operand_object *object; local
656 union acpi_operand_object *object; local
[all...]
/linux-master/include/linux/
H A Dassoc_array.h34 /* Method to get a piece of an object's index key */
35 unsigned long (*get_object_key_chunk)(const void *object, int level);
37 /* Is this the object we're looking for? */
38 bool (*compare_object)(const void *object, const void *index_key);
40 /* How different is an object from an index key, to a bit position in
43 int (*diff_objects)(const void *object, const void *index_key);
45 /* Method to free an object. */
46 void (*free_object)(void *object);
61 int (*iterator)(const void *object,
72 void *object);
[all...]
H A Dkasan.h133 void __kasan_unpoison_new_object(struct kmem_cache *cache, void *object);
135 * kasan_unpoison_new_object - Temporarily unpoison a new slab object.
136 * @cache: Cache the object belong to.
137 * @object: Pointer to the object.
140 * temporarily unpoisons an object from a newly allocated slab without doing
141 * anything else. The object must later be repoisoned by
145 void *object)
148 __kasan_unpoison_new_object(cache, object);
151 void __kasan_poison_new_object(struct kmem_cache *cache, void *object);
144 kasan_unpoison_new_object(struct kmem_cache *cache, void *object) argument
161 kasan_poison_new_object(struct kmem_cache *cache, void *object) argument
170 kasan_init_slab_obj( struct kmem_cache *cache, const void *object) argument
180 kasan_slab_free(struct kmem_cache *s, void *object, bool init) argument
197 kasan_slab_alloc( struct kmem_cache *s, void *object, gfp_t flags, bool init) argument
207 kasan_kmalloc(struct kmem_cache *s, const void *object, size_t size, gfp_t flags) argument
227 kasan_krealloc(const void *object, size_t new_size, gfp_t flags) argument
365 kasan_unpoison_new_object(struct kmem_cache *cache, void *object) argument
367 kasan_poison_new_object(struct kmem_cache *cache, void *object) argument
369 kasan_init_slab_obj(struct kmem_cache *cache, const void *object) argument
374 kasan_slab_free(struct kmem_cache *s, void *object, bool init) argument
379 kasan_slab_alloc(struct kmem_cache *s, void *object, gfp_t flags, bool init) argument
384 kasan_kmalloc(struct kmem_cache *s, const void *object, size_t size, gfp_t flags) argument
393 kasan_krealloc(const void *object, size_t new_size, gfp_t flags) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Duser.h3 #include <nvif/object.h>
8 struct nvif_object object; member in struct:nvif_user
H A Dclient.h5 #include <nvif/object.h>
8 struct nvif_object object; member in struct:nvif_client
25 (struct nvkm_client *)_client->object.priv; \
H A Dconn.h4 #include <nvif/object.h>
9 struct nvif_object object; member in struct:nvif_conn
33 return conn->object.handle;
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Ddisp.c32 nvif_object_dtor(&disp->object);
61 cid = nvif_sclass(&device->object, disps, oclass);
62 disp->object.client = NULL;
64 NVIF_DEBUG(&device->object, "[NEW disp%04x] not supported", oclass);
70 ret = nvif_object_ctor(&device->object, name ?: "nvifDisp", 0,
71 disps[cid].oclass, &args, sizeof(args), &disp->object);
72 NVIF_ERRON(ret, &device->object, "[NEW disp%04x]", disps[cid].oclass);
76 NVIF_DEBUG(&disp->object, "[NEW] conn_mask:%08x outp_mask:%08x head_mask:%08x",
H A Duser.c31 nvif_object_dtor(&device->user.object);
54 cid = nvif_mclass(&device->object, users);
58 ret = nvif_object_ctor(&device->object, name ? name : "nvifUsermode",
60 &device->user.object);
64 nvif_object_map(&device->user.object, NULL, 0);
H A Dclient.c35 return client->driver->ioctl(client->object.priv, data, size, NULL);
41 return client->driver->suspend(client->object.priv);
47 return client->driver->resume(client->object.priv);
53 nvif_object_dtor(&client->object);
56 client->driver->fini(client->object.priv);
73 ret = nvif_object_ctor(parent != client ? &parent->object : NULL,
76 &client->object);
80 client->object.client = client;
81 client->object.handle = ~0;
/linux-master/arch/powerpc/boot/
H A Dwrapper60 # directory for object and other files used by this script
61 object=arch/powerpc/boot
62 objbin=$object
136 object="$1"
183 if [ ! -r "$dts" -a -r "$object/dts/$dts" ]; then
184 dts="$object/dts/$dts"
243 platformo=$object/"$platform".o
244 lds=$object/zImage.lds
262 platformo="$object/of.o $object/epap
[all...]
/linux-master/mm/kasan/
H A Dcommon.c156 void __kasan_unpoison_new_object(struct kmem_cache *cache, void *object) argument
158 kasan_unpoison(object, cache->object_size, false);
161 void __kasan_poison_new_object(struct kmem_cache *cache, void *object) argument
163 kasan_poison(object, round_up(cache->object_size, KASAN_GRANULE_SIZE),
168 * This function assigns a tag to an object considering the following:
170 * object somewhere (e.g. in the object itself). We preassign a tag for
171 * each object in caches with constructors during slab creation and reuse
172 * the same tag each time a particular object is allocated.
178 const void *object, boo
177 assign_tag(struct kmem_cache *cache, const void *object, bool init) argument
198 __kasan_init_slab_obj(struct kmem_cache *cache, const void *object) argument
211 poison_slab_object(struct kmem_cache *cache, void *object, unsigned long ip, bool init) argument
245 __kasan_slab_free(struct kmem_cache *cache, void *object, unsigned long ip, bool init) argument
301 unpoison_slab_object(struct kmem_cache *cache, void *object, gfp_t flags, bool init) argument
315 __kasan_slab_alloc(struct kmem_cache *cache, void *object, gfp_t flags, bool init) argument
343 poison_kmalloc_redzone(struct kmem_cache *cache, const void *object, size_t size, gfp_t flags) argument
374 __kasan_kmalloc(struct kmem_cache *cache, const void *object, size_t size, gfp_t flags) argument
431 __kasan_krealloc(const void *object, size_t size, gfp_t flags) argument
[all...]
/linux-master/fs/cachefiles/
H A Dondemand.c10 struct cachefiles_object *object = file->private_data; local
11 struct cachefiles_cache *cache = object->volume->cache;
12 struct cachefiles_ondemand_info *info = object->ondemand;
19 cachefiles_ondemand_set_object_close(object);
32 trace_cachefiles_ondemand_fd_release(object, object_id);
33 cachefiles_put_object(object, cachefiles_obj_put_ondemand_fd);
41 struct cachefiles_object *object = kiocb->ki_filp->private_data; local
42 struct cachefiles_cache *cache = object->volume->cache;
43 struct file *file = object->file;
53 ret = __cachefiles_prepare_write(object, fil
69 struct cachefiles_object *object = filp->private_data; local
81 struct cachefiles_object *object = filp->private_data; local
210 struct cachefiles_object *object; local
277 struct cachefiles_object *object; local
373 cachefiles_ondemand_send_req(struct cachefiles_object *object, enum cachefiles_opcode opcode, size_t data_len, init_req_fn init_req, void *private) argument
475 struct cachefiles_object *object = req->object; local
509 struct cachefiles_object *object = req->object; local
526 struct cachefiles_object *object = req->object; local
536 cachefiles_ondemand_init_object(struct cachefiles_object *object) argument
563 cachefiles_ondemand_clean_object(struct cachefiles_object *object) argument
569 cachefiles_ondemand_init_obj_info(struct cachefiles_object *object, struct cachefiles_volume *volume) argument
585 cachefiles_ondemand_deinit_obj_info(struct cachefiles_object *object) argument
591 cachefiles_ondemand_read(struct cachefiles_object *object, loff_t pos, size_t len) argument
[all...]
H A Dxattr.c21 __be64 object_size; /* Actual size of the object */
23 __u8 type; /* Type of object */
39 int cachefiles_set_object_xattr(struct cachefiles_object *object) argument
43 struct file *file = object->file;
44 unsigned int len = object->cookie->aux_len;
51 _enter("%x,#%d", object->debug_id, len);
57 buf->object_size = cpu_to_be64(object->cookie->object_size);
60 buf->content = object->content_info;
61 if (test_bit(FSCACHE_COOKIE_LOCAL_WRITE, &object->cookie->flags))
64 memcpy(buf->data, fscache_get_aux(object
94 cachefiles_check_auxdata(struct cachefiles_object *object, struct file *file) argument
145 cachefiles_remove_object_xattr(struct cachefiles_cache *cache, struct cachefiles_object *object, struct dentry *dentry) argument
176 struct cachefiles_object *object = cookie->cache_priv; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Duvfn.c22 #define nvkm_uvfn(p) container_of((p), struct nvkm_uvfn, object)
25 #include <core/object.h>
28 struct nvkm_object object; member in struct:nvkm_uvfn
33 nvkm_uvfn_map(struct nvkm_object *object, void *argv, u32 argc, argument
36 struct nvkm_vfn *vfn = nvkm_uvfn(object)->vfn;
62 nvkm_object_ctor(&nvkm_uvfn, oclass, &uvfn->object);
65 *pobject = &uvfn->object;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dnvsw.h4 #define nvkm_nvsw(p) container_of((p), struct nvkm_nvsw, object)
5 #include <core/object.h>
8 struct nvkm_object object; member in struct:nvkm_nvsw
H A Dchan.h4 #define nvkm_sw_chan(p) container_of((p), struct nvkm_sw_chan, object)
5 #include <core/object.h>
12 struct nvkm_object object; member in struct:nvkm_sw_chan
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv20.h22 #define nv20_gr_chan(p) container_of((p), struct nv20_gr_chan, object)
23 #include <core/object.h>
26 struct nvkm_object object; member in struct:nv20_gr_chan
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dnv31.h21 #define nv31_mpeg_chan(p) container_of((p), struct nv31_mpeg_chan, object)
22 #include <core/object.h>
25 struct nvkm_object object; member in struct:nv31_mpeg_chan
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dchan.c30 nvkm_disp_chan_rd32(struct nvkm_object *object, u64 addr, u32 *data) argument
32 struct nvkm_disp_chan *chan = nvkm_disp_chan(object);
41 nvkm_disp_chan_wr32(struct nvkm_object *object, u64 addr, u32 data) argument
43 struct nvkm_disp_chan *chan = nvkm_disp_chan(object);
52 nvkm_disp_chan_ntfy(struct nvkm_object *object, u32 type, struct nvkm_event **pevent) argument
54 struct nvkm_disp_chan *chan = nvkm_disp_chan(object);
69 nvkm_disp_chan_map(struct nvkm_object *object, void *argv, u32 argc, argument
72 struct nvkm_disp_chan *chan = nvkm_disp_chan(object);
90 struct nvkm_disp_chan_object *object = container_of(base, typeof(*object), oprox local
108 struct nvkm_disp_chan_object *object; local
129 nvkm_disp_chan_child_get(struct nvkm_object *object, int index, struct nvkm_oclass *sclass) argument
153 nvkm_disp_chan_fini(struct nvkm_object *object, bool suspend) argument
163 nvkm_disp_chan_init(struct nvkm_object *object) argument
172 nvkm_disp_chan_dtor(struct nvkm_object *object) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Duser.c32 nvkm_ufault_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) argument
34 struct nvkm_fault_buffer *buffer = nvkm_fault_buffer(object);
47 nvkm_ufault_map(struct nvkm_object *object, void *argv, u32 argc, argument
50 struct nvkm_fault_buffer *buffer = nvkm_fault_buffer(object);
59 nvkm_ufault_fini(struct nvkm_object *object, bool suspend) argument
61 struct nvkm_fault_buffer *buffer = nvkm_fault_buffer(object);
67 nvkm_ufault_init(struct nvkm_object *object) argument
69 struct nvkm_fault_buffer *buffer = nvkm_fault_buffer(object);
75 nvkm_ufault_dtor(struct nvkm_object *object) argument
107 nvkm_object_ctor(&nvkm_ufault, oclass, &buffer->object);
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Doproxy.h5 #include <core/object.h>
10 struct nvkm_object *object; member in struct:nvkm_oproxy

Completed in 227 milliseconds

1234567891011>>