Home
last modified time | relevance | path

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

/linux-6.15/net/sctp/
H A Dsm_sideeffect.c1280 struct sctp_chunk *chunk = NULL, *new_obj; in sctp_cmd_interpreter() local
1374 if (!new_obj) { in sctp_cmd_interpreter()
1380 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter()
1396 if (!new_obj) { in sctp_cmd_interpreter()
1403 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter()
1412 if (new_obj->transport) { in sctp_cmd_interpreter()
1413 new_obj->transport->init_sent_count++; in sctp_cmd_interpreter()
1447 if (!new_obj) { in sctp_cmd_interpreter()
1452 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter()
1512 if (new_obj) in sctp_cmd_interpreter()
[all …]
/linux-6.15/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c227 struct ttm_buffer_object **new_obj) in ttm_buffer_object_transfer() argument
276 *new_obj = &fbo->base; in ttm_buffer_object_transfer()
/linux-6.15/mm/
H A Dzsmalloc.c1747 unsigned long old_obj, new_obj; in zs_page_migrate() local
1793 new_obj = (unsigned long)location_to_obj(newzpdesc, obj_idx); in zs_page_migrate()
1794 record_obj(handle, new_obj); in zs_page_migrate()