Home
last modified time | relevance | path

Searched refs:tmp_copy (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dcallback_proc.c702 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 Dnfs42proc.c184 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 Dtest-visitor-serialization.c617 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()