Searched refs:local64_t (Results 1 – 5 of 5) sorted by relevance
| /linux/include/asm-generic/ |
| H A 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/arch/x86/platform/uv/ |
| H A D | uv_nmi.c | 116 return sprintf(buffer, "%lu\n", local64_read((local64_t *)kp->arg)); in param_get_local64() 122 local64_set((local64_t *)kp->arg, 0); in param_set_local64() 130 #define param_check_local64(name, p) __param_check(name, p, local64_t) 132 static local64_t uv_nmi_count; 135 static local64_t uv_nmi_misses; 138 static local64_t uv_nmi_ping_count; 141 static local64_t uv_nmi_ping_misses;
|
| /linux/include/linux/ |
| H A D | u64_stats_sync.h | 74 local64_t v;
|
| H A D | perf_event.h | 237 local64_t prev_count; 257 local64_t period_left; 812 local64_t count;
|
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 503 local64_t time;
|