Searched refs:tok_len (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/mm/kasan/ |
H A D | report_generic.c | 220 const size_t tok_len = sep - *frame_descr; in tokenize_frame_descr() local 222 if (tok_len + 1 > max_tok_len) { in tokenize_frame_descr() 229 strscpy(token, *frame_descr, tok_len + 1); in tokenize_frame_descr()
|
/openbmc/linux/drivers/xen/xenbus/ |
H A D | xenbus_dev_frontend.c | 273 int path_len, tok_len, body_len; in watch_fired() local 282 tok_len = strlen(token_caller) + 1; in watch_fired() 283 body_len = path_len + tok_len; in watch_fired() 294 ret = queue_reply(&staging_q, token_caller, tok_len); in watch_fired()
|
/openbmc/linux/tools/perf/bench/ |
H A D | numa.c | 557 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul; in parse_setup_cpu_list() local 591 tok_len = strstr(tok, "_"); in parse_setup_cpu_list() 592 if (tok_len) { in parse_setup_cpu_list() 593 bind_len = atol(tok_len + 1); in parse_setup_cpu_list()
|