Searched refs:tok_len (Results 1 – 2 of 2) sorted by relevance
267 int path_len, tok_len, body_len; in watch_fired() local276 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()
507 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul; in parse_setup_cpu_list() local541 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()