Searched refs:local64_t (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/asm-generic/
H A Dlocal64.h13 * rather pointless. The whole point behind local64_t is that some processors
15 * running on this CPU. local64_t allows exploitation of such capabilities.
26 } local64_t; typedef in typeref:struct:__anon3236
45 static inline s64 local64_cmpxchg(local64_t *l, s64 old, s64 new)
50 static inline bool local64_try_cmpxchg(local64_t *l, s64 *old, s64 new)
73 } local64_t; typedef in typeref:struct:__anon3237
/linux-master/arch/x86/events/intel/
H A Dpt.h82 local64_t head;
/linux-master/arch/x86/platform/uv/
H A Duv_nmi.c116 return sprintf(buffer, "%lu\n", local64_read((local64_t *)kp->arg));
122 local64_set((local64_t *)kp->arg, 0);
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-master/include/linux/
H A Du64_stats_sync.h74 local64_t v;
H A Dperf_event.h229 local64_t prev_count;
249 local64_t period_left;
719 local64_t count;
/linux-master/block/
H A Dblk-iocost.c401 local64_t rq_wait_ns;
451 local64_t abs_vusage;
/linux-master/kernel/trace/
H A Dring_buffer.c439 local64_t time;

Completed in 155 milliseconds