Home
last modified time | relevance | path

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

/Linux-v5.10/net/sctp/
Dsm_sideeffect.c1264 struct sctp_chunk *chunk = NULL, *new_obj; in sctp_cmd_interpreter() local
1360 new_obj = sctp_make_init_ack(asoc, chunk, GFP_ATOMIC, in sctp_cmd_interpreter()
1362 if (!new_obj) { in sctp_cmd_interpreter()
1368 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter()
1383 new_obj = sctp_make_cookie_echo(asoc, chunk); in sctp_cmd_interpreter()
1384 if (!new_obj) { in sctp_cmd_interpreter()
1391 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter()
1400 if (new_obj->transport) { in sctp_cmd_interpreter()
1401 new_obj->transport->init_sent_count++; in sctp_cmd_interpreter()
1402 asoc->init_last_sent_to = new_obj->transport; in sctp_cmd_interpreter()
[all …]
/Linux-v5.10/drivers/gpu/drm/ttm/
Dttm_bo_util.c345 struct ttm_buffer_object **new_obj) in ttm_buffer_object_transfer() argument
383 *new_obj = &fbo->base; in ttm_buffer_object_transfer()
/Linux-v5.10/mm/
Dzsmalloc.c1937 unsigned long old_obj, new_obj; in zs_page_migrate() local
1999 new_obj = (unsigned long)location_to_obj(newpage, in zs_page_migrate()
2001 new_obj |= BIT(HANDLE_PIN_BIT); in zs_page_migrate()
2002 record_obj(handle, new_obj); in zs_page_migrate()