Home
last modified time | relevance | path

Searched refs:object (Results 1 – 25 of 2096) sorted by relevance

12345678910>>...84

/openbmc/linux/arch/parisc/math-emu/
H A Dfloat.h48 #define Sall(object) (object) argument
105 #define Dallp1(object) (object) argument
145 #define Dallp2(object) (object) argument
146 #define Dmantissap2(object) (object) argument
251 #define Extall(object) (object)
261 #define Sextallp1(object) (object)
262 #define Sextallp2(object) (object)
273 #define Dextallp1(object) (object)
274 #define Dextallp2(object) (object)
275 #define Dextallp3(object) (object)
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dobject.c40 if (handle < object->object) in nvkm_object_search()
43 if (handle > object->object) in nvkm_object_search()
53 object = &client->object; in nvkm_object_search()
85 if (object->object < this->object) { in nvkm_object_insert()
87 } else if (object->object > this->object) { in nvkm_object_insert()
131 return object->func->unmap(object); in nvkm_object_unmap()
224 int rret = object->func->init(object); in nvkm_object_fini()
245 ret = object->func->init(object); in nvkm_object_init()
267 object->func->fini(object, false); in nvkm_object_init()
287 data = object->func->dtor(object); in nvkm_object_dtor()
[all …]
H A Doproxy.c29 return nvkm_object_mthd(nvkm_oproxy(object)->object, mthd, data, size); in nvkm_oproxy_mthd()
36 return nvkm_object_ntfy(nvkm_oproxy(object)->object, mthd, pevent); in nvkm_oproxy_ntfy()
61 return nvkm_object_rd08(nvkm_oproxy(object)->object, addr, data); in nvkm_oproxy_rd08()
67 return nvkm_object_rd16(nvkm_oproxy(object)->object, addr, data); in nvkm_oproxy_rd16()
73 return nvkm_object_rd32(nvkm_oproxy(object)->object, addr, data); in nvkm_oproxy_rd32()
79 return nvkm_object_wr08(nvkm_oproxy(object)->object, addr, data); in nvkm_oproxy_wr08()
85 return nvkm_object_wr16(nvkm_oproxy(object)->object, addr, data); in nvkm_oproxy_wr16()
91 return nvkm_object_wr32(nvkm_oproxy(object)->object, addr, data); in nvkm_oproxy_wr32()
98 return nvkm_object_bind(nvkm_oproxy(object)->object, in nvkm_oproxy_bind()
138 ret = oproxy->object->func->fini(oproxy->object, suspend); in nvkm_oproxy_fini()
[all …]
H A Dioctl.c56 !object->func->uevent(object, NULL, 0, NULL) && index-- == 0) { in nvkm_ioctl_sclass_()
64 if (object->func->sclass) in nvkm_ioctl_sclass_()
65 return object->func->sclass(object, index, oclass); in nvkm_ioctl_sclass_()
132 oclass.object = args->v0.object; in nvkm_ioctl_new()
153 client->data = object; in nvkm_ioctl_new()
255 nvif_ioctl(object, in nvkm_ioctl_wr()
340 if (IS_ERR(object)) { in nvkm_ioctl_path()
349 *route = object->route; in nvkm_ioctl_path()
350 *token = object->token; in nvkm_ioctl_path()
363 struct nvkm_object *object = &client->object; in nvkm_ioctl() local
[all …]
H A Dclient.c52 client->object.client = oclass->client; in nvkm_uclient_new()
53 client->object.handle = oclass->handle; in nvkm_uclient_new()
54 client->object.route = oclass->route; in nvkm_uclient_new()
55 client->object.token = oclass->token; in nvkm_uclient_new()
56 client->object.object = oclass->object; in nvkm_uclient_new()
58 *pobject = &client->object; in nvkm_uclient_new()
74 struct nvkm_object *object; in nvkm_client_search() local
77 if (IS_ERR(object)) in nvkm_client_search()
78 return (void *)object; in nvkm_client_search()
80 return nvkm_client(object); in nvkm_client_search()
[all …]
/openbmc/linux/mm/
H A Dkmemleak.c327 object->count < object->min_count; in color_white()
333 object->count >= object->min_count; in color_gray()
362 object->pointer, object->size); in print_unreferenced()
364 object->comm, object->pid, object->jiffies, in print_unreferenced()
383 object->pointer, object->size); in dump_object_info()
385 object->comm, object->pid, object->jiffies); in dump_object_info()
558 if (object && !get_object(object)) in __find_and_get_object()
803 end = object->pointer + object->size; in delete_object_part()
1259 object->checksum = crc32(0, kasan_reset_tag((void *)object->pointer), object->size); in update_checksum()
1558 if (color_gray(object) && get_object(object)) in kmemleak_scan()
[all …]
/openbmc/linux/fs/cachefiles/
H A Dinterface.c31 if (!object) in cachefiles_alloc_object()
43 object->volume = volume; in cachefiles_alloc_object()
50 return object; in cachefiles_alloc_object()
59 trace_cachefiles_ref(object->debug_id, object->cookie->debug_id, in cachefiles_see_object()
72 trace_cachefiles_ref(object->debug_id, object->cookie->debug_id, r, why); in cachefiles_grab_object()
73 return object; in cachefiles_grab_object()
185 if (!object) in cachefiles_lookup_cookie()
344 cachefiles_unmark_inode_in_use(object, object->file); in cachefiles_clean_up_object()
345 if (object->file) { in cachefiles_clean_up_object()
372 if (object->file) { in cachefiles_withdraw_cookie()
[all …]
H A Dondemand.c28 if (!object) in cachefiles_ondemand_fd_release()
31 info = object->ondemand; in cachefiles_ondemand_fd_release()
267 object = cachefiles_grab_object(req->object, in cachefiles_ondemand_get_fd()
351 object = req->object; in cachefiles_ondemand_select_req()
470 req->object = object; in cachefiles_ondemand_send_req()
547 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_open_req() local
581 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_close_req() local
598 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_read_req() local
614 if (!object->ondemand) in cachefiles_ondemand_init_object()
649 if (!object->ondemand) in cachefiles_ondemand_init_obj_info()
[all …]
H A Dnamei.c422 _enter(",OBJ%x{%pD}", object->debug_id, object->file); in cachefiles_delete_object()
534 object->file = file; in cachefiles_create_file()
590 object->file = file; in cachefiles_open_file()
627 _enter("OBJ%x,%s,", object->debug_id, object->d_name); in cachefiles_look_up_object()
633 object->d_name_len); in cachefiles_look_up_object()
678 _enter(",%pD", object->file); in cachefiles_commit_tmpfile()
683 dentry = lookup_one_len(object->d_name, fan, object->d_name_len); in cachefiles_commit_tmpfile()
707 dentry = lookup_one_len(object->d_name, fan, object->d_name_len); in cachefiles_commit_tmpfile()
727 trace_cachefiles_link(object, file_inode(object->file)); in cachefiles_commit_tmpfile()
728 spin_lock(&object->lock); in cachefiles_commit_tmpfile()
[all …]
H A Dxattr.c43 struct file *file = object->file; in cachefiles_set_object_xattr()
44 unsigned int len = object->cookie->aux_len; in cachefiles_set_object_xattr()
51 _enter("%x,#%d", object->debug_id, len); in cachefiles_set_object_xattr()
60 buf->content = object->content_info; in cachefiles_set_object_xattr()
78 object, in cachefiles_set_object_xattr()
98 unsigned int len = object->cookie->aux_len, tlen; in cachefiles_check_auxdata()
99 const void *p = fscache_get_aux(object->cookie); in cachefiles_check_auxdata()
118 object, in cachefiles_check_auxdata()
146 struct cachefiles_object *object, in cachefiles_remove_object_xattr() argument
179 _enter("c=%08x", object->cookie->debug_id); in cachefiles_prepare_to_write()
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Dutdelete.c47 if (!object) { in acpi_ut_delete_internal_obj()
134 object, object->mutex.os_mutex)); in acpi_ut_delete_internal_obj()
157 object, object->event.os_semaphore)); in acpi_ut_delete_internal_obj()
374 if (!object) { in acpi_ut_update_ref_count()
404 object, object->common.type, in acpi_ut_update_ref_count()
456 new_count, object, object->common.type, message)); in acpi_ut_update_ref_count()
616 next_object = object->reference.object; in acpi_ut_update_object_reference()
633 object = NULL; in acpi_ut_update_object_reference()
642 object = state->update.object; in acpi_ut_update_object_reference()
690 object, object->common.reference_count)); in acpi_ut_add_reference()
[all …]
H A Dnsobject.c77 if (node->object == object) { in acpi_ns_attach_object()
80 object, node)); in acpi_ns_attach_object()
87 if (!object) { in acpi_ns_attach_object()
97 ((struct acpi_namespace_node *)object)->object) { in acpi_ns_attach_object()
102 obj_desc = ((struct acpi_namespace_node *)object)->object; in acpi_ns_attach_object()
123 if (node->object) { in acpi_ns_attach_object()
149 node->object = obj_desc; in acpi_ns_attach_object()
195 node->object = NULL; in acpi_ns_detach_object()
204 if (node->object && in acpi_ns_detach_object()
206 node->object = node->object->common.next_object; in acpi_ns_detach_object()
[all …]
H A Ddsmthdat.c115 object)); in acpi_ds_method_data_delete_all()
311 node->object = object; in acpi_ds_method_data_set_value()
360 object = node->object; in acpi_ds_method_data_get_value()
364 if (!object) { in acpi_ds_method_data_get_value()
377 if (!object) { in acpi_ds_method_data_get_value()
381 node->object = object; in acpi_ds_method_data_get_value()
416 *dest_desc = object; in acpi_ds_method_data_get_value()
464 node->object = NULL; in acpi_ds_method_data_delete_value()
466 if ((object) && in acpi_ds_method_data_delete_value()
597 object, in acpi_ds_store_object_to_local()
[all …]
/openbmc/linux/tools/lib/perf/include/internal/
H A Drc_check.h43 #define ADD_RC_CHK(result, object) (result = object, object) argument
46 #define RC_CHK_ACCESS(object) object argument
49 #define RC_CHK_FREE(object) free(object) argument
52 #define RC_CHK_GET(result, object) ADD_RC_CHK(result, object) argument
83 #define RC_CHK_ACCESS(object) object->orig argument
88 zfree(&object->orig); \
89 free(object); \
93 #define RC_CHK_GET(result, object) ADD_RC_CHK(result, (object ? object->orig : NULL)) argument
98 if (object) { \
99 object->orig = NULL; \
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c39 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()
208 if (object->map.ptr) { in nvif_object_unmap()
212 object->map.size = 0; in nvif_object_unmap()
258 object->client = NULL; in nvif_object_dtor()
271 object->client = NULL; in nvif_object_ctor()
275 object->map.ptr = NULL; in nvif_object_ctor()
276 object->map.size = 0; in nvif_object_ctor()
291 args->new.object = nvif_handle(object); in nvif_object_ctor()
[all …]
/openbmc/linux/sound/pci/asihpi/
H A Dhpimsginit.c32 if ((object > 0) && (object <= HPI_OBJ_MAXINDEX)) { in hpi_init_message()
33 object = array_index_nospec(object, HPI_OBJ_MAXINDEX + 1); in hpi_init_message()
34 size = msg_size[object]; in hpi_init_message()
46 phm->object = object; in hpi_init_message()
61 if ((object > 0) && (object <= HPI_OBJ_MAXINDEX)) { in hpi_init_response()
62 object = array_index_nospec(object, HPI_OBJ_MAXINDEX + 1); in hpi_init_response()
63 size = res_size[object]; in hpi_init_response()
71 phr->object = object; in hpi_init_response()
92 if ((object > 0) && (object <= HPI_OBJ_MAXINDEX)) { in hpi_init_messageV1()
95 phm->object = object; in hpi_init_messageV1()
[all …]
/openbmc/linux/mm/kasan/
H A Dcommon.c177 return (u8)obj_to_index(cache, virt_to_slab(object), (void *)object); in assign_tag()
188 const void *object) in __kasan_init_slab_obj() argument
195 object = set_tag(object, assign_tag(cache, object, true)); in __kasan_init_slab_obj()
197 return (void *)object; in __kasan_init_slab_obj()
208 tagged_object = object; in ____kasan_slab_free()
209 object = kasan_reset_tag(object); in ____kasan_slab_free()
214 if (unlikely(nearest_obj(cache, virt_to_slab(object), object) != in ____kasan_slab_free()
215 object)) { in ____kasan_slab_free()
311 return (void *)object; in __kasan_slab_alloc()
346 return (void *)object; in ____kasan_kmalloc()
[all …]
/openbmc/linux/arch/powerpc/boot/
H A Dwrapper62 objbin=$object
136 object="$1"
262 platformo="$object/of.o $object/epapr.o"
266 platformo="$object/pseries-head.o $object/of.o $object/epapr.o"
275 platformo="$object/of.o $object/epapr.o"
280 platformo="$object/of.o $object/epapr.o"
284 platformo="$object/crt0.o $object/of.o $object/epapr.o"
329 platformo="$object/ps3-head.o $object/ps3-hvcall.o $object/ps3.o"
341 platformo="$object/fixed-head.o $object/$platform.o"
379 platformo="$object/pseries-head.o $object/epapr.o $object/epapr-wrapper.o"
[all …]
/openbmc/linux/include/linux/
H A Dkasan.h134 void *object) in kasan_unpoison_object_data() argument
142 void *object) in kasan_poison_object_data() argument
155 return (void *)object; in kasan_init_slab_obj()
189 return object; in kasan_slab_alloc()
199 return (void *)object; in kasan_kmalloc()
219 return (void *)object; in kasan_krealloc()
246 void *object) {} in kasan_unpoison_object_data() argument
248 void *object) {} in kasan_poison_object_data() argument
250 const void *object) in kasan_init_slab_obj() argument
252 return (void *)object; in kasan_init_slab_obj()
[all …]
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h180 Fan *object,
184 Fan *object,
189 Fan *object,
200 Fan *object,
204 Fan *object);
216 Fan *object,
220 Fan *object,
225 Fan *object,
232 Fan *object,
236 Fan *object);
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_usif.c45 list_del(&object->head); in usif_object_dtor()
46 kfree(object); in usif_object_dtor()
57 struct usif_object *object; in usif_object_new() local
85 if (!(object = kmalloc(sizeof(*object), GFP_KERNEL))) in usif_object_new()
89 object->route = args->v0.route; in usif_object_new()
90 object->token = args->v0.token; in usif_object_new()
95 usif_object_dtor(object); in usif_object_new()
114 struct usif_object *object; in usif_ioctl() local
163 list_del(&object->head); in usif_ioctl()
164 kfree(object); in usif_ioctl()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dchan.c90 struct nvkm_disp_chan_object *object = container_of(base, typeof(*object), oproxy); in nvkm_disp_chan_child_del_() local
92 nvkm_ramht_remove(object->disp->ramht, object->hash); in nvkm_disp_chan_child_del_()
108 struct nvkm_disp_chan_object *object; in nvkm_disp_chan_child_new() local
111 if (!(object = kzalloc(sizeof(*object), GFP_KERNEL))) in nvkm_disp_chan_child_new()
114 object->disp = disp; in nvkm_disp_chan_child_new()
115 *pobject = &object->oproxy.base; in nvkm_disp_chan_child_new()
117 ret = sclass->ctor(device, oclass, argv, argc, &object->oproxy.object); in nvkm_disp_chan_child_new()
121 object->hash = chan->func->bind(chan, object->oproxy.object, oclass->handle); in nvkm_disp_chan_child_new()
122 if (object->hash < 0) in nvkm_disp_chan_child_new()
123 return object->hash; in nvkm_disp_chan_child_new()
[all …]
/openbmc/sdbusplus/include/sdbusplus/server/
H A Dobject.hpp14 namespace object namespace
39 struct object : struct
51 object() = delete;
52 object(const object&) = delete;
53 object& operator=(const object&) = delete;
54 object(object&&) = delete;
55 object& operator=(object&&) = delete;
76 object(bus_t& bus, const char* path, in object() argument
87 ~object() override in ~object() argument
153 using object_t = object::object<Args...>;
[all …]
/openbmc/linux/Documentation/core-api/
H A Ddebug-objects.rst71 object is called.
83 allocates a tracker object for the real object and sets the tracker
84 object state to ODEBUG_STATE_INIT. It verifies that the object is not
106 allocates a tracker object for the real object and sets the tracker
107 object state to ODEBUG_STATE_INIT. It verifies that the object is on
118 object is called.
133 object.
143 object is called.
181 object happens. E.g. it can deactivate an active object in order to
248 debug_object_activate() has no tracked object for this object address
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dumem.c39 struct nvkm_object *object; in nvkm_umem_search() local
43 if (IS_ERR(object)) { in nvkm_umem_search()
47 if (umem->object.object == handle) { in nvkm_umem_search()
55 umem = nvkm_umem(object); in nvkm_umem_search()
63 nvkm_umem_unmap(struct nvkm_object *object) in nvkm_umem_unmap() argument
124 nvkm_umem_dtor(struct nvkm_object *object) in nvkm_umem_dtor() argument
127 spin_lock(&umem->object.client->lock); in nvkm_umem_dtor()
129 spin_unlock(&umem->object.client->lock); in nvkm_umem_dtor()
170 *pobject = &umem->object; in nvkm_umem_new()
182 spin_lock(&umem->object.client->lock); in nvkm_umem_new()
[all …]

12345678910>>...84