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

/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h286 static inline bool libbpf_is_mem_zeroed(const char *p, ssize_t len) function
305 if (!libbpf_is_mem_zeroed(opts + opts_sz, (ssize_t)user_sz - opts_sz)) {
330 !(opts) || libbpf_is_mem_zeroed((const void *)opts + __off, \

Completed in 100 milliseconds