Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/build_perf/
H A Dreport.py180 new_obj = SampleList()
181 new_obj.append(obj)
183 new_obj = obj
186 new_obj = obj.__class__()
187 aggregate_obj(new_obj, obj)
188 return new_obj
/openbmc/linux/net/sctp/
H A Dsm_sideeffect.c1280 struct sctp_chunk *chunk = NULL, *new_obj; in sctp_cmd_interpreter() local
1372 new_obj = sctp_make_init_ack(asoc, chunk, GFP_ATOMIC, in sctp_cmd_interpreter()
1374 if (!new_obj) { in sctp_cmd_interpreter()
1380 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter()
1395 new_obj = sctp_make_cookie_echo(asoc, chunk); 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()
1414 asoc->init_last_sent_to = new_obj->transport; in sctp_cmd_interpreter()
[all …]
/openbmc/linux/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()
/openbmc/linux/mm/
H A Dzsmalloc.c1808 unsigned long old_obj, new_obj; in zs_page_migrate() local
1851 new_obj = (unsigned long)location_to_obj(newpage, in zs_page_migrate()
1853 record_obj(handle, new_obj); in zs_page_migrate()