Searched refs:nexttoken (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/power/cpupower/utils/helpers/ |
H A D | bitmask.c | 105 static const char *nexttoken(const char *q, int sep) in nexttoken() function 199 while (p = q, q = nexttoken(q, ','), p) { in bitmask_parselist() 212 c1 = nexttoken(p, '-'); in bitmask_parselist() 213 c2 = nexttoken(p, ','); in bitmask_parselist() 218 c1 = nexttoken(c1, ':'); in bitmask_parselist()
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/ |
H A D | bitmask.c | 105 static const char *nexttoken(const char *q, int sep) in nexttoken() function 199 while (p = q, q = nexttoken(q, ','), p) { in bitmask_parselist() 212 c1 = nexttoken(p, '-'); in bitmask_parselist() 213 c2 = nexttoken(p, ','); in bitmask_parselist() 218 c1 = nexttoken(c1, ':'); in bitmask_parselist()
|
/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_core.c | 153 static atomic_t nexttoken = ATOMIC_INIT(0); in smc_lgr_register_conn() local 166 conn->alert_token_local = atomic_inc_return(&nexttoken); in smc_lgr_register_conn()
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_core.c | 170 static atomic_t nexttoken = ATOMIC_INIT(0); in smc_lgr_register_conn() local 185 conn->alert_token_local = atomic_inc_return(&nexttoken); in smc_lgr_register_conn()
|
Completed in 7 milliseconds