/Linux-v4.19/drivers/hwtracing/coresight/ |
D | coresight-stm.c | 107 unsigned long *guaranteed; member 389 set_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options() 393 clear_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options() 424 flags |= test_bit(channel, drvdata->chs.guaranteed) ? in stm_generic_packet() 763 bitmap_clear(drvdata->chs.guaranteed, 0, drvdata->numsp); in stm_init_default_data() 790 unsigned long *guaranteed; in stm_probe() local 847 guaranteed = devm_kzalloc(dev, bitmap_size, GFP_KERNEL); in stm_probe() 848 if (!guaranteed) in stm_probe() 850 drvdata->chs.guaranteed = guaranteed; in stm_probe()
|
/Linux-v4.19/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-v4.19/arch/arm/boot/dts/ |
D | am335x-boneblack.dts | 22 * BeagleBone Blacks have PG 2.0 silicon which is guaranteed
|
/Linux-v4.19/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-v4.19/tools/bpf/bpftool/Documentation/ |
D | bpftool.rst | 40 Note that format of the output of all tools is not guaranteed to be
|
/Linux-v4.19/Documentation/devicetree/bindings/power/ |
D | domain-idle-state.txt | 18 The exit-latency-us duration may be guaranteed
|
/Linux-v4.19/Documentation/networking/ |
D | netdevices.txt | 57 Note: netif_running() is guaranteed false 89 Notes: netif_queue_stopped() is guaranteed true
|
/Linux-v4.19/Documentation/driver-api/ |
D | device-io.rst | 66 guaranteed to copy data in order. 82 from config space, which is guaranteed to soft-fail if the card doesn't 121 write ordering isn't guaranteed via :c:func:`mmiowb()` or one of the
|
/Linux-v4.19/tools/testing/selftests/powerpc/switch_endian/ |
D | check.S | 12 nop # guaranteed to be illegal in reverse-endian
|
/Linux-v4.19/Documentation/hwmon/ |
D | adc128d818 | 24 Measurements are guaranteed between -55 and +125 degrees. The temperature
|
D | thmc50 | 41 degrees Celsius, and are guaranteed within a range of -55 to +125 degrees.
|
D | lm80 | 37 is unclear about this). Measurements are guaranteed between -55 and
|
D | gl518sm | 39 situation. Measurements are guaranteed between -10 degrees and +110
|
/Linux-v4.19/Documentation/acpi/ |
D | acpi-lid.txt | 36 changed to "opened". Thus the "opened" notification is not guaranteed. But 37 it is guaranteed that the AML tables always notify "closed" when the lid
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | cpuid.txt | 6 cpuid. This is not always guaranteed to work, since userspace can
|
D | msr.txt | 29 guaranteed to update this data at the moment of MSR write. 117 0 | 24 | multiple cpus are guaranteed to 262 Hypervisor is guaranteed to only modify this least
|
/Linux-v4.19/drivers/mtd/nand/onenand/ |
D | Kconfig | 53 OTP block is fully-guaranteed to be a valid block.
|
/Linux-v4.19/Documentation/media/uapi/mediactl/ |
D | media-ioc-device-info.rst | 101 used instead. The ``bus_info`` field is guaranteed to be unique, but can
|
/Linux-v4.19/Documentation/filesystems/ |
D | jfs.txt | 23 guaranteed if the system abnormally abends.
|
/Linux-v4.19/Documentation/core-api/ |
D | atomic_ops.rst | 42 are guaranteed to be correct reflecting the initialized value if the 63 all threads are guaranteed to be correct reflecting either the value that has 66 is guaranteed to be readable with atomic_read from another thread. 73 The read is atomic in that the return value is guaranteed to be one of the 88 and atomic_set(). This is not uniformly guaranteed, and may change in 331 be guaranteed that no other entity can be accessing the object::
|
/Linux-v4.19/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-v4.19/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 39 unsigned char guaranteed; member 678 cap->lowest, cap->efficient, cap->guaranteed, cap->highest); in print_hwp_cap() 687 cap->guaranteed = msr_perf_2_ratio(HWP_GUARANTEED_PERF(msr)); in read_hwp_cap()
|
/Linux-v4.19/Documentation/ |
D | this_cpu_ops.txt | 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
|
/Linux-v4.19/arch/sh/ |
D | Kconfig.debug | 75 can already be guaranteed to ber zeroed on boot, say Y.
|