Home
last modified time | relevance | path

Searched refs:object_id (Results 1 – 25 of 26) sorted by relevance

12

/linux-5.19.10/fs/cachefiles/
Dondemand.c12 int object_id = object->ondemand_id; in cachefiles_ondemand_fd_release() local
24 if (req->msg.object_id == object_id && in cachefiles_ondemand_fd_release()
33 xa_erase(&cache->ondemand_ids, object_id); in cachefiles_ondemand_fd_release()
34 trace_cachefiles_ondemand_fd_release(object, object_id); in cachefiles_ondemand_fd_release()
190 u32 object_id; in cachefiles_ondemand_get_fd() local
197 ret = xa_alloc_cyclic(&cache->ondemand_ids, &object_id, NULL, in cachefiles_ondemand_get_fd()
221 req->msg.object_id = object_id; in cachefiles_ondemand_get_fd()
222 object->ondemand_id = object_id; in cachefiles_ondemand_get_fd()
231 xa_erase(&cache->ondemand_ids, object_id); in cachefiles_ondemand_get_fd()
433 int object_id = object->ondemand_id; in cachefiles_ondemand_init_close_req() local
[all …]
/linux-5.19.10/include/trace/events/
Dcachefiles.h685 __field(unsigned int, object_id )
693 __entry->object_id = msg->object_id;
701 __entry->object_id,
738 __field(unsigned int, object_id )
744 __entry->object_id = msg->object_id;
750 __entry->object_id)
762 __field(unsigned int, object_id )
770 __entry->object_id = msg->object_id;
778 __entry->object_id,
831 TP_PROTO(struct cachefiles_object *obj, int object_id),
[all …]
/linux-5.19.10/drivers/infiniband/core/
Drdma_core.h63 uverbs_get_uobject_from_file(u16 object_id, enum uverbs_obj_access access,
131 uapi_get_object(struct uverbs_api *uapi, u16 object_id) in uapi_get_object() argument
135 if (object_id == UVERBS_IDR_ANY_OBJECT) in uapi_get_object()
138 res = radix_tree_lookup(&uapi->radix, uapi_key_obj(object_id)); in uapi_get_object()
Duverbs_std_types_device.c107 u16 object_id; in UVERBS_HANDLER() local
115 ret = uverbs_get_const(&object_id, attrs, UVERBS_ATTR_INFO_OBJECT_ID); in UVERBS_HANDLER()
119 uapi_object = uapi_get_object(attrs->ufile->device->uapi, object_id); in UVERBS_HANDLER()
Duverbs_uapi.c292 if (WARN_ON(def->object_start.object_id != in uapi_merge_def()
296 cur_obj_key = uapi_key_obj(def->object_start.object_id); in uapi_merge_def()
331 cur_obj_key = uapi_key_obj(def->object_start.object_id); in uapi_merge_def()
Drdma_core.c960 uverbs_get_uobject_from_file(u16 object_id, enum uverbs_obj_access access, in uverbs_get_uobject_from_file() argument
964 uapi_get_object(attrs->ufile->device->uapi, object_id); in uverbs_get_uobject_from_file()
Duverbs_ioctl.c559 uapi_key_obj(hdr->object_id) | in ib_uverbs_cmd_verbs()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/
Ddc_bios_types.h49 struct graphics_object_id object_id, uint32_t index,
81 struct graphics_object_id object_id,
151 struct graphics_object_id object_id,
/linux-5.19.10/drivers/gpu/drm/
Ddrm_lease.c419 u32 object_id = objects[o]->id; in fill_object_idr() local
421 DRM_DEBUG_LEASE("Adding object %d to lease\n", object_id); in fill_object_idr()
431 ret = idr_alloc(leases, &drm_lease_idr_object , object_id, object_id + 1, GFP_KERNEL); in fill_object_idr()
434 object_id, ret); in fill_object_idr()
443 object_id, ret); in fill_object_idr()
450 object_id, ret); in fill_object_idr()
/linux-5.19.10/include/rdma/
Duverbs_named_ioctl.h23 #define UVERBS_OBJECT_METHODS(object_id) _UVERBS_NAME(_object_methods_##object_id, __LINE__) argument
Duverbs_ioctl.h335 u16 object_id; member
360 .object_start = { .object_id = _object_id }, \
433 .object_start = { .object_id = _object_enum }, \
/linux-5.19.10/include/uapi/linux/
Dcachefiles.h33 __u32 object_id; member
/linux-5.19.10/include/uapi/rdma/
Drdma_user_ioctl_cmds.h78 __u16 object_id; member
/linux-5.19.10/drivers/platform/x86/
Dwmi.c47 char object_id[2]; member
213 static_assert(ARRAY_SIZE(wblock->gblock.object_id) == 2); in get_acpi_method_name()
218 buffer[2] = wblock->gblock.object_id[0]; in get_acpi_method_name()
219 buffer[3] = wblock->gblock.object_id[1]; in get_acpi_method_name()
503 pr_info("\tobject_id: %2pE\n", g->object_id); in wmi_dump_wdg()
785 return sysfs_emit(buf, "%c%c\n", wblock->gblock.object_id[0], in object_id_show()
786 wblock->gblock.object_id[1]); in object_id_show()
788 static DEVICE_ATTR_RO(object_id);
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/bios/
Dbios_parser2.c91 struct graphics_object_id object_id,
180 struct graphics_object_id object_id = dal_graphics_object_id_init( in bios_parser_get_connector_id() local
191 object_id = object_id_from_bios_object_id( in bios_parser_get_connector_id()
195 return object_id; in bios_parser_get_connector_id()
199 struct graphics_object_id object_id, uint32_t index, in bios_parser_get_src_obj() argument
211 switch (object_id.type) { in bios_parser_get_src_obj()
223 if (object_id.type == obj_id.type && in bios_parser_get_src_obj()
224 object_id.id == obj_id.id && in bios_parser_get_src_obj()
225 object_id.enum_id == in bios_parser_get_src_obj()
239 if (object_id.type == obj_id.type && in bios_parser_get_src_obj()
[all …]
Dbios_parser.c162 struct graphics_object_id object_id = dal_graphics_object_id_init( in bios_parser_get_connector_id() local
174 return object_id; in bios_parser_get_connector_id()
180 return object_id; in bios_parser_get_connector_id()
184 object_id = object_id_from_bios_object_id(id); in bios_parser_get_connector_id()
185 return object_id; in bios_parser_get_connector_id()
189 struct graphics_object_id object_id, uint32_t index, in bios_parser_get_src_obj() argument
200 object = get_bios_object(bp, object_id); in bios_parser_get_src_obj()
1467 struct graphics_object_id object_id, in bios_parser_get_encoder_cap_info() argument
1477 object = get_bios_object(bp, object_id); in bios_parser_get_encoder_cap_info()
/linux-5.19.10/drivers/net/wireless/
Drayctl.h349 struct object_id { struct
460 UCHAR object_id; member
465 UCHAR object_id; member
/linux-5.19.10/sound/pci/mixart/
Dmixart_core.c76 resp->uid.object_id = readl_be(MIXART_MEM(mgr, msg_frame_address + 8)); /* uidDest */ in get_msg()
168 …writel_be( msg->uid.object_id, MIXART_MEM(mgr, msg_frame_address + 8) ); /* uid… in send_msg()
371 msg, resp.message_id, resp.uid.object_id, resp.uid.desc, resp.size); in snd_mixart_process_msg()
Dmixart.h24 u32 object_id; member
Dmixart_hwdep.c257 get_console_mgr.object_id = 0; in mixart_enum_physio()
/linux-5.19.10/include/linux/fsl/
Dmc.h283 __le32 object_id; member
296 return le32_to_cpu(rsp_params->object_id); in mc_cmd_read_object_id()
/linux-5.19.10/Documentation/filesystems/caching/
Dcachefiles.rst527 __u32 object_id;
538 * ``object_id`` is a unique ID identifying the cache file operated on.
593 Be noted that each cache file has a unique object_id, while it may have multiple
595 anonymous fd indicated by the @fd field through dup(). Thus each object_id can
623 associated with the given object_id. The CLOSE request has no extra payload,
648 and write it to the cache file identified by object_id.
652 associated with the object_id given in the READ request. The ioctl is of the
659 * ``fd`` is one of the anonymous fds associated with the object_id
/linux-5.19.10/arch/powerpc/platforms/cell/spufs/
Dspufs.h79 u64 object_id; /* user space pointer for oprofile */ member
Dfile.c1899 return ctx->object_id; in spufs_object_id_get()
1905 ctx->object_id = id; in spufs_object_id_set()
/linux-5.19.10/fs/ntfs/
Dlayout.h1137 GUID object_id; /* Unique id assigned to the member
2250 GUID object_id; /* $O index in FILE_Extend/$ObjId: The member

12