Home
last modified time | relevance | path

Searched refs:local_t (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dlocal.h12 } local_t; typedef
19 static inline void local_inc(local_t *l) in local_inc()
25 static inline void local_dec(local_t *l) in local_dec()
31 static inline void local_add(long i, local_t *l) in local_add()
38 static inline void local_sub(long i, local_t *l) in local_sub()
54 static inline bool local_sub_and_test(long i, local_t *l) in local_sub_and_test()
67 static inline bool local_dec_and_test(local_t *l) in local_dec_and_test()
80 static inline bool local_inc_and_test(local_t *l) in local_inc_and_test()
94 static inline bool local_add_negative(long i, local_t *l) in local_add_negative()
106 static inline long local_add_return(long i, local_t *l) in local_add_return()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dlocal.h16 } local_t; typedef
20 static __inline__ long local_read(const local_t *l) in local_read()
25 static __inline__ void local_set(local_t *l, long i) in local_set()
31 static __inline__ void local_##op(long i, local_t *l) \
41 static __inline__ long local_##op##_return(long a, local_t *l) \
79 static __inline__ long local_cmpxchg(local_t *l, long o, long n) in local_cmpxchg()
93 static __inline__ long local_xchg(local_t *l, long n) in local_xchg()
115 static __inline__ int local_add_unless(local_t *l, long a, long u) in local_add_unless()
/OK3568_Linux_fs/kernel/block/
H A Dmq-deadline-cgroup.h18 local_t inserted;
19 local_t merged;
20 local_t dispatched;
21 local_t completed;
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dlocal_ops.rst18 Note that ``local_t`` based operations are not recommended for general
20 really a special purpose. Most uses of ``local_t`` in the kernel have been
22 relocation with the ``local_t`` like semantics in a single instruction and
41 CPU writes to the ``local_t`` data. This is done by using per cpu data and
43 however permitted to read ``local_t`` data from any CPU: it will then appear to
56 The ``local_t`` type is defined as an opaque ``signed long`` by embedding an
60 typedef struct { atomic_long_t a; } local_t;
69 to update its ``local_t`` variables.
95 static DEFINE_PER_CPU(local_t, counters) = LOCAL_INIT(0);
131 the ``local_t`` variable as a counter of bytes written in a buffer: there should
[all …]
H A Datomic_ops.rst26 local_t is very similar to atomic_t. If the counter is per CPU and only
27 updated by one CPU, local_t is probably more appropriate. Please see
29 local_t.
/OK3568_Linux_fs/kernel/kernel/events/
H A Dinternal.h26 local_t head; /* write position */
28 local_t events; /* event limit */
29 local_t wakeup; /* wakeup stamp */
30 local_t lost; /* nr records lost */
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dlocal.h11 } local_t; typedef
21 static __inline__ long local_add_return(long i, local_t * l) in local_add_return()
38 static __inline__ long local_sub_return(long i, local_t * l) in local_sub_return()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dlocal.h15 } local_t; typedef
30 static __inline__ long local_add_return(long i, local_t * l) in local_add_return()
79 static __inline__ long local_sub_return(long i, local_t * l) in local_sub_return()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Dadrc_head.h75 } local_t; typedef
99 local_t LocalTMOSetting;
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dring_buffer.c317 local_t commit; /* write committed index */
331 local_t write; /* index for next write */
333 local_t entries; /* entries on this page */
478 local_t cnt;
479 local_t top;
480 local_t bottom;
512 local_t entries_bytes;
513 local_t entries;
514 local_t overrun;
515 local_t commit_overrun;
[all …]
H A Dring_buffer_benchmark.c17 local_t commit;
/OK3568_Linux_fs/kernel/include/linux/
H A Dcookie.h10 local_t nesting;
H A Dpart_stat.h13 local_t in_flight[2];
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dpt.h81 local_t data_size;
H A Dbts.c57 local_t data_size;
58 local_t head;
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dlocal.h25 } local_t; typedef
H A Dlocal64.h25 local_t a;
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-etm.h241 local_t mode;
H A Dcoresight-priv.h101 local_t data_size;
H A Dcoresight-etb10.c89 local_t reading;
H A Dcoresight-stm.c138 local_t mode;
H A Dcoresight-etm4x.h938 local_t mode;
/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A Dme-debugfs.c21 local_t *pv; in fpuemu_stat_get()
/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/
H A Dchrono1123 struct local_t { };
1125 using local_time = time_point<local_t, _Duration>;
/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/
H A Dchrono1123 struct local_t { };
1125 using local_time = time_point<local_t, _Duration>;

12