| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/epoll/ |
| H A D | epoll_wakeup_test.c | 16 int efd[3]; member 40 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1a() 52 pfd.fd = ctx->efd[0]; in waiter_entry1ap() 55 if (epoll_wait(ctx->efd[0], &e, 1, 0) > 0) in waiter_entry1ap() 67 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1o() 79 pfd.fd = ctx->efd[0]; in waiter_entry1op() 82 if (epoll_wait(ctx->efd[0], &e, 1, 0) > 0) in waiter_entry1op() 94 if (epoll_wait(ctx->efd[0], events, 2, -1) > 0) in waiter_entry2a() 106 pfd.fd = ctx->efd[0]; in waiter_entry2ap() 109 if (epoll_wait(ctx->efd[0], events, 2, 0) > 0) in waiter_entry2ap() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | task_fd_query_rawtp.c | 10 int efd, err, prog_fd; in test_task_fd_query_rawtp() local 18 efd = bpf_raw_tracepoint_open("sys_enter", prog_fd); in test_task_fd_query_rawtp() 19 if (CHECK(efd < 0, "raw_tp_open", "err %d errno %d\n", efd, errno)) in test_task_fd_query_rawtp() 24 err = bpf_task_fd_query(getpid(), efd, 0, buf, &len, &prog_id, in test_task_fd_query_rawtp() 38 err = bpf_task_fd_query(getpid(), efd, 0, buf, &len, &prog_id, in test_task_fd_query_rawtp() 50 err = bpf_task_fd_query(getpid(), efd, 0, 0, &len, &prog_id, in test_task_fd_query_rawtp() 62 err = bpf_task_fd_query(getpid(), efd, 0, buf, &len, &prog_id, in test_task_fd_query_rawtp()
|
| H A D | task_fd_query_tp.c | 8 int err, bytes, efd, prog_fd, pmu_fd; in test_task_fd_query_tp_core() local 22 efd = open(buf, O_RDONLY, 0); in test_task_fd_query_tp_core() 23 if (CHECK(efd < 0, "open", "err %d errno %d\n", efd, errno)) in test_task_fd_query_tp_core() 25 bytes = read(efd, buf, sizeof(buf)); in test_task_fd_query_tp_core() 26 close(efd); in test_task_fd_query_tp_core()
|
| H A D | tp_attach_query.c | 7 int i, j, bytes, efd, err, prog_fd[num_progs], pmu_fd[num_progs]; in test_tp_attach_query() local 21 efd = open(buf, O_RDONLY, 0); in test_tp_attach_query() 22 if (CHECK(efd < 0, "open", "err %d errno %d\n", efd, errno)) in test_tp_attach_query() 24 bytes = read(efd, buf, sizeof(buf)); in test_tp_attach_query() 25 close(efd); in test_tp_attach_query()
|
| /OK3568_Linux_fs/kernel/tools/cgroup/ |
| H A D | cgroup_event_listener.c | 24 int efd = -1; in main() local 47 efd = eventfd(0, 0); in main() 48 if (efd == -1) in main() 51 ret = snprintf(line, LINE_MAX, "%d %d %s", efd, cfd, argv[2]); in main() 62 ret = read(efd, &result, sizeof(result)); in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | get_cgroup_id_user.c | 52 int err, bytes, efd, prog_fd, pmu_fd; in main() local 84 efd = open(buf, O_RDONLY, 0); in main() 85 if (CHECK(efd < 0, "open", "err %d errno %d\n", efd, errno)) in main() 87 bytes = read(efd, buf, sizeof(buf)); in main() 88 close(efd); in main()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | bpf_load.c | 93 int fd, efd, err, id; in load_and_attach() local 159 efd = bpf_raw_tracepoint_open(event + 15, fd); in load_and_attach() 160 if (efd < 0) { in load_and_attach() 164 event_fd[prog_cnt - 1] = efd; in load_and_attach() 225 efd = open(buf, O_RDONLY, 0); in load_and_attach() 226 if (efd < 0) { in load_and_attach() 231 err = read(efd, buf, sizeof(buf)); in load_and_attach() 237 close(efd); in load_and_attach() 243 efd = sys_perf_event_open(&attr, -1/*pid*/, 0/*cpu*/, -1/*group_fd*/, 0); in load_and_attach() 244 if (efd < 0) { in load_and_attach() [all …]
|
| H A D | task_fd_query_user.c | 223 int err, res, kfd, efd; in test_debug_fs_uprobe() local 245 efd = open(buf, O_RDONLY, 0); in test_debug_fs_uprobe() 246 CHECK_PERROR_RET(efd < 0); in test_debug_fs_uprobe() 248 bytes = read(efd, buf, sizeof(buf)); in test_debug_fs_uprobe() 250 close(efd); in test_debug_fs_uprobe()
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | epoll-wait.c | 191 int efd = multiq ? w->epollfd : epollfd; in workerfn() local 208 ret = epoll_wait(efd, &ev, 1, to); in workerfn() 221 ret = epoll_ctl(efd, EPOLL_CTL_ADD, fd, &ev); in workerfn() 227 ret = epoll_ctl(efd, EPOLL_CTL_MOD, fd, &ev); in workerfn() 244 int efd = multiq ? w->epollfd : epollfd; in nest_epollfd() local 268 if (epoll_ctl(efd, EPOLL_CTL_ADD, *epollfdp, &ev) < 0) in nest_epollfd() 328 int efd = multiq ? w->epollfd : epollfd; in do_threads() local 338 ret = epoll_ctl(efd, EPOLL_CTL_ADD, in do_threads()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | ses.c | 482 struct efd { struct 490 struct efd *efd = data; in ses_enclosure_find_by_addr() argument 499 if (scomp->addr != efd->addr) in ses_enclosure_find_by_addr() 502 if (enclosure_add_device(edev, i, efd->dev) == 0) in ses_enclosure_find_by_addr() 503 kobject_uevent(&efd->dev->kobj, KOBJ_CHANGE); in ses_enclosure_find_by_addr() 620 struct efd efd = { in ses_match_to_enclosure() local 628 efd.addr = sas_get_address(sdev); in ses_match_to_enclosure() 630 if (efd.addr) { in ses_match_to_enclosure() 631 efd.dev = &sdev->sdev_gendev; in ses_match_to_enclosure() 633 enclosure_for_each_device(ses_enclosure_find_by_addr, &efd); in ses_match_to_enclosure()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | vmpressure.c | 154 struct eventfd_ctx *efd; member 175 eventfd_signal(ev->efd, 1); in vmpressure_event() 411 ev->efd = eventfd; in vmpressure_register_event() 443 if (ev->efd != eventfd) in vmpressure_unregister_event()
|
| H A D | memcontrol.c | 4899 unsigned int efd, cfd; in memcg_write_event_control() local 4909 efd = simple_strtoul(buf, &endp, 10); in memcg_write_event_control() 4929 efile = fdget(efd); in memcg_write_event_control()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | kcmp.h | 23 __u32 efd; /* epoll file descriptor */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | kcmp.h | 23 __u32 efd; /* epoll file descriptor */ member
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | kcmp.h | 23 __u32 efd; /* epoll file descriptor */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | kcmp.h | 23 __u32 efd; /* epoll file descriptor */ member
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/powerpc/ |
| H A D | tune-ppce500v2.inc | 10 TARGET_FPU .= "${@bb.utils.contains('TUNE_FEATURES', [ 'ppce500v2' , 'spe' ], 'ppc-efd', '', d)}"
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0041-gl-renderer-Honer-opaque-surface-s-alpha-channel.patch | 12 index f891478..0947efd 100644
|
| H A D | 0046-HACK-gl-renderer-Fix-random-hang-during-hotplug.patch | 14 index 0947efd..15b2292 100644
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kcmp/ |
| H A D | kcmp_test.c | 139 .efd = epollfd, in main()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kcmp.c | 124 filp_epoll = fcheck_files(files, slot.efd); in kcmp_epoll_target()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-common.inc | 29 if d.getVar('TARGET_FPU') in [ 'ppc-efd' ]:
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/ |
| H A D | 0002-replace-non-standard-uint-with-unsigned-int.patch | 85 int peer_sd, efd = 0;
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | tracepoint-analysis.rst | 324 0.00 : 34efd: ff
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ |
| H A D | glibc-package.inc | 129 if d.getVar('TARGET_FPU') in [ 'soft', 'ppc-efd' ]:
|