Searched refs:new_obj (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_sideeffect.c | 1271 struct sctp_chunk *chunk = NULL, *new_obj; in sctp_cmd_interpreter() local 1367 new_obj = sctp_make_init_ack(asoc, chunk, GFP_ATOMIC, in sctp_cmd_interpreter() 1369 if (!new_obj) { in sctp_cmd_interpreter() 1375 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter() 1390 new_obj = sctp_make_cookie_echo(asoc, chunk); in sctp_cmd_interpreter() 1391 if (!new_obj) { in sctp_cmd_interpreter() 1398 SCTP_CHUNK(new_obj)); in sctp_cmd_interpreter() 1407 if (new_obj->transport) { in sctp_cmd_interpreter() 1408 new_obj->transport->init_sent_count++; in sctp_cmd_interpreter() 1409 asoc->init_last_sent_to = new_obj in sctp_cmd_interpreter() [all...] |
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_sideeffect.c | 1280 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 in sctp_cmd_interpreter() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/ |
H A D | ttm_bo_util.c | 333 * @new_obj: A pointer to a pointer to a newly created ttm_buffer_object, 345 struct ttm_buffer_object **new_obj) in ttm_buffer_object_transfer() 383 *new_obj = &fbo->base; in ttm_buffer_object_transfer() 344 ttm_buffer_object_transfer(struct ttm_buffer_object *bo, struct ttm_buffer_object **new_obj) ttm_buffer_object_transfer() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/ |
H A D | ttm_bo_util.c | 215 * @new_obj: A pointer to a pointer to a newly created ttm_buffer_object, 227 struct ttm_buffer_object **new_obj) in ttm_buffer_object_transfer() 276 *new_obj = &fbo->base; in ttm_buffer_object_transfer() 226 ttm_buffer_object_transfer(struct ttm_buffer_object *bo, struct ttm_buffer_object **new_obj) ttm_buffer_object_transfer() argument
|
/kernel/linux/linux-5.10/mm/ |
H A D | zsmalloc.c | 1970 unsigned long old_obj, new_obj; in zs_page_migrate() local 2032 new_obj = (unsigned long)location_to_obj(newpage, in zs_page_migrate() 2034 new_obj |= BIT(HANDLE_PIN_BIT); in zs_page_migrate() 2035 record_obj(handle, new_obj); in zs_page_migrate()
|
/kernel/linux/linux-6.6/mm/ |
H A D | zsmalloc.c | 1808 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()
|
Completed in 13 milliseconds