Searched refs:_cpu (Results 1 – 4 of 4) sorted by relevance
172 unsigned long _cpu = get_cpu(); \174 _cpu; \
593 #define early_per_cpu(_name, _cpu) \ argument595 &early_per_cpu_ptr(_name)[_cpu] : \596 &per_cpu(_name, _cpu))614 #define early_per_cpu(_name, _cpu) per_cpu(_name, _cpu) argument
316 unsigned int _cpu; \317 for_each_possible_cpu(_cpu) \318 res += per_cpu_ptr((part)->dkstats, _cpu)->field; \
1591 ,Title="[PATCH 4/5] lock\_cpu\_hotplug: Redesign - Lightweight implementation of lock\_cpu\_hotplug"