Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_dev_frontend.c267 int path_len, tok_len, body_len, data_len = 0; in watch_fired() local
277 tok_len = strlen(token) + 1; in watch_fired()
280 body_len = path_len + tok_len + data_len; in watch_fired()
291 ret = queue_reply(&staging_q, token, tok_len); in watch_fired()
/linux-4.4.14/tools/perf/bench/
Dnuma.c458 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul; in parse_setup_cpu_list() local
492 tok_len = strstr(tok, "_"); in parse_setup_cpu_list()
493 if (tok_len) { in parse_setup_cpu_list()
494 bind_len = atol(tok_len + 1); in parse_setup_cpu_list()