Home
last modified time | relevance | path

Searched refs:zclose (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtoken.c98 #define zclose(fd) do { if (fd >= 0) close(fd); fd = -1; } while (0)
381 zclose(fs_fd); in child()
398 zclose(token_fd); in child()
407 zclose(sock_fd); in child()
408 zclose(mnt_fd); in child()
409 zclose(fs_fd); in child()
410 zclose(bpffs_fd); in child()
411 zclose(token_fd); in child()
457 zclose(fs_fd); in parent()
468 zclose(sock_f in parent()
92 #define zclose( global() macro
[all...]
/linux/tools/lib/bpf/
H A Dlibbpf.c332 #ifndef zclose
333 # define zclose(fd) ({ \ macro
803 zclose(prog->fd); in bpf_program__unload()
1579 zclose(obj->efile.fd); in bpf_object__elf_finish()
5765 zclose(obj->maps[j].fd); in bpf_object__create_maps()
8614 zclose(obj->maps[i].fd); in bpf_object_unload()
9616 zclose(map->fd); in bpf_map__destroy()