Home
last modified time | relevance | path

Searched refs:this_cpu_read (Results 1 – 11 of 11) sorted by relevance

/linux-4.19.296/include/linux/
Dcontext_tracking.h55 prev_ctx = this_cpu_read(context_tracking.state); in exception_enter()
81 this_cpu_read(context_tracking.state) : CONTEXT_DISABLED; in ct_state()
Deventfd.h50 return this_cpu_read(eventfd_wake_count); in eventfd_signal_count()
Dinterrupt.h519 return this_cpu_read(ksoftirqd); in this_cpu_ksoftirqd()
Dpercpu-defs.h508 #define this_cpu_read(pcp) __pcpu_size_call_return(this_cpu_read_, pcp) macro
Dcpumask.h705 #define this_cpu_cpumask_var_ptr(x) this_cpu_read(x)
Dnetdevice.h3023 return this_cpu_read(softnet_data.xmit.recursion); in dev_recursion_level()
/linux-4.19.296/lib/
Dsbitmap.c377 hint = this_cpu_read(*sbq->alloc_hint); in __sbitmap_queue_get()
408 hint = this_cpu_read(*sbq->alloc_hint); in __sbitmap_queue_get_shallow()
Dradix-tree.c2119 if (!this_cpu_read(ida_bitmap)) { in ida_pre_get()
/linux-4.19.296/fs/
Deventfd.c68 if (WARN_ON_ONCE(this_cpu_read(eventfd_wake_count))) in eventfd_signal()
/linux-4.19.296/drivers/xen/
Devtchn.c438 selected_cpu = this_cpu_read(bind_last_selected_cpu); in evtchn_bind_interdom_next_vcpu()
/linux-4.19.296/drivers/cpufreq/
Dpowernv-cpufreq.c564 chip = this_cpu_read(chip_info); in powernv_cpufreq_throttle_check()