this_pcpu
set_bit(flag, &this_pcpu()->flags);
clear_bit(flag, &this_pcpu()->flags);
return test_bit(flag, &this_pcpu()->flags);
return test_and_set_bit(flag, &this_pcpu()->flags);
return test_and_clear_bit(flag, &this_pcpu()->flags);