Home
last modified time | relevance | path

Searched refs:parse_cpu_mask_str (Results 1 – 2 of 2) sorted by relevance

/third_party/libbpf/src/
Dlibbpf_internal.h364 int parse_cpu_mask_str(const char *s, bool **mask, int *mask_sz);
Dlibbpf.c12576 int parse_cpu_mask_str(const char *s, bool **mask, int *mask_sz) function
12650 return parse_cpu_mask_str(buf, mask, mask_sz);