/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | local.h | 12 } 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() 48 * @l: pointer to type local_t 54 static inline bool local_sub_and_test(long i, local_t *l) in local_sub_and_test() 61 * @l: pointer to type local_t 67 static inline bool local_dec_and_test(local_t *l) in local_dec_and_test() 74 * @l: pointer to type local_t [all...] |
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | local.h | 12 } 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() 48 * @l: pointer to type local_t 54 static inline bool local_sub_and_test(long i, local_t *l) in local_sub_and_test() 61 * @l: pointer to type local_t 67 static inline bool local_dec_and_test(local_t *l) in local_dec_and_test() 74 * @l: pointer to type local_t [all...] |
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | local.h | 16 } 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) \ 66 * @l: pointer of type local_t 79 static __inline__ long local_cmpxchg(local_t *l, long o, long n) in local_cmpxchg() 93 static __inline__ bool local_try_cmpxchg(local_t *l, long *po, long n) in local_try_cmpxchg() 104 static __inline__ long local_xchg(local_t *l, long n) in local_xchg() 119 * @l: pointer of type local_t [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | local.h | 16 } 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) \ 66 * @l: pointer of type local_t 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() 108 * @l: pointer of type local_t 115 static __inline__ int local_add_unless(local_t * [all...] |
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | local.h | 15 } local_t; typedef 30 static inline long local_add_return(long i, local_t *l) in local_add_return() 44 static inline long local_sub_return(long i, local_t *l) in local_sub_return() 59 static inline long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg() 64 static inline bool local_try_cmpxchg(local_t *l, long *old, long new) in local_try_cmpxchg() 74 * @l: pointer of type local_t 97 * @l: pointer of type local_t 107 * @l: pointer of type local_t 117 * @l: pointer of type local_t 127 * @l: pointer of type local_t [all...] |
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | local.h | 11 } 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() 55 static __inline__ long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg() 60 static __inline__ bool local_try_cmpxchg(local_t *l, long *old, long new) in local_try_cmpxchg() 69 * @l: pointer of type local_t
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | relo_core.c | 1440 static int bpf_core_enums_match(const struct btf *local_btf, const struct btf_type *local_t, in bpf_core_enums_match() argument 1443 __u16 local_vlen = btf_vlen(local_t); in bpf_core_enums_match() 1447 if (local_t->size != targ_t->size) in bpf_core_enums_match() 1460 local_n_off = btf_is_enum(local_t) ? btf_enum(local_t)[i].name_off : in bpf_core_enums_match() 1461 btf_enum64(local_t)[i].name_off; in bpf_core_enums_match() 1479 static int bpf_core_composites_match(const struct btf *local_btf, const struct btf_type *local_t, in bpf_core_composites_match() argument 1483 const struct btf_member *local_m = btf_members(local_t); in bpf_core_composites_match() 1484 __u16 local_vlen = btf_vlen(local_t); in bpf_core_composites_match() 1547 const struct btf_type *local_t, *targ_ in __bpf_core_types_match() local [all...] |
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | local.h | 15 } local_t; typedef 30 static __inline__ long local_add_return(long i, local_t * l) in local_add_return() 63 static __inline__ long local_sub_return(long i, local_t * l) in local_sub_return() 97 static __inline__ long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg() 102 static __inline__ bool local_try_cmpxchg(local_t *l, long *old, long new) in local_try_cmpxchg() 112 * @l: pointer of type local_t 135 * @l: pointer of type local_t 145 * @l: pointer of type local_t 155 * @l: pointer of type local_t 165 * @l: pointer of type local_t [all...] |
/kernel/linux/linux-5.10/kernel/events/ |
H A D | internal.h | 26 local_t head; /* write position */ 28 local_t events; /* event limit */ 29 local_t wakeup; /* wakeup stamp */ 30 local_t lost; /* nr records lost */
|
/kernel/linux/linux-6.6/kernel/events/ |
H A D | internal.h | 26 local_t head; /* write position */ 28 local_t events; /* event limit */ 29 local_t wakeup; /* wakeup stamp */ 30 local_t lost; /* nr records lost */
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | local.h | 11 } 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() 61 * @l: pointer of type local_t
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | local.h | 20 } local_t; typedef 35 static __inline__ long local_add_return(long i, local_t * l) in local_add_return() 49 static __inline__ long local_sub_return(long i, local_t * l) in local_sub_return() 70 * @l: pointer of type local_t 93 * @l: pointer of type local_t 103 * @l: pointer of type local_t 113 * @l: pointer of type local_t 123 * @l: pointer of type local_t 132 /* Use these for per-cpu local_t variables: on some archs they are
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | local.h | 15 } 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() 134 * @l: pointer of type local_t 157 * @l: pointer of type local_t 167 * @l: pointer of type local_t 177 * @l: pointer of type local_t 187 * @l: pointer of type local_t 196 /* Use these for per-cpu local_t variables: on some archs they are
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | pt.h | 81 local_t data_size;
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cookie.h | 10 local_t nesting;
|
H A D | part_stat.h | 13 local_t in_flight[2];
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | cookie.h | 10 local_t nesting;
|
H A D | part_stat.h | 14 local_t in_flight[2];
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | pt.h | 81 local_t data_size;
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | ring_buffer.c | 316 local_t commit; /* write committed index */ 330 local_t write; /* index for next write */ 332 local_t entries; /* entries on this page */ 390 trace_seq_printf(s, "\tfield: local_t commit;\t" in ring_buffer_print_page_header() 476 local_t cnt; 477 local_t top; 478 local_t bottom; 479 local_t msb; 513 local_t entries_bytes; 514 local_t entrie [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | ring_buffer.c | 317 local_t commit; /* write committed index */ 331 local_t write; /* index for next write */ 333 local_t entries; /* entries on this page */ 393 trace_seq_printf(s, "\tfield: local_t commit;\t" in ring_buffer_print_page_header() 479 local_t cnt; 480 local_t top; 481 local_t bottom; 513 local_t entries_bytes; 514 local_t entries; 515 local_t overru [all...] |
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | local.h | 14 * rather pointless. The whole point behind local_t is that some processors 16 * running on this CPU. local_t allows exploitation of such capabilities. 25 } local_t; typedef
|
H A D | local64.h | 25 local_t a;
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | local.h | 14 * rather pointless. The whole point behind local_t is that some processors 16 * running on this CPU. local_t allows exploitation of such capabilities. 25 } local_t; typedef
|
H A D | local64.h | 25 local_t a;
|