Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_progs.c400 int sysctl_fd; in is_jit_enabled() local
402 sysctl_fd = open(jit_sysctl, 0, O_RDONLY); in is_jit_enabled()
403 if (sysctl_fd != -1) { in is_jit_enabled()
406 if (read(sysctl_fd, &tmpc, sizeof(tmpc)) == 1) in is_jit_enabled()
408 close(sysctl_fd); in is_jit_enabled()