Symbol: local_t
arch/alpha/include/asm/local.h
21
static __inline__ long local_add_return(long i, local_t * l)
arch/alpha/include/asm/local.h
38
static __inline__ long local_sub_return(long i, local_t * l)
arch/alpha/include/asm/local.h
55
static __inline__ long local_cmpxchg(local_t *l, long old, long new)
arch/alpha/include/asm/local.h
60
static __inline__ bool local_try_cmpxchg(local_t *l, long *old, long new)
arch/alpha/include/asm/local.h
77
local_add_unless(local_t *l, long a, long u)
arch/loongarch/include/asm/local.h
101
static inline bool local_try_cmpxchg(local_t *l, long *old, long new)
arch/loongarch/include/asm/local.h
119
local_add_unless(local_t *l, long a, long u)
arch/loongarch/include/asm/local.h
32
static inline long local_add_return(long i, local_t *l)
arch/loongarch/include/asm/local.h
46
static inline long local_sub_return(long i, local_t *l)
arch/loongarch/include/asm/local.h
61
static inline long local_add_return(long i, local_t *l)
arch/loongarch/include/asm/local.h
78
static inline long local_sub_return(long i, local_t *l)
arch/loongarch/include/asm/local.h
96
static inline long local_cmpxchg(local_t *l, long old, long new)
arch/mips/include/asm/local.h
102
static __inline__ bool local_try_cmpxchg(local_t *l, long *old, long new)
arch/mips/include/asm/local.h
120
local_add_unless(local_t *l, long a, long u)
arch/mips/include/asm/local.h
30
static __inline__ long local_add_return(long i, local_t * l)
arch/mips/include/asm/local.h
63
static __inline__ long local_sub_return(long i, local_t * l)
arch/mips/include/asm/local.h
97
static __inline__ long local_cmpxchg(local_t *l, long old, long new)
arch/mips/math-emu/me-debugfs.c
21
local_t *pv;
arch/powerpc/include/asm/local.h
104
static __inline__ long local_xchg(local_t *l, long n)
arch/powerpc/include/asm/local.h
126
static __inline__ bool local_add_unless(local_t *l, long a, long u)
arch/powerpc/include/asm/local.h
20
static __inline__ long local_read(const local_t *l)
arch/powerpc/include/asm/local.h
25
static __inline__ void local_set(local_t *l, long i)
arch/powerpc/include/asm/local.h
31
static __inline__ void local_##op(long i, local_t *l) \
arch/powerpc/include/asm/local.h
41
static __inline__ long local_##op##_return(long a, local_t *l) \
arch/powerpc/include/asm/local.h
79
static __inline__ long local_cmpxchg(local_t *l, long o, long n)
arch/powerpc/include/asm/local.h
93
static __inline__ bool local_try_cmpxchg(local_t *l, long *po, long n)
arch/x86/events/intel/bts.c
58
local_t data_size;
arch/x86/events/intel/bts.c
59
local_t head;
arch/x86/events/intel/pt.h
79
local_t data_size;
arch/x86/include/asm/local.h
106
static inline long local_add_return(long i, local_t *l)
arch/x86/include/asm/local.h
115
static inline long local_sub_return(long i, local_t *l)
arch/x86/include/asm/local.h
123
static inline long local_cmpxchg(local_t *l, long old, long new)
arch/x86/include/asm/local.h
128
static inline bool local_try_cmpxchg(local_t *l, long *old, long new)
arch/x86/include/asm/local.h
140
local_xchg(local_t *l, long n)
arch/x86/include/asm/local.h
159
local_add_unless(local_t *l, long a, long u)
arch/x86/include/asm/local.h
19
static inline void local_inc(local_t *l)
arch/x86/include/asm/local.h
25
static inline void local_dec(local_t *l)
arch/x86/include/asm/local.h
31
static inline void local_add(long i, local_t *l)
arch/x86/include/asm/local.h
38
static inline void local_sub(long i, local_t *l)
arch/x86/include/asm/local.h
54
static inline bool local_sub_and_test(long i, local_t *l)
arch/x86/include/asm/local.h
67
static inline bool local_dec_and_test(local_t *l)
arch/x86/include/asm/local.h
80
static inline bool local_inc_and_test(local_t *l)
arch/x86/include/asm/local.h
94
static inline bool local_add_negative(long i, local_t *l)
block/blk-iocost.c
392
local_t nr_met;
block/blk-iocost.c
393
local_t nr_missed;
drivers/hwtracing/coresight/coresight-etb10.c
88
local_t reading;
drivers/hwtracing/coresight/coresight-priv.h
108
local_t data_size;
include/asm-generic/local64.h
25
local_t a;
include/linux/cookie.h
10
local_t nesting;
include/linux/part_stat.h
14
local_t in_flight[2];
include/linux/perf_event.h
1075
local_t nr_no_switch_fast;
kernel/bpf/memalloc.c
87
local_t active;
kernel/events/internal.h
26
local_t head; /* write position */
kernel/events/internal.h
28
local_t events; /* event limit */
kernel/events/internal.h
29
local_t wakeup; /* wakeup stamp */
kernel/events/internal.h
30
local_t lost; /* nr records lost */
kernel/sched/sched.h
811
local_t reenq_local_deferred;
kernel/trace/ring_buffer.c
343
local_t commit; /* write committed index */
kernel/trace/ring_buffer.c
362
local_t write; /* index for next write */
kernel/trace/ring_buffer.c
364
local_t entries; /* entries on this page */
kernel/trace/ring_buffer.c
534
local_t entries_bytes;
kernel/trace/ring_buffer.c
535
local_t entries;
kernel/trace/ring_buffer.c
536
local_t overrun;
kernel/trace/ring_buffer.c
537
local_t commit_overrun;
kernel/trace/ring_buffer.c
538
local_t dropped_events;
kernel/trace/ring_buffer.c
539
local_t committing;
kernel/trace/ring_buffer.c
540
local_t commits;
kernel/trace/ring_buffer.c
541
local_t pages_touched;
kernel/trace/ring_buffer.c
542
local_t pages_lost;
kernel/trace/ring_buffer.c
543
local_t pages_read;
kernel/trace/ring_buffer_benchmark.c
17
local_t commit;
kernel/trace/trace.h
192
local_t disabled;
kernel/trace/trace_osnoise.c
216
local_t int_counter;
tools/lib/bpf/libbpf.c
5707
const struct btf_type *t, *local_t;
tools/lib/bpf/libbpf.c
5712
local_t = btf__type_by_id(local_cand->btf, local_cand->id);
tools/lib/bpf/libbpf.c
5713
local_name = btf__str_by_offset(local_cand->btf, local_t->name_off);
tools/lib/bpf/libbpf.c
5718
if (!btf_kind_core_compat(t, local_t))
tools/lib/bpf/libbpf.c
5733
local_cand->id, btf_kind_str(local_t),
tools/lib/bpf/libbpf.c
5853
const struct btf_type *local_t;
tools/lib/bpf/libbpf.c
5860
local_t = btf__type_by_id(local_btf, local_type_id);
tools/lib/bpf/libbpf.c
5861
if (!local_t)
tools/lib/bpf/libbpf.c
5864
local_name = btf__name_by_offset(local_btf, local_t->name_off);
tools/lib/bpf/relo_core.c
1455
static int bpf_core_enums_match(const struct btf *local_btf, const struct btf_type *local_t,
tools/lib/bpf/relo_core.c
1458
__u16 local_vlen = btf_vlen(local_t);
tools/lib/bpf/relo_core.c
1462
if (local_t->size != targ_t->size)
tools/lib/bpf/relo_core.c
1475
local_n_off = btf_is_enum(local_t) ? btf_enum(local_t)[i].name_off :
tools/lib/bpf/relo_core.c
1476
btf_enum64(local_t)[i].name_off;
tools/lib/bpf/relo_core.c
1494
static int bpf_core_composites_match(const struct btf *local_btf, const struct btf_type *local_t,
tools/lib/bpf/relo_core.c
1498
const struct btf_member *local_m = btf_members(local_t);
tools/lib/bpf/relo_core.c
1499
__u16 local_vlen = btf_vlen(local_t);
tools/lib/bpf/relo_core.c
1562
const struct btf_type *local_t, *targ_t;
tools/lib/bpf/relo_core.c
1574
local_t = skip_mods_and_typedefs(local_btf, local_id, &local_id);
tools/lib/bpf/relo_core.c
1576
if (!local_t || !targ_t)
tools/lib/bpf/relo_core.c
1583
if (!bpf_core_names_match(local_btf, local_t->name_off, targ_btf, targ_t->name_off))
tools/lib/bpf/relo_core.c
1586
local_k = btf_kind(local_t);
tools/lib/bpf/relo_core.c
1593
bool local_f = BTF_INFO_KFLAG(local_t->info);
tools/lib/bpf/relo_core.c
1617
return bpf_core_enums_match(local_btf, local_t, targ_btf, targ_t);
tools/lib/bpf/relo_core.c
1634
return bpf_core_composites_match(local_btf, local_t, targ_btf, targ_t,
tools/lib/bpf/relo_core.c
1644
local_sgn = btf_int_encoding(local_t) & BTF_INT_SIGNED;
tools/lib/bpf/relo_core.c
1647
return local_t->size == targ_t->size && local_sgn == targ_sgn;
tools/lib/bpf/relo_core.c
1655
local_id = local_t->type;
tools/lib/bpf/relo_core.c
1659
const struct btf_array *local_array = btf_array(local_t);
tools/lib/bpf/relo_core.c
1673
struct btf_param *local_p = btf_params(local_t);
tools/lib/bpf/relo_core.c
1675
__u16 local_vlen = btf_vlen(local_t);
tools/lib/bpf/relo_core.c
1693
local_id = local_t->type;
tools/lib/bpf/relo_core.c
1699
btf_kind_str(local_t), local_id, targ_id);