Searched refs:new_obj (Results 1 – 2 of 2) sorted by relevance
1286 struct sctp_chunk *chunk = NULL, *new_obj; in sctp_cmd_interpreter() local1382 new_obj = sctp_make_init_ack(asoc, chunk, GFP_ATOMIC, in sctp_cmd_interpreter()1384 if (!new_obj) { in sctp_cmd_interpreter()1390 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter()1405 new_obj = sctp_make_cookie_echo(asoc, chunk); in sctp_cmd_interpreter()1406 if (!new_obj) { in sctp_cmd_interpreter()1413 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter()1422 if (new_obj->transport) { in sctp_cmd_interpreter()1423 new_obj->transport->init_sent_count++; in sctp_cmd_interpreter()1424 asoc->init_last_sent_to = new_obj->transport; in sctp_cmd_interpreter()[all …]
463 struct drm_gem_object *new_obj, in xe_fb_pin_reuse_vma() argument467 if (old_ggtt_vma && old_obj == new_obj && in xe_fb_pin_reuse_vma()