Searched refs:local64_t (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/include/asm-generic/ |
D | local64.h | 26 } local64_t; typedef 45 static inline s64 local64_cmpxchg(local64_t *l, s64 old, s64 new) in local64_cmpxchg() 50 static inline bool local64_try_cmpxchg(local64_t *l, s64 *old, s64 new) in local64_try_cmpxchg() 73 } local64_t; typedef
|
/linux-6.6.21/arch/x86/platform/uv/ |
D | uv_nmi.c | 115 return sprintf(buffer, "%lu\n", local64_read((local64_t *)kp->arg)); in param_get_local64() 121 local64_set((local64_t *)kp->arg, 0); in param_set_local64() 129 #define param_check_local64(name, p) __param_check(name, p, local64_t) 131 static local64_t uv_nmi_count; 134 static local64_t uv_nmi_misses; 137 static local64_t uv_nmi_ping_count; 140 static local64_t uv_nmi_ping_misses;
|
/linux-6.6.21/arch/x86/events/intel/ |
D | pt.h | 82 local64_t head;
|
/linux-6.6.21/include/linux/ |
D | u64_stats_sync.h | 74 local64_t v;
|
D | perf_event.h | 229 local64_t prev_count; 249 local64_t period_left; 719 local64_t count;
|
/linux-6.6.21/block/ |
D | blk-iocost.c | 401 local64_t rq_wait_ns; 451 local64_t abs_vusage;
|
/linux-6.6.21/kernel/trace/ |
D | ring_buffer.c | 484 local64_t time;
|