Searched refs:fhp2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 254 struct file_handle *fhp, *fhp2; in get_cgroup_id() local 274 fhp2 = realloc(fhp, fhsize); in get_cgroup_id() 275 if (!fhp2) { in get_cgroup_id() 279 err = name_to_handle_at(dirfd, cgroup_workdir, fhp2, &mount_id, flags); in get_cgroup_id() 280 fhp = fhp2; in get_cgroup_id()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | cgroup_helpers.c | 413 struct file_handle *fhp, *fhp2; in get_cgroup_id() local 433 fhp2 = realloc(fhp, fhsize); in get_cgroup_id() 434 if (!fhp2) { in get_cgroup_id() 438 err = name_to_handle_at(dirfd, cgroup_workdir, fhp2, &mount_id, flags); in get_cgroup_id() 439 fhp = fhp2; in get_cgroup_id()
|
Completed in 2 milliseconds