Searched refs:tmp_copy (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | callback_proc.c | 702 struct nfs4_copy_state *copy, *tmp_copy; in nfs4_callback_offload() local 713 list_for_each_entry(tmp_copy, &server->ss_copies, copies) { in nfs4_callback_offload() 715 tmp_copy->stateid.other, in nfs4_callback_offload() 718 nfs4_copy_cb_args(tmp_copy, args); in nfs4_callback_offload() 719 complete(&tmp_copy->completion); in nfs4_callback_offload()
|
H A D | nfs42proc.c | 184 struct nfs4_copy_state *copy, *tmp_copy = NULL, *iter; in handle_async_copy() local 200 tmp_copy = iter; in handle_async_copy() 204 if (tmp_copy) { in handle_async_copy() 207 copy = tmp_copy; in handle_async_copy()
|
/openbmc/qemu/tests/unit/ |
H A D | test-visitor-serialization.c | 617 UserDefTwoList *listp = NULL, *tmp, *tmp_copy, *listp_copy = NULL; in test_nested_struct_list() local 631 tmp_copy = listp_copy; in test_nested_struct_list() 640 qapi_free_UserDefTwoList(tmp_copy); in test_nested_struct_list()
|