nexttoken 96 net/smc/smc_core.c static atomic_t nexttoken = ATOMIC_INIT(0); nexttoken 103 net/smc/smc_core.c conn->alert_token_local = atomic_inc_return(&nexttoken); nexttoken 199 tools/power/cpupower/utils/helpers/bitmask.c while (p = q, q = nexttoken(q, ','), p) { nexttoken 212 tools/power/cpupower/utils/helpers/bitmask.c c1 = nexttoken(p, '-'); nexttoken 213 tools/power/cpupower/utils/helpers/bitmask.c c2 = nexttoken(p, ','); nexttoken 218 tools/power/cpupower/utils/helpers/bitmask.c c1 = nexttoken(c1, ':');