/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | Kconfig | 6 select ACPI 9 select COMPAT 10 select CORE_PARKING 12 select HAS_CPUFREQ 13 select HAS_EHCI 15 select HAS_GDBSX 17 select HAS_KEXEC 23 select HAS_PCI 24 select HAS_PDX 25 select HAS_UBSAN [all …]
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | select.mli | 16 (** Same interface and semantics as [Unix.select] but with an extra alternative 19 val select: val 23 (** [use_poll true] will use poll based select with max fds number limitation 24 eliminated; [use_poll false] will use standard [Unix.select] with max fd 26 standard [Unix.select] with max fd number setting untouched. *)
|
A D | select.ml | 18 readfds, writefds, exceptfds concept as in select. *) 66 (* If the use_poll function is not called at all, we default to the original Unix.select behavior *) 67 let select_fun = ref Unix.select 72 else Unix.select, 1024 in 76 let select in_fds out_fds exc_fds timeout = function
|
A D | parse_arg.ml | 57 …("--use-select", Arg.Unit (fun () -> use_select := true), "Use select instead of poll"); (* for ba… 59 …-init] [--help] [--no-fork] [--reraise-top-level] [--restart] [--disable-socket] [--use-select]" in
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | Kconfig | 15 select HAS_GICV3 19 select HAS_ALTERNATIVE 20 select HAS_ARM_HDLCD 21 select HAS_DEVICE_TREE 22 select HAS_MEM_ACCESS 23 select HAS_PASSTHROUGH 24 select HAS_PDX 25 select VIDEO
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | kconfig-language.txt | 98 - reverse dependencies: "select" <symbol> ["if" <expr>] 107 select should be used with care. select will force 109 By abusing select you are able to select a symbol FOO even 111 In general use select only for non-visible symbols 374 select ... 375 select HAVE_GENERIC_IOMAP 376 select ... 379 config variable to select HAVE_GENERIC_IOMAP. 382 introduced to overcome the limitation of select which will force a 385 situation where select forces a symbol equals to 'y'.
|
/xen-4.10.0-shim-comet/xen/drivers/video/ |
A D | Kconfig | 7 select VIDEO
|
/xen-4.10.0-shim-comet/tools/blktap2/control/ |
A D | tap-ctl-ipc.c | 66 ret = select(fd + 1, &readfds, NULL, NULL, t); in tap_ctl_read_message() 122 ret = select(fd + 1, NULL, &writefds, NULL, t); in tap_ctl_write_message()
|
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/ |
A D | simd.c | 246 # define select(d, x, y, m) ({ \ macro 351 # undef select 353 # define select(d, x, y, m) \ macro 357 # define select(d, x, y, m) (*(d) = __builtin_ia32_blendvps(y, x, m)) macro 361 # define select(d, x, y, m) (*(d) = __builtin_ia32_blendvpd(y, x, m)) macro 383 # define select(d, x, y, m) (*(d) = __builtin_ia32_blendvps256(y, x, m)) macro 392 # define select(d, x, y, m) (*(d) = __builtin_ia32_blendvpd256(y, x, m)) macro 772 #ifdef select in simd_test() 774 select(&z, src, inv, alt); in simd_test() 776 select(&z, src, inv, alt > 0); in simd_test()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | cpuidle.h | 83 int (*select) (struct acpi_processor_power *dev); member
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_acpi.c | 46 struct acpi_ivrs_device4 select; member 412 const struct acpi_ivrs_device4 *select, struct amd_iommu *iommu) in parse_ivhd_device_select() argument 416 bdf = select->header.id; in parse_ivhd_device_select() 423 add_ivrs_mapping_entry(bdf, bdf, select->header.data_setting, iommu); in parse_ivhd_device_select() 425 return sizeof(*select); in parse_ivhd_device_select() 903 dev_length = parse_ivhd_device_select(&ivhd_device->select, iommu); in parse_ivhd_block() 1156 UPDATE_LAST_BDF(ivhd_device->select.header.id); in get_last_bdf_ivhd()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.gperf | 40 select, T_SELECT, TF_COMMAND
|
A D | zconf.hash.c_shipped | 112 char kconf_id_strings_str31[sizeof("select")]; 149 "select",
|
A D | streamline_config.pl | 231 } elsif ($state ne "NONE" && /^\s*select\s+(\S+)/) {
|
/xen-4.10.0-shim-comet/xen/ |
A D | Kconfig.debug | 34 select SUPPRESS_DUPLICATE_SYMBOL_WARNINGS 52 Automatically select gcov format based on gcc version.
|
/xen-4.10.0-shim-comet/tools/libvchan/ |
A D | node-select.c | 143 ret = select(libxenvchan_fd + 1, &rfds, &wfds, NULL, NULL); in main()
|
/xen-4.10.0-shim-comet/tools/xenstat/xentop/ |
A D | TODO | 9 Like Top, f feature, field select of domain columns, toggle the display of
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-ring.c | 354 ret = select(fd + 1, &readfds, NULL, NULL, t); in tapdisk_ring_read_message() 396 ret = select(fd + 1, NULL, &writefds, NULL, t); in tapdisk_ring_write_message()
|
A D | scheduler.c | 238 ret = select(s->max_fd + 1, &s->read_fds, in scheduler_wait_for_events()
|
/xen-4.10.0-shim-comet/tools/console/client/ |
A D | main.c | 116 if (select(xs_fd + 1, &watch_fdset, NULL, NULL, &tv)) { in get_pty_fd() 195 ret = select(max_fd + 1, &fds, NULL, NULL, NULL); in console_loop()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/eventchn/ |
A D | xeneventchn.mli | 34 (** Return a file descriptor suitable for Unix.select. When
|
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/ |
A D | cpuidle_menu.c | 293 .select = menu_select,
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/ |
A D | xs.mli | 66 (** get_fd return the fd of the connection to be able to select on it.
|
/xen-4.10.0-shim-comet/docs/misc/arm/ |
A D | early-printk.txt | 32 As a convenience it is also possible to select from a list of
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_migrate.c | 134 sr = select(recv_fd+1, &readfds,0,&exceptfds, &timeout); in migration_child_report() 138 sr = select(0,0,0,0, &timeout); in migration_child_report()
|