Searched refs:local64_t (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | local64.h | 13 * 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 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
|
/kernel/linux/linux-5.10/arch/x86/platform/uv/ |
H A D | uv_nmi.c | 112 return sprintf(buffer, "%lu\n", local64_read((local64_t *)kp->arg)); in param_get_local64() 118 local64_set((local64_t *)kp->arg, 0); in param_set_local64() 126 #define param_check_local64(name, p) __param_check(name, p, local64_t) 128 static local64_t uv_nmi_count; 131 static local64_t uv_nmi_misses; 134 static local64_t uv_nmi_ping_count; 137 static local64_t uv_nmi_ping_misses;
|
/kernel/linux/linux-6.6/arch/x86/platform/uv/ |
H A 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;
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | local64.h | 13 * 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 64 } local64_t; typedef
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | pt.h | 82 local64_t head;
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | pt.h | 82 local64_t head;
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | u64_stats_sync.h | 78 local64_t v;
|
H A D | perf_event.h | 208 local64_t prev_count; 228 local64_t period_left; 669 local64_t count;
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | u64_stats_sync.h | 74 local64_t v;
|
H A D | perf_event.h | 229 local64_t prev_count; 249 local64_t period_left; 719 local64_t count;
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-iocost.c | 403 local64_t rq_wait_ns; 453 local64_t abs_vusage;
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-iocost.c | 401 local64_t rq_wait_ns; 451 local64_t abs_vusage;
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | ring_buffer.c | 486 local64_t time; 578 * On 32 bit machines, local64_t is very expensive. As the ring 580 * on 32 bit, it uses these functions (64 still uses local64_t). 740 /* local64_t always succeeds */
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | ring_buffer.c | 484 local64_t time; 579 * On 32 bit machines, local64_t is very expensive. As the ring 581 * on 32 bit, it uses these functions (64 still uses local64_t). 705 /* local64_t always succeeds */
|
Completed in 37 milliseconds