Home
last modified time | relevance | path

Searched defs:lfd (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/gpio/
H A Dgpio-mockup-cdev.c46 static int get_value_v2(int lfd) in get_value_v2()
79 static int get_value_v1(int lfd) in get_value_v1()
119 int opt, ret, cfd, lfd; in main() local
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_log.c86 u32 lfd; member
268 static inline int xe_guc_log_add_lfd_header(struct guc_lfd_data *lfd) in xe_guc_log_add_lfd_header()
277 struct guc_lfd_data lfd; in xe_guc_log_add_typed_payload() local
324 struct guc_lfd_data lfd; in xe_guc_log_add_os_id() local
458 struct guc_lfd_data lfd; in xe_guc_log_add_log_event() local
530 struct guc_lfd_data lfd; in xe_guc_log_add_crash_dump() local
/linux/arch/powerpc/math-emu/
H A Dlfd.c10 lfd(void *frD, void *ea) in lfd() function
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c68 int lfd = -1, fd = -1; in do_test() local
149 int lfd = -1, fd = -1, tmp_stg, err; in test_dctcp() local
261 int err, lfd = -1, cli_fd = -1, srv_fd = -1; in test_dctcp_fallback() local
/linux/tools/testing/selftests/net/af_unix/
H A Dtest_unix_oob.c
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c726 int send_recv_data(int lfd, int fd, uint32_t total_bytes) in send_recv_data()