Home
last modified time | relevance | path

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

1234567

/Linux-v5.4/tools/memory-model/litmus-tests/
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
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
/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-stm.c108 unsigned long *guaranteed; member
390 set_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options()
394 clear_bit(channel, drvdata->chs.guaranteed); in stm_generic_set_options()
425 flags |= test_bit(channel, drvdata->chs.guaranteed) ? in stm_generic_packet()
829 bitmap_clear(drvdata->chs.guaranteed, 0, drvdata->numsp); in stm_init_default_data()
857 unsigned long *guaranteed; in stm_probe() local
906 guaranteed = devm_kzalloc(dev, bitmap_size, GFP_KERNEL); in stm_probe()
907 if (!guaranteed) in stm_probe()
909 drvdata->chs.guaranteed = guaranteed; in stm_probe()
/Linux-v5.4/drivers/staging/media/meson/vdec/
DTODO4 It is at the moment not guaranteed to work properly with a userspace
/Linux-v5.4/arch/arm/boot/dts/
Dam335x-boneblack.dts19 * BeagleBone Blacks have PG 2.0 silicon which is guaranteed
/Linux-v5.4/Documentation/devicetree/bindings/iio/dac/
Dti,dac7612.txt3 The DAC7612 is a dual, 12-bit digital-to-analog converter (DAC) with guaranteed
/Linux-v5.4/Documentation/devicetree/bindings/net/
Dmediatek-bluetooth.txt75 guaranteed.
78 design should be guaranteed.
/Linux-v5.4/Documentation/devicetree/bindings/power/
Ddomain-idle-state.txt18 The exit-latency-us duration may be guaranteed
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
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 …]
/Linux-v5.4/Documentation/networking/
Dnetdevices.txt57 Note: netif_running() is guaranteed false
89 Notes: netif_queue_stopped() is guaranteed true
/Linux-v5.4/tools/bpf/bpftool/Documentation/
Dbpftool.rst44 Note that format of the output of all tools is not guaranteed to be
/Linux-v5.4/Documentation/hwmon/
Dadc128d818.rst27 Measurements are guaranteed between -55 and +125 degrees. The temperature
Dthmc50.rst52 degrees Celsius, and are guaranteed within a range of -55 to +125 degrees.
Dlm80.rst48 is unclear about this). Measurements are guaranteed between -55 and
/Linux-v5.4/tools/testing/selftests/powerpc/switch_endian/
Dcheck.S12 nop # guaranteed to be illegal in reverse-endian
/Linux-v5.4/Documentation/firmware-guide/acpi/
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-v5.4/drivers/mtd/nand/onenand/
DKconfig54 OTP block is fully-guaranteed to be a valid block.
/Linux-v5.4/Documentation/virt/kvm/
Dcpuid.rst10 cpuid. This is not always guaranteed to work, since userspace can
Dmsr.txt29 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-v5.4/Documentation/driver-api/
Ddevice-io.rst66 guaranteed to copy data in order.
82 from config space, which is guaranteed to soft-fail if the card doesn't
/Linux-v5.4/Documentation/admin-guide/
Djfs.rst29 guaranteed if the system abnormally abends.
/Linux-v5.4/Documentation/core-api/
Datomic_ops.rst42 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-v5.4/Documentation/media/uapi/mediactl/
Dmedia-ioc-device-info.rst109 used instead. The ``bus_info`` field is guaranteed to be unique, but can
/Linux-v5.4/Documentation/media/uapi/v4l/
Dextended-controls.rst153 control class. It is guaranteed that these last 16 bits are always
162 supported, then it is guaranteed to enumerate over all controls,
/Linux-v5.4/drivers/block/paride/
DTransition-notes123 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

1234567