/Linux-v6.1/tools/memory-model/litmus-tests/ |
D | MP+polocks.litmus | 9 * 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
|
D | MP+porevlocks.litmus | 9 * 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
|
/Linux-v6.1/drivers/hwtracing/coresight/ |
D | coresight-stm.c | 108 unsigned long *guaranteed; member 391 set_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options() 395 clear_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options() 428 stm_flags |= test_bit(channel, drvdata->chs.guaranteed) ? in stm_generic_packet() 815 bitmap_clear(drvdata->chs.guaranteed, 0, drvdata->numsp); in stm_init_default_data() 889 drvdata->chs.guaranteed = devm_bitmap_zalloc(dev, drvdata->numsp, in stm_probe() 891 if (!drvdata->chs.guaranteed) in stm_probe()
|
/Linux-v6.1/Documentation/admin-guide/ |
D | abi-stable.rst | 7 restrictions, and backward compatibility for them will be guaranteed
|
D | jfs.rst | 29 guaranteed if the system abnormally abends.
|
D | filesystem-monitoring.rst | 44 The order of records is not guaranteed, and new records might be added
|
/Linux-v6.1/drivers/staging/media/meson/vdec/ |
D | TODO | 4 It is at the moment not guaranteed to work properly with a userspace
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | mediatek-bluetooth.txt | 75 guaranteed. 78 design should be guaranteed.
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 315 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 …]
|
/Linux-v6.1/tools/bpf/bpftool/Documentation/ |
D | bpftool.rst | 58 Note that format of the output of all tools is not guaranteed to be
|
/Linux-v6.1/tools/testing/selftests/powerpc/switch_endian/ |
D | check.S | 12 nop # guaranteed to be illegal in reverse-endian
|
/Linux-v6.1/Documentation/hwmon/ |
D | adc128d818.rst | 27 Measurements are guaranteed between -55 and +125 degrees. The temperature
|
D | thmc50.rst | 52 degrees Celsius, and are guaranteed within a range of -55 to +125 degrees.
|
D | lm80.rst | 48 is unclear about this). Measurements are guaranteed between -55 and
|
/Linux-v6.1/Documentation/firmware-guide/acpi/ |
D | acpi-lid.rst | 43 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-v6.1/arch/arm/boot/dts/ |
D | am335x-boneblack.dts | 20 * BeagleBone Blacks have PG 2.0 silicon which is guaranteed
|
/Linux-v6.1/tools/memory-model/Documentation/ |
D | control-dependencies.txt | 19 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-v6.1/drivers/mtd/nand/onenand/ |
D | Kconfig | 55 OTP block is fully-guaranteed to be a valid block.
|
/Linux-v6.1/Documentation/driver-api/surface_aggregator/ |
D | client.rst | 83 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-v6.1/Documentation/virt/kvm/arm/ |
D | pvtime.rst | 44 domain. A total of 16 bytes from the IPA returned are guaranteed to be
|
/Linux-v6.1/Documentation/userspace-api/media/mediactl/ |
D | media-ioc-device-info.rst | 98 used instead. The ``bus_info`` field is guaranteed to be unique, but can
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | extended-controls.rst | 146 control class. It is guaranteed that these last 16 bits are always 155 supported, then it is guaranteed to enumerate over all controls,
|
/Linux-v6.1/Documentation/virt/kvm/x86/ |
D | cpuid.rst | 10 cpuid. This is not always guaranteed to work, since userspace can
|
/Linux-v6.1/drivers/block/paride/ |
D | Transition-notes | 123 We don't need to reset it to NULL, since we are guaranteed that there 126 reason - the value is guaranteed to be set by the last ps_set_intr() and
|
/Linux-v6.1/Documentation/core-api/ |
D | this_cpu_ops.rst | 224 that are guaranteed to be atomic and then re-enable interrupts. Doing 234 modifies the variable, then RMW actions can not be guaranteed to be 277 If you use the variables as intended, this_cpu_ops() are guaranteed to
|