tok_len           273 drivers/xen/xenbus/xenbus_dev_frontend.c 	int path_len, tok_len, body_len;
tok_len           282 drivers/xen/xenbus/xenbus_dev_frontend.c 	tok_len = strlen(token_caller) + 1;
tok_len           283 drivers/xen/xenbus/xenbus_dev_frontend.c 	body_len = path_len + tok_len;
tok_len           294 drivers/xen/xenbus/xenbus_dev_frontend.c 		ret = queue_reply(&staging_q, token_caller, tok_len);
tok_len           218 mm/kasan/report.c 		const size_t tok_len = sep - *frame_descr;
tok_len           220 mm/kasan/report.c 		if (tok_len + 1 > max_tok_len) {
tok_len           227 mm/kasan/report.c 		strlcpy(token, *frame_descr, tok_len + 1);
tok_len           512 tools/perf/bench/numa.c 		char *tok, *tok_end, *tok_step, *tok_len, *tok_mul;
tok_len           546 tools/perf/bench/numa.c 		tok_len = strstr(tok, "_");
tok_len           547 tools/perf/bench/numa.c 		if (tok_len) {
tok_len           548 tools/perf/bench/numa.c 			bind_len = atol(tok_len + 1);