Searched refs:new_obj (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/iommu/iommufd/ |
| H A D | main.c | 70 struct iommufd_object *new_obj; in _iommufd_object_alloc_ucmd() local 73 if (WARN_ON(ucmd->new_obj)) in _iommufd_object_alloc_ucmd() 85 new_obj = _iommufd_object_alloc(ucmd->ictx, size, type); in _iommufd_object_alloc_ucmd() 86 if (IS_ERR(new_obj)) in _iommufd_object_alloc_ucmd() 87 return new_obj; in _iommufd_object_alloc_ucmd() 89 ucmd->new_obj = new_obj; in _iommufd_object_alloc_ucmd() 90 return new_obj; in _iommufd_object_alloc_ucmd() 535 if (ucmd.new_obj) { in iommufd_fops_ioctl() 537 iommufd_object_abort_and_destroy(ictx, ucmd.new_obj); in iommufd_fops_ioctl() 539 iommufd_object_finalize(ictx, ucmd.new_obj); in iommufd_fops_ioctl()
|
| H A D | iommufd_private.h | 154 struct iommufd_object *new_obj; member
|
| /linux/net/sctp/ |
| H A D | sm_sideeffect.c | 1286 struct sctp_chunk *chunk = NULL, *new_obj; in sctp_cmd_interpreter() local 1378 new_obj = sctp_make_init_ack(asoc, chunk, GFP_ATOMIC, in sctp_cmd_interpreter() 1380 if (!new_obj) { in sctp_cmd_interpreter() 1386 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter() 1401 new_obj = sctp_make_cookie_echo(asoc, chunk); in sctp_cmd_interpreter() 1402 if (!new_obj) { in sctp_cmd_interpreter() 1409 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter() 1418 if (new_obj->transport) { in sctp_cmd_interpreter() 1419 new_obj->transport->init_sent_count++; in sctp_cmd_interpreter() 1420 asoc->init_last_sent_to = new_obj->transport; in sctp_cmd_interpreter() [all …]
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo_util.c | 231 struct ttm_buffer_object **new_obj) in ttm_buffer_object_transfer() argument 281 *new_obj = &fbo->base; in ttm_buffer_object_transfer()
|
| /linux/mm/ |
| H A D | zsmalloc.c | 1665 unsigned long old_obj, new_obj; in zs_page_migrate() local 1719 new_obj = (unsigned long)location_to_obj(newzpdesc, obj_idx); in zs_page_migrate() 1720 record_obj(handle, new_obj); in zs_page_migrate()
|