Home
last modified time | relevance | path

Searched defs:pcp (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dpercpu.h270 #define _this_cpu_generic_read(pcp) \ argument
280 # define this_cpu_read_1(pcp) _this_cpu_generic_read(pcp) argument
283 # define this_cpu_read_2(pcp) _this_cpu_generic_read(pcp) argument
286 # define this_cpu_read_4(pcp) _this_cpu_generic_read(pcp) argument
289 # define this_cpu_read_8(pcp) _this_cpu_generic_read(pcp) argument
291 # define this_cpu_read(pcp) __pcpu_size_call_return(this_cpu_read_, (pcp)) argument
294 #define _this_cpu_generic_to_op(pcp, val, op) \ argument
304 # define this_cpu_write_1(pcp, val) _this_cpu_generic_to_op((pcp), (val), =) argument
307 # define this_cpu_write_2(pcp, val) _this_cpu_generic_to_op((pcp), (val), =) argument
310 # define this_cpu_write_4(pcp, val) _this_cpu_generic_to_op((pcp), (val), =) argument
[all …]
Dmmzone.h248 struct per_cpu_pages pcp; member