Home
last modified time | relevance | path

Searched refs:_cpu (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dpart_stat.h37 unsigned int _cpu; \
38 for_each_possible_cpu(_cpu) \
39 res += per_cpu_ptr((part)->bd_stats, _cpu)->field; \
Dtick.h194 #define tick_nohz_full_cpu(_cpu) ({ \ argument
197 __ret = cpumask_test_cpu((_cpu), tick_nohz_full_mask); \