Home
last modified time | relevance | path

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

12345678

/linux/drivers/hwtracing/coresight/
A Dcoresight-stm.c108 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()
831 bitmap_clear(drvdata->chs.guaranteed, 0, drvdata->numsp); in stm_init_default_data()
859 unsigned long *guaranteed; in stm_probe() local
909 guaranteed = devm_kzalloc(dev, bitmap_size, GFP_KERNEL); in stm_probe()
910 if (!guaranteed) in stm_probe()
912 drvdata->chs.guaranteed = guaranteed; in stm_probe()
/linux/tools/memory-model/litmus-tests/
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
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
/linux/Documentation/admin-guide/
A Dabi-stable.rst7 restrictions, and backward compatibility for them will be guaranteed
A Djfs.rst29 guaranteed if the system abnormally abends.
/linux/drivers/staging/media/meson/vdec/
A DTODO4 It is at the moment not guaranteed to work properly with a userspace
/linux/Documentation/devicetree/bindings/net/
A Dmediatek-bluetooth.txt75 guaranteed.
78 design should be guaranteed.
/linux/Documentation/devicetree/bindings/rng/
A Dintel,ixp46x-rng.yaml11 location in memory. Each read is guaranteed to provide a unique
/linux/drivers/net/ethernet/mellanox/mlx4/
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/Documentation/devicetree/bindings/iio/dac/
A Dti,dac7612.yaml11 guaranteed 12-bit monotonicity performance over the industrial temperature
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool.rst44 Note that format of the output of all tools is not guaranteed to be
/linux/Documentation/devicetree/bindings/power/
A Ddomain-idle-state.yaml33 state. Note that, the exit-latency-us duration may be guaranteed only
/linux/Documentation/firmware-guide/acpi/
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/tools/testing/selftests/powerpc/switch_endian/
A Dcheck.S12 nop # guaranteed to be illegal in reverse-endian
/linux/Documentation/hwmon/
A Dadc128d818.rst27 Measurements are guaranteed between -55 and +125 degrees. The temperature
A Dthmc50.rst52 degrees Celsius, and are guaranteed within a range of -55 to +125 degrees.
/linux/tools/memory-model/Documentation/
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/Documentation/driver-api/surface_aggregator/
A Dclient.rst81 lifetime be guaranteed via |ssam_controller_get| and |ssam_controller_put|.
107 guaranteed by linking the driver providing the SSAM device to the controller
147 guaranteed to be valid for at least as long as the client driver is bound,
152 is guaranteed when the controller is accessed from inside the bound client
/linux/arch/arm/boot/dts/
A Dam335x-boneblack.dts20 * BeagleBone Blacks have PG 2.0 silicon which is guaranteed
/linux/drivers/mtd/nand/onenand/
A DKconfig54 OTP block is fully-guaranteed to be a valid block.
/linux/Documentation/userspace-api/media/v4l/
A Dextended-controls.rst146 control class. It is guaranteed that these last 16 bits are always
155 supported, then it is guaranteed to enumerate over all controls,
/linux/drivers/acpi/
A Dcppc_acpi.c1075 u64 high, low, guaranteed, nom, min_nonlinear, low_f = 0, nom_f = 0; in cppc_get_perf_caps() local
1124 cpc_read(cpunum, guaranteed_reg, &guaranteed); in cppc_get_perf_caps()
1125 perf_caps->guaranteed_perf = guaranteed; in cppc_get_perf_caps()
/linux/Documentation/core-api/
A Dthis_cpu_ops.rst224 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/Documentation/userspace-api/media/mediactl/
A Dmedia-ioc-device-info.rst98 used instead. The ``bus_info`` field is guaranteed to be unique, but can
/linux/Documentation/virt/kvm/arm/
A Dpvtime.rst44 domain. A total of 16 bytes from the IPA returned are guaranteed to be

Completed in 46 milliseconds

12345678