Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dtest_progs.c942 FILE *log_fd = NULL; in dispatch_thread() local
1005 log_fd = open_memstream(&result->log_buf, &result->log_cnt); in dispatch_thread()
1006 if (!log_fd) in dispatch_thread()
1017 fprintf(log_fd, "%s", msg_log.test_log.log_buf); in dispatch_thread()
1021 fclose(log_fd); in dispatch_thread()
1022 log_fd = NULL; in dispatch_thread()
1048 if (log_fd) in dispatch_thread()
1049 fclose(log_fd); in dispatch_thread()

Completed in 5 milliseconds