Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/tools/perf/bench/
Dnuma.c453 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul; in parse_setup_cpu_list() local
487 tok_len = strstr(tok, "_"); in parse_setup_cpu_list()
488 if (tok_len) { in parse_setup_cpu_list()
489 bind_len = atol(tok_len + 1); in parse_setup_cpu_list()