Home
last modified time | relevance | path

Searched refs:guaranteed (Results 1 – 25 of 247) sorted by relevance

12345678910

/openbmc/linux/tools/memory-model/litmus-tests/
H A DMP+porevlocks.litmus9 * given lock), a CPU is not only guaranteed to see the accesses that other
10 * CPUs made while previously holding that lock, it is also guaranteed to
H A DMP+polocks.litmus9 * given lock), a CPU is not only guaranteed to see the accesses that other
10 * CPUs made while previously holding that lock, it is also guaranteed
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-stm.c109 unsigned long *guaranteed; member
384 set_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options()
388 clear_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options()
421 stm_flags |= test_bit(channel, drvdata->chs.guaranteed) ? in stm_generic_packet()
783 bitmap_clear(drvdata->chs.guaranteed, 0, drvdata->numsp); in stm_init_default_data()
857 drvdata->chs.guaranteed = devm_bitmap_zalloc(dev, drvdata->numsp, in stm_probe()
859 if (!drvdata->chs.guaranteed) in stm_probe()
/openbmc/linux/Documentation/admin-guide/
H A Dabi-stable.rst7 restrictions, and backward compatibility for them will be guaranteed
/openbmc/linux/drivers/staging/media/meson/vdec/
H A DTODO4 It is at the moment not guaranteed to work properly with a userspace
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DBorceux18 Of course no support is guaranteed, but the author will attempt to assist with problems. Current e…
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmediatek-bluetooth.txt75 guaranteed.
78 design should be guaranteed.
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libalgorithm/
H A Dlibalgorithm-diff-perl_1.15.bb6 program. It is guaranteed to find the *smallest possible* set of \
/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/
H A Denable_test_data_dir_set.patch7 TESTDATADIR, since the default is guaranteed to be wrong for target builds.
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxdamage_1.1.6.bb6 rectangular areas within the drawable. The rectangles are guaranteed to \
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c315 int allocated, free, reserved, guaranteed, from_free; in mlx4_grant_resource() local
330 guaranteed = res_alloc->guaranteed[slave]; in mlx4_grant_resource()
339 if (allocated + count <= guaranteed) { in mlx4_grant_resource()
344 if (guaranteed - allocated > 0) in mlx4_grant_resource()
345 from_free = count - (guaranteed - allocated); in mlx4_grant_resource()
385 int allocated, guaranteed, from_rsvd; in mlx4_release_resource() local
396 guaranteed = res_alloc->guaranteed[slave]; in mlx4_release_resource()
398 if (allocated - count >= guaranteed) { in mlx4_release_resource()
402 if (allocated - guaranteed > 0) in mlx4_release_resource()
403 from_rsvd = count - (allocated - guaranteed); in mlx4_release_resource()
[all …]
/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/
H A D0001-test-regress_dns.c-patch-out-tests-that-require-a-wo.patch7 This is not guaranteed for ptests under qemu, and in the absence
/openbmc/qemu/qapi/
H A Dmachine-target.json44 # @full: Expand all properties. The produced model is not guaranteed
70 # guaranteed to run where model B runs and the other way around.
73 # guaranteed to run where model B runs and the other way around.
76 # guaranteed to run where model A runs. There are no guarantees
79 # @subset: If model A is a subset of model B, model A is guaranteed to
195 # the created CPU model is guaranteed to run where the given CPU
H A Dintrospect.json30 # is not guaranteed to have the same stability. For example, one
41 # names are guaranteed to be unique (no name will be duplicated
88 # guaranteed unique regardless of @meta-type.
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool.rst58 Note that format of the output of all tools is not guaranteed to be
/openbmc/openbmc/poky/meta/recipes-support/aspell/aspell/
H A D0001-modules-speller-default-vector_hash-t.hpp-fix-gcc-15.patch7 guaranteed to fail in
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/
H A D0006-use-intptr_t-to-fix-pointer-to-int-cast-issues.patch6 uintptr_t is guaranteed to be wide enough that
/openbmc/u-boot/doc/
H A DREADME.link-local7 This is especially useful if a DHCP server cannot be guaranteed
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dacpi-lid.rst43 changed to "opened". Thus the "opened" notification is not guaranteed. But
44 it is guaranteed that the AML tables always notify "closed" when the lid
/openbmc/linux/tools/testing/selftests/powerpc/switch_endian/
H A Dcheck.S12 nop # guaranteed to be illegal in reverse-endian
/openbmc/linux/Documentation/hwmon/
H A Dadc128d818.rst27 Measurements are guaranteed between -55 and +125 degrees. The temperature
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-boneblack.dts20 * BeagleBone Blacks have PG 2.0 silicon which is guaranteed
/openbmc/linux/tools/memory-model/Documentation/
H A Dcontrol-dependencies.txt19 This is not guaranteed to provide any ordering because some types of CPUs
32 (usually) guaranteed for load-store control dependencies, as in the
104 guaranteed only when the stores differ, for example:
/openbmc/linux/Documentation/driver-api/surface_aggregator/
H A Dclient.rst83 lifetime be guaranteed via |ssam_controller_get| and |ssam_controller_put|.
109 guaranteed by linking the driver providing the SSAM device to the controller
149 guaranteed to be valid for at least as long as the client driver is bound,
154 is guaranteed when the controller is accessed from inside the bound client
/openbmc/linux/drivers/mtd/nand/onenand/
H A DKconfig55 OTP block is fully-guaranteed to be a valid block.

12345678910