Home
last modified time | relevance | path

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

123456789

/linux-6.15/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
/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-stm.c110 unsigned long *guaranteed; member
395 set_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options()
399 clear_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options()
432 stm_flags |= test_bit(channel, drvdata->chs.guaranteed) ? in stm_generic_packet()
794 bitmap_clear(drvdata->chs.guaranteed, 0, drvdata->numsp); in stm_init_default_data()
880 drvdata->chs.guaranteed = devm_bitmap_zalloc(dev, drvdata->numsp, in __stm_probe()
882 if (!drvdata->chs.guaranteed) in __stm_probe()
/linux-6.15/Documentation/devicetree/bindings/net/bluetooth/
H A Dmediatek,bluetooth.txt39 guaranteed.
42 design should be guaranteed.
/linux-6.15/Documentation/admin-guide/
H A Dabi-stable.rst9 restrictions, and backward compatibility for them will be guaranteed
H A Djfs.rst29 guaranteed if the system abnormally abends.
/linux-6.15/drivers/staging/media/meson/vdec/
H A DTODO4 It is at the moment not guaranteed to work properly with a userspace
/linux-6.15/Documentation/devicetree/bindings/rng/
H A Dintel,ixp46x-rng.yaml11 location in memory. Each read is guaranteed to provide a unique
/linux-6.15/Documentation/devicetree/bindings/iio/dac/
H A Dti,dac7612.yaml11 guaranteed 12-bit monotonicity performance over the industrial temperature
/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c330 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()
385 int allocated, guaranteed, from_rsvd; in mlx4_release_resource() local
396 guaranteed = res_alloc->guaranteed[slave]; in mlx4_release_resource()
402 if (allocated - guaranteed > 0) in mlx4_release_resource()
601 res_alloc->guaranteed[t] = 2; in mlx4_init_resource_tracker()
607 res_alloc->guaranteed[t] = 2; in mlx4_init_resource_tracker()
619 res_alloc->guaranteed[t] = 0; in mlx4_init_resource_tracker()
624 res_alloc->guaranteed[t] = in mlx4_init_resource_tracker()
[all …]
/linux-6.15/tools/bpf/bpftool/Documentation/
H A Dbpftool.rst58 Note that format of the output of all tools is not guaranteed to be stable and
/linux-6.15/Documentation/devicetree/bindings/power/
H A Ddomain-idle-state.yaml34 state. Note that, the exit-latency-us duration may be guaranteed only
/linux-6.15/tools/testing/selftests/powerpc/switch_endian/
H A Dcheck.S12 nop # guaranteed to be illegal in reverse-endian
/linux-6.15/Documentation/hwmon/
H A Dadc128d818.rst27 Measurements are guaranteed between -55 and +125 degrees. The temperature
H A Dthmc50.rst52 degrees Celsius, and are guaranteed within a range of -55 to +125 degrees.
/linux-6.15/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
/linux-6.15/Documentation/userspace-api/gpio/
H A Dgpio-get-lineevent-ioctl.rst44 The state of a line is guaranteed to remain as requested until the returned
/linux-6.15/arch/arm/boot/dts/ti/omap/
H A Dam335x-boneblack.dts20 * BeagleBone Blacks have PG 2.0 silicon which is guaranteed
/linux-6.15/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:
/linux-6.15/drivers/mtd/nand/onenand/
H A DKconfig55 OTP block is fully-guaranteed to be a valid block.
/linux-6.15/drivers/staging/media/av7110/
H A DKconfig46 on the video output. This is kind of nonstandard and not guaranteed to
/linux-6.15/Documentation/networking/devlink/
H A Docteontx2.rst52 Its not guaranteed that counters gets enabled and mapped to all the default rules,
/linux-6.15/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
/linux-6.15/Documentation/virt/kvm/arm/
H A Dpvtime.rst46 domain. A total of 16 bytes from the IPA returned are guaranteed to be
/linux-6.15/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-device-info.rst98 used instead. The ``bus_info`` field is guaranteed to be unique, but can

123456789