Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dtrace_ext.c23 int err, pkt_fd, ext_fd; in test_trace_ext() local
63 ext_fd = bpf_program__fd(prog); in test_trace_ext()
72 bpf_program__set_attach_target(prog, ext_fd, "test_pkt_md_access_new"); in test_trace_ext()
76 bpf_program__set_attach_target(prog, ext_fd, "test_pkt_md_access_new"); in test_trace_ext()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_common.c244 msgs->ext_fd = -1; in task_msgs_init()
290 if (msgs->ext_fd >= 0) { in put_task_msgs()
292 msgs->ext_fd = -1; in put_task_msgs()
1523 msgs->ext_fd = bat_msg.fd; in mpp_collect_msgs()
H A Dmpp_common.h219 int ext_fd; member