Searched refs:copy_ (Results 1 – 5 of 5) sorted by relevance
70 T copy_(size); in clone() local71 std::copy(data.get(), data.get() + bytes(), copy_.data.get()); in clone()72 return copy_; in clone()
98 changes to copy_* functions utilized by clone/fork system call.191 versions. Helper functions of clone (copy_*) could not be used211 Therefore code from copy_* functions that allocated and duplicated213 copy_* functions call dup_* functions to allocate and duplicate237 a) Reorganization of existing copy_* functions245 7.1) Reorganization of copy_* functions254 context structure. The reorganized copy_* functions invoked
357 ; same for kernel mode as well (e.g. copy_(to|from)_user)
3735 no meaning, as well as on ``copy_*`` callbacks.
691 static int copy_##NAME##_state(struct bpf_func_state *dst, \