Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/xen/xenbus/
Dxenbus_dev_frontend.c267 int path_len, tok_len, body_len; in watch_fired() local
276 tok_len = strlen(token_caller) + 1; in watch_fired()
277 body_len = path_len + tok_len; in watch_fired()
288 ret = queue_reply(&staging_q, token_caller, tok_len); in watch_fired()
/Linux-v4.19/tools/perf/bench/
Dnuma.c507 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul; in parse_setup_cpu_list() local
541 tok_len = strstr(tok, "_"); in parse_setup_cpu_list()
542 if (tok_len) { in parse_setup_cpu_list()
543 bind_len = atol(tok_len + 1); in parse_setup_cpu_list()