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.c13569 int parse_cpu_mask_str(const char *s, bool **mask, int *mask_sz) argument
13575 *mask_sz = 0;
13603 memset(tmp + *mask_sz, 0, start - *mask_sz);
13605 *mask_sz = end + 1;
13608 if (!*mask_sz) {
13619 int parse_cpu_mask_file(const char *fcpu, bool **mask, int *mask_sz) argument
13643 return parse_cpu_mask_str(buf, mask, mask_sz);

Completed in 158 milliseconds