Home
last modified time | relevance | path

Searched refs:not_found (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/net/tcp_ao/lib/
A Dproc.c254 uint64_t netstat_get(struct netstat *ns, const char *name, bool *not_found) in netstat_get() argument
256 if (not_found) in netstat_get()
257 *not_found = false; in netstat_get()
270 if (not_found) in netstat_get()
271 *not_found = true; in netstat_get()
A Daolib.h644 const char *name, bool *not_found);
646 static inline uint64_t netstat_get_one(const char *name, bool *not_found) in netstat_get_one() argument
651 ret = netstat_get(ns, name, not_found); in netstat_get_one()
/tools/testing/radix-tree/
A Dmaple.c960 goto not_found; in mas_tree_walk()
967 goto not_found; in mas_tree_walk()
979 not_found: in mas_tree_walk()

Completed in 42 milliseconds