Home
last modified time | relevance | path

Searched refs:abstract (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/openbmc/linux/Documentation/admin-guide/acpi/
H A Dcppc_sysfs.rst13 performance of a logical processor on a contiguous and abstract performance
14 scale. CPPC exposes a set of registers to describe abstract performance scale,
40 * highest_perf : Highest performance of this processor (abstract scale).
42 (abstract scale).
44 power savings (abstract scale).
45 * lowest_perf : Lowest performance of this processor (abstract scale).
50 frequency instead of abstract scale. These values should not be used for any
59 accumulates (abstract scale).
/openbmc/linux/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c229 bool abstract; in FIXTURE_VARIANT() local
235 .abstract = 0, in FIXTURE_VARIANT_ADD()
241 .abstract = 1, in FIXTURE_VARIANT_ADD()
247 .abstract = 0, in FIXTURE_VARIANT_ADD()
253 .abstract = 1, in FIXTURE_VARIANT_ADD()
270 if (!variant->abstract) { in FIXTURE_TEARDOWN()
276 static void fill_sockaddr(struct sock_addr *addr, bool abstract) in fill_sockaddr() argument
284 if (abstract) { in fill_sockaddr()
312 fill_sockaddr(self->client_addr, variant->abstract); in client()
383 fill_sockaddr(&self->server_addr, variant->abstract); in TEST_F()
/openbmc/qemu/tests/qtest/
H A Ddevice-introspect-test.c29 bool abstract) in qom_list_types() argument
35 qdict_put_bool(args, "abstract", abstract); in qom_list_types()
98 static QList *device_type_list(QTestState *qts, bool abstract) in device_type_list() argument
100 return qom_list_types(qts, "device", abstract); in device_type_list()
181 bool abstract = qdict_haskey(d, "abstract") ? in test_qom_list_fields() local
186 g_assert(abstract == expected_abstract); in test_qom_list_fields()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-memory-tiers7 named by the abstract distance of the memory tier.
19 memory tier, memtierN, where N is derived based on abstract distance.
/openbmc/qemu/qom/
H A Dqom-qmp-cmds.c100 info->has_abstract = info->abstract = object_class_is_abstract(klass); in qom_list_types_tramp()
110 bool abstract, in qmp_qom_list_types() argument
116 object_class_foreach(qom_list_types_tramp, implements, abstract, &ret); in qmp_qom_list_types()
/openbmc/qemu/qapi/
H A Dsockets.json83 # @abstract: if true, this is a Linux abstract socket address. @path
87 # @tight: if false, pad an abstract socket address with enough null
96 '*abstract': { 'type': 'bool', 'if': 'CONFIG_LINUX' },
/openbmc/qemu/util/
H A Dqemu-sockets.c880 return saddr->abstract; in saddr_is_abstract()
899 bool abstract = saddr_is_abstract(saddr); in unix_listen_saddr() local
913 if (saddr->path[0] || abstract) { in unix_listen_saddr()
922 (abstract && pathlen > (sizeof(un.sun_path) - 1))) { in unix_listen_saddr()
925 abstract ? sizeof(un.sun_path) - 1 : in unix_listen_saddr()
947 if (!abstract && unlink(path) < 0 && errno != ENOENT) { in unix_listen_saddr()
957 if (abstract) { in unix_listen_saddr()
987 bool abstract = saddr_is_abstract(saddr); in unix_connect_saddr() local
1006 (abstract && pathlen > (sizeof(un.sun_path) - 1))) { in unix_connect_saddr()
1018 if (abstract) { in unix_connect_saddr()
[all …]
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw-input.c99 .abstract = true,
106 .abstract = true,
H A Dap-device.c29 .abstract = true,
/openbmc/qemu/scripts/
H A Dcompare-machine-types.py61 def __init__(self, vm: QEMUMachine, name: str, abstract: bool) -> None:
64 self.abstract = abstract
177 qom_all_types = vm.cmd('qom-list-types', abstract=True)
200 assert not drv.abstract
/openbmc/qemu/hw/pcmcia/
H A Dpcmcia.c15 .abstract = true,
/openbmc/qemu/hw/virtio/
H A Dvirtio-input-pci.c119 .abstract = true,
126 .abstract = true,
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-asttokens_2.4.1.bb1 SUMMARY = "The asttokens module annotates Python abstract syntax trees (ASTs)"
H A Dpython3-pyproject-api_1.6.1.bb4 SUMMARY = "pyproject-api aims to abstract away interaction with pyproject.toml style projects in a …
H A Dpython3-astroid_3.1.0.bb1 SUMMARY = "An abstract syntax tree for Python with inference support."
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/physfs/
H A Dphysfs_3.0.2.bb1 SUMMARY = "PhysicsFS is a library to provide abstract access to various archives"
/openbmc/qemu/hw/pci/
H A Dpcie_port.c213 .abstract = true,
243 .abstract = true,
/openbmc/qemu/authz/
H A Dbase.c74 .abstract = true,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/
H A Dgphoto2_2.5.28.bb11 file://0001-gphoto2-Use-pthread_t-abstract-type-for-thead-IDs.patch \
/openbmc/qemu/accel/qtest/
H A Dqtest.c75 .abstract = true,
/openbmc/linux/drivers/staging/vt6656/
H A DTODO8 - abstract VT3184 chipset specific code
/openbmc/linux/drivers/staging/vt6655/
H A DTODO8 - abstract VT3253 chipset specific code
/openbmc/qemu/hw/misc/
H A Dimx_ccm.c78 .abstract = true,
/openbmc/qemu/hw/tricore/
H A Dtriboard.c91 .abstract = true,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gensio/
H A Dgensio_2.8.3.bb1 SUMMARY = "A library to abstract stream I/O like serial port, TCP, telnet, etc"

12345678910>>...14