Home
last modified time | relevance | path

Searched full:guaranteed (Results 1 – 25 of 1449) sorted by relevance

12345678910>>...58

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcoresight-stm.h9 * The CoreSight STM supports guaranteed and invariant timing
10 * transactions. Guaranteed transactions are guaranteed to be
13 * timing transactions are not guaranteed to be traced, they
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcoresight-stm.h9 * The CoreSight STM supports guaranteed and invariant timing
10 * transactions. Guaranteed transactions are guaranteed to be
13 * timing transactions are not guaranteed to be traced, they
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcoresight-stm.h12 * The CoreSight STM supports guaranteed and invariant timing
13 * transactions. Guaranteed transactions are guaranteed to be
16 * timing transactions are not guaranteed to be traced, they
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-stm.c14 * Guaranteed timing and support for various packet type coming from the
103 * @guaraneed: is the channel delivery guaranteed.
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()
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()
[all …]
/OK3568_Linux_fs/kernel/mm/
H A Dmempool.c6 * for guaranteed, deadlock-free memory allocations during
197 * First pre-allocate the guaranteed number of buffers. in mempool_init_node()
217 * @min_nr: the minimum number of elements guaranteed to be
239 * @min_nr: the minimum number of elements guaranteed to be
245 * this function creates and allocates a guaranteed size, preallocated
285 * @new_min_nr: the new minimum number of elements guaranteed to be
289 * it cannot be guaranteed that the pool will be grown to the new
476 * For correctness, we need a test which is guaranteed to trigger in mempool_free()
483 * min_nr is guaranteed to see curr_nr < min_nr unless curr_nr gets in mempool_free()
/OK3568_Linux_fs/kernel/lib/
H A Diomap_copy.c16 * time. Order of access is not guaranteed, nor is a memory barrier
39 * time. Order of access is not guaranteed, nor is a memory barrier
60 * time. Order of access is not guaranteed, nor is a memory barrier
/OK3568_Linux_fs/kernel/fs/iomap/
H A Dapply.c36 * span multiple pages - it is only guaranteed to return a range of a in iomap_apply()
41 * that the allocation is guaranteed to succeed later on. Once we copy in iomap_apply()
73 * Now that we have guaranteed that the space allocation will succeed, in iomap_apply()
/OK3568_Linux_fs/kernel/tools/memory-model/litmus-tests/
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
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
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dpercpu-rwsem.c72 * writer is guaranteed to see the reader's increment. in __percpu_down_read_trylock()
75 * the writer looks are guaranteed to see the sem->block value, which in __percpu_down_read_trylock()
76 * in turn means that they are guaranteed to immediately decrement in __percpu_down_read_trylock()
248 * If they don't see our store of sem->block, then we are guaranteed to in percpu_down_write()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dcontainer_fwd.hpp259 //! guaranteed to be ordered
264 //! guaranteed to be ordered
268 //! guaranteed to be ordered and unique
274 //! guaranteed to be ordered and unique
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dhash_bytes.h43 // byte array. The actual hash algorithm is not guaranteed to stay
50 // algorithm is guaranteed to stay the same from release to release.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dhash_bytes.h43 // byte array. The actual hash algorithm is not guaranteed to stay
50 // algorithm is guaranteed to stay the same from release to release.
/OK3568_Linux_fs/kernel/crypto/
H A Ddh.c16 MPI p; /* Value is guaranteed to be set. */
18 MPI g; /* Value is guaranteed to be set. */
19 MPI xa; /* Value is guaranteed to be set. */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/actor/
H A Dactor.hpp25 a FIFO queue. Messages sent from actor S to actor R are guaranteed to be processed in the
27 to R is *not* guaranteed (and can't be: S1 and S2 may be acting asynchronously with respect
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A 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::
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dmediatek-bluetooth.txt75 guaranteed.
78 design should be guaranteed.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_limits.h114 * The maximum number of vertex arrays we're guaranteed to support in
120 * The maximum number of primitive ranges we're guaranteed to support
/OK3568_Linux_fs/kernel/include/linux/
H A Dcgroup.h174 * css which finished ->css_online() is guaranteed to be visible in the
197 * css which finished ->css_online() is guaranteed to be visible in the
227 * while inheriting. The state update to the parent is guaranteed to be
258 * css which finished ->css_online() is guaranteed to be visible in the
285 * Also, all are guaranteed to share the same source and destination csses.
508 * reference on and return it. This function is guaranteed to return a
690 * that the new kthreads are guaranteed to stay in the root until in cgroup_init_kthreadd()
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTThreadPool.h61 // guaranteed to run concurrently without excessive delay.
135 // thread id. Length of the resulting name is guaranteed to be less or equal
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/hwcnt/
H A Dmali_kbase_hwcnt_accumulator.h60 * For each dump, it is guaranteed that all enabled counters were active for the
63 * It is also guaranteed that the start time of dump "n" is always equal to the
H A Dmali_kbase_hwcnt_context.h76 * After this function call returns, it is guaranteed that counters will not be
91 * After this function call returns true, it is guaranteed that counters will
/OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/
H A Dcpu.c77 * Set guaranteed ratio [21:16] from IACORE_RATIOS to bits [15:8] of in set_max_freq()
84 * Set guaranteed vid [21:16] from IACORE_VIDS to bits [7:0] of in set_max_freq()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A 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 …]
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dos.h150 // CLFLUSH is only ordered by the MFENCE instruction. It is not guaranteed in FastFlush()
189 // CLFLUSH is only ordered by the MFENCE instruction. It is not guaranteed in FastFlushList()
218 // CLFLUSH is only ordered by the MFENCE instruction. It is not guaranteed in FastFlushHint()
243 // CLFLUSH is only ordered by the MFENCE instruction. It is not guaranteed in FastFlushSync()

12345678910>>...58