Home
last modified time | relevance | path

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

12345678910>>...58

/linux/arch/parisc/math-emu/
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 …]
/linux/drivers/gpu/drm/nouveau/nvkm/core/
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()
176 int rret = object->func->init(object); in nvkm_object_fini()
197 ret = object->func->init(object); in nvkm_object_init()
219 object->func->fini(object, false); in nvkm_object_init()
239 data = object->func->dtor(object); in nvkm_object_dtor()
[all …]
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()
52 if (unlikely(!oproxy->object)) in nvkm_oproxy_unmap()
62 return nvkm_object_bind(nvkm_oproxy(object)->object, in nvkm_oproxy_bind()
71 oclass->parent = oproxy->object; in nvkm_oproxy_sclass()
74 return oproxy->object->func->sclass(oproxy->object, index, oclass); in nvkm_oproxy_sclass()
86 return oproxy->object->func->uevent(oproxy->object, argv, argc, uevent); in nvkm_oproxy_uevent()
101 if (oproxy->object->func->fini) { in nvkm_oproxy_fini()
102 ret = oproxy->object->func->fini(oproxy->object, suspend); in nvkm_oproxy_fini()
128 if (oproxy->object->func->init) { in nvkm_oproxy_init()
[all …]
A Dioctl.c45 !object->func->uevent(object, NULL, 0, NULL) && index-- == 0) { in nvkm_ioctl_sclass_()
53 if (object->func->sclass) in nvkm_ioctl_sclass_()
54 return object->func->sclass(object, index, oclass); in nvkm_ioctl_sclass_()
106 args->v0.object); in nvkm_ioctl_new()
118 oclass.object = args->v0.object; in nvkm_ioctl_new()
139 client->data = object; in nvkm_ioctl_new()
147 nvkm_object_del(&object); in nvkm_ioctl_new()
271 if (IS_ERR(object)) { in nvkm_ioctl_path()
273 return PTR_ERR(object); in nvkm_ioctl_path()
287 struct nvkm_object *object = &client->object; in nvkm_ioctl() local
[all …]
A Duevent.c29 struct nvkm_object object; member
63 struct nvkm_uevent *uevent = nvkm_uevent(object); in nvkm_uevent_mthd()
78 struct nvkm_uevent *uevent = nvkm_uevent(object); in nvkm_uevent_fini()
85 nvkm_uevent_init(struct nvkm_object *object) in nvkm_uevent_init() argument
87 struct nvkm_uevent *uevent = nvkm_uevent(object); in nvkm_uevent_init()
96 nvkm_uevent_dtor(struct nvkm_object *object) in nvkm_uevent_dtor() argument
98 struct nvkm_uevent *uevent = nvkm_uevent(object); in nvkm_uevent_dtor()
116 struct nvkm_client *client = uevent->object.client; in nvkm_uevent_ntfy()
119 return uevent->func(uevent->parent, uevent->object.object, bits); in nvkm_uevent_ntfy()
121 return client->event(uevent->object.object, NULL, 0); in nvkm_uevent_ntfy()
[all …]
/linux/mm/
A Dkmemleak.c334 object->count < object->min_count; in color_white()
340 object->count >= object->min_count; in color_gray()
368 object->pointer, object->size); in print_unreferenced()
370 object->comm, object->pid, object->jiffies); in print_unreferenced()
388 object->pointer, object->size); in dump_object_info()
390 object->comm, object->pid, object->jiffies); in dump_object_info()
572 if (object && !get_object(object)) in __find_and_get_object()
865 end = object->pointer + object->size; in delete_object_part()
1333 object->checksum = crc32(0, kasan_reset_tag((void *)object->pointer), object->size); in update_checksum()
1659 if (color_gray(object) && get_object(object)) in kmemleak_scan()
[all …]
/linux/fs/cachefiles/
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 …]
A Dondemand.c27 if (!object) in cachefiles_ondemand_fd_release()
30 info = object->ondemand; in cachefiles_ondemand_fd_release()
115 req->object != object) { in cachefiles_ondemand_fd_ioctl()
284 object = cachefiles_grab_object(req->object, in cachefiles_ondemand_get_fd()
368 object = req->object; in cachefiles_ondemand_select_req()
493 req->object = object; in cachefiles_ondemand_send_req()
594 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_open_req() local
628 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_close_req() local
645 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_read_req() local
702 if (req->object == object) { in cachefiles_ondemand_clean_object()
[all …]
A Dnamei.c424 _enter(",OBJ%x{%pD}", object->debug_id, object->file); in cachefiles_delete_object()
536 object->file = file; in cachefiles_create_file()
591 object->file = file; in cachefiles_open_file()
625 _enter("OBJ%x,%s,", object->debug_id, object->d_name); in cachefiles_look_up_object()
631 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 …]
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()
84 object, in cachefiles_set_object_xattr()
104 unsigned int len = object->cookie->aux_len, tlen; in cachefiles_check_auxdata()
105 const void *p = fscache_get_aux(object->cookie); in cachefiles_check_auxdata()
126 object, in cachefiles_check_auxdata()
154 struct cachefiles_object *object, in cachefiles_remove_object_xattr() argument
193 _enter("c=%08x", object->cookie->debug_id); in cachefiles_prepare_to_write()
[all …]
/linux/drivers/acpi/acpica/
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 …]
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 …]
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 …]
A Dutobject.c60 union acpi_operand_object *object; in acpi_ut_create_internal_object_dbg() local
68 object = in acpi_ut_create_internal_object_dbg()
71 if (!object) { in acpi_ut_create_internal_object_dbg()
74 kmemleak_not_leak(object); in acpi_ut_create_internal_object_dbg()
107 object->common.type = (u8) type; in acpi_ut_create_internal_object_dbg()
111 object->common.reference_count = 1; in acpi_ut_create_internal_object_dbg()
115 return_PTR(object); in acpi_ut_create_internal_object_dbg()
312 if (!object) { in acpi_ut_valid_internal_object()
330 object, acpi_ut_get_descriptor_name(object))); in acpi_ut_valid_internal_object()
360 if (!object) { in acpi_ut_allocate_object_desc_dbg()
[all …]
/linux/mm/kasan/
A Dcommon.c199 const void *object) in __kasan_init_slab_obj() argument
206 object = set_tag(object, assign_tag(cache, object, true)); in __kasan_init_slab_obj()
208 return (void *)object; in __kasan_init_slab_obj()
217 object = kasan_reset_tag(object); in check_slab_allocation()
219 if (unlikely(nearest_obj(cache, virt_to_slab(object), object) != object)) { in check_slab_allocation()
237 object = kasan_reset_tag(object); in poison_slab_object()
335 return (void *)object; in __kasan_slab_alloc()
391 return (void *)object; in __kasan_kmalloc()
397 return (void *)object; in __kasan_kmalloc()
446 return (void *)object; in __kasan_krealloc()
[all …]
/linux/tools/lib/perf/include/internal/
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
86 #define RC_CHK_ACCESS(object) object->orig argument
91 zfree(&object->orig); \
92 free(object); \
96 #define RC_CHK_GET(result, object) ADD_RC_CHK(result, (object ? object->orig : NULL)) argument
101 if (object) { \
102 object->orig = NULL; \
[all …]
/linux/drivers/gpu/drm/nouveau/nvif/
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()
175 if (object->map.ptr) { in nvif_object_unmap()
176 if (object->map.size) { in nvif_object_unmap()
179 object->map.size = 0; in nvif_object_unmap()
225 object->client = NULL; in nvif_object_dtor()
238 object->client = NULL; in nvif_object_ctor()
242 object->map.ptr = NULL; in nvif_object_ctor()
243 object->map.size = 0; in nvif_object_ctor()
[all …]
A Doutp.c43 NVIF_ERRON(ret, &outp->object, in nvif_outp_dp_mst_vcpi()
58 NVIF_ERRON(ret, &outp->object, "[DP_MST_ID_PUT id:%08x]", args.id); in nvif_outp_dp_mst_id_put()
90 NVIF_ERRON(ret, &outp->object, in nvif_outp_dp_sst()
129 NVIF_ERRON(ret, &outp->object, in nvif_outp_dp_train()
246 NVIF_ERRON(ret, &outp->object, in nvif_outp_hdmi()
279 NVIF_ERRON(ret, &outp->object, "[BL_SET level:%d]", args.level); in nvif_outp_bl_set()
300 NVIF_ERRON(ret, &outp->object, "[RELEASE]"); in nvif_outp_release()
352 NVIF_ERRON(ret, &outp->object, "[ACQUIRE DAC] or:%d", args.or); in nvif_outp_acquire_dac()
495 nvif_object_dtor(&outp->object); in nvif_outp_dtor()
508 &args, sizeof(args), &outp->object); in nvif_outp_ctor()
[all …]
/linux/sound/pci/asihpi/
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 …]
/linux/arch/powerpc/boot/
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 …]
/linux/include/linux/
A Dkasan.h145 void *object) in kasan_unpoison_new_object() argument
162 void *object) in kasan_poison_new_object() argument
175 return (void *)object; in kasan_init_slab_obj()
192 void *object) in kasan_slab_pre_free() argument
248 return object; in kasan_slab_alloc()
258 return (void *)object; in kasan_kmalloc()
278 return (void *)object; in kasan_krealloc()
412 void *object) {} in kasan_unpoison_new_object() argument
414 void *object) {} in kasan_poison_new_object() argument
416 const void *object) in kasan_init_slab_obj() argument
[all …]
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
A Dgsp.h155 } object; member
273 return object->client->gsp->rm->rm_ctrl_get(object, cmd, argc); in nvkm_gsp_rm_ctrl_get()
279 return object->client->gsp->rm->rm_ctrl_push(object, argv, repc); in nvkm_gsp_rm_ctrl_push()
310 object->client->gsp->rm->rm_ctrl_done(object, repv); in nvkm_gsp_rm_ctrl_done()
322 object->parent = parent; in nvkm_gsp_rm_alloc_get()
327 object->client = NULL; in nvkm_gsp_rm_alloc_get()
337 void *repv = object->client->gsp->rm->rm_alloc_push(object, argv, repc); in nvkm_gsp_rm_alloc_push()
340 object->client = NULL; in nvkm_gsp_rm_alloc_push()
359 object->client->gsp->rm->rm_alloc_done(object, repv); in nvkm_gsp_rm_alloc_done()
377 if (object->client) in nvkm_gsp_rm_free()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Dchan.c68 struct nvkm_disp_chan_object *object = container_of(base, typeof(*object), oproxy); in nvkm_disp_chan_child_del_() local
70 nvkm_ramht_remove(object->disp->ramht, object->hash); in nvkm_disp_chan_child_del_()
86 struct nvkm_disp_chan_object *object; in nvkm_disp_chan_child_new() local
89 if (!(object = kzalloc(sizeof(*object), GFP_KERNEL))) in nvkm_disp_chan_child_new()
92 object->disp = disp; in nvkm_disp_chan_child_new()
93 *pobject = &object->oproxy.base; in nvkm_disp_chan_child_new()
95 ret = sclass->ctor(device, oclass, argv, argc, &object->oproxy.object); in nvkm_disp_chan_child_new()
99 object->hash = chan->func->bind(chan, object->oproxy.object, oclass->handle); in nvkm_disp_chan_child_new()
100 if (object->hash < 0) in nvkm_disp_chan_child_new()
101 return object->hash; in nvkm_disp_chan_child_new()
[all …]
/linux/Documentation/core-api/
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 …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
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 …]

Completed in 64 milliseconds

12345678910>>...58