Searched refs:mask_sz (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h400 int parse_cpu_mask_str(const char *s, bool **mask, int *mask_sz);
401 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz);
H A Dlibbpf.c13384 int parse_cpu_mask_str(const char *s, bool **mask, int *mask_sz) argument
13390 *mask_sz = 0;
13418 memset(tmp + *mask_sz, 0, start - *mask_sz);
13420 *mask_sz = end + 1;
13423 if (!*mask_sz) {
13434 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz) argument
13458 return parse_cpu_mask_str(buf, mask, mask_sz);

Completed in 162 milliseconds