Home
last modified time | relevance | path

Searched refs:new_obj (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iommu/iommufd/
H A Dmain.c69 struct iommufd_object *new_obj; in _iommufd_object_alloc_ucmd() local
72 if (WARN_ON(ucmd->new_obj)) in _iommufd_object_alloc_ucmd()
84 new_obj = _iommufd_object_alloc(ucmd->ictx, size, type); in _iommufd_object_alloc_ucmd()
85 if (IS_ERR(new_obj)) in _iommufd_object_alloc_ucmd()
86 return new_obj; in _iommufd_object_alloc_ucmd()
88 ucmd->new_obj = new_obj; in _iommufd_object_alloc_ucmd()
89 return new_obj; in _iommufd_object_alloc_ucmd()
510 if (ucmd.new_obj) { in iommufd_fops_ioctl()
512 iommufd_object_abort_and_destroy(ictx, ucmd.new_obj); in iommufd_fops_ioctl()
[all...]
H A Diommufd_private.h152 struct iommufd_object *new_obj; member
/linux/net/sctp/
H A Dsm_sideeffect.c1286 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 in sctp_cmd_interpreter()
[all...]
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c219 * @new_obj: A pointer to a pointer to a newly created ttm_buffer_object,
231 struct ttm_buffer_object **new_obj) in ttm_buffer_object_transfer() argument
281 *new_obj = &fbo->base; in ttm_buffer_object_transfer()