Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_sideeffect.c1268 struct sctp_chunk *chunk = NULL, *new_obj; in sctp_cmd_interpreter() local
1364 new_obj = sctp_make_init_ack(asoc, chunk, GFP_ATOMIC, in sctp_cmd_interpreter()
1366 if (!new_obj) { in sctp_cmd_interpreter()
1372 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter()
1387 new_obj = sctp_make_cookie_echo(asoc, chunk); in sctp_cmd_interpreter()
1388 if (!new_obj) { in sctp_cmd_interpreter()
1395 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter()
1404 if (new_obj->transport) { in sctp_cmd_interpreter()
1405 new_obj->transport->init_sent_count++; in sctp_cmd_interpreter()
1406 asoc->init_last_sent_to = new_obj->transport; in sctp_cmd_interpreter()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A 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()
/OK3568_Linux_fs/kernel/mm/
H A Dzsmalloc.c1967 unsigned long old_obj, new_obj; in zs_page_migrate() local
2029 new_obj = (unsigned long)location_to_obj(newpage, in zs_page_migrate()
2031 new_obj |= BIT(HANDLE_PIN_BIT); in zs_page_migrate()
2032 record_obj(handle, new_obj); in zs_page_migrate()