Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dsm_sideeffect.c1299 struct sctp_chunk *chunk = NULL, *new_obj; in sctp_cmd_interpreter() local
1395 new_obj = sctp_make_init_ack(asoc, chunk, GFP_ATOMIC, in sctp_cmd_interpreter()
1397 if (!new_obj) in sctp_cmd_interpreter()
1401 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter()
1416 new_obj = sctp_make_cookie_echo(asoc, chunk); in sctp_cmd_interpreter()
1417 if (!new_obj) { in sctp_cmd_interpreter()
1423 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter()
1432 if (new_obj->transport) { in sctp_cmd_interpreter()
1433 new_obj->transport->init_sent_count++; in sctp_cmd_interpreter()
1434 asoc->init_last_sent_to = new_obj->transport; in sctp_cmd_interpreter()
[all …]
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo_util.c486 struct ttm_buffer_object **new_obj) in ttm_buffer_object_transfer() argument
523 *new_obj = &fbo->base; in ttm_buffer_object_transfer()
/Linux-v4.19/mm/
Dzsmalloc.c1975 unsigned long old_obj, new_obj; in zs_page_migrate() local
2037 new_obj = (unsigned long)location_to_obj(newpage, in zs_page_migrate()
2039 new_obj |= BIT(HANDLE_PIN_BIT); in zs_page_migrate()
2040 record_obj(handle, new_obj); in zs_page_migrate()