Home
last modified time | relevance | path

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

/external/toybox/toys/net/
Dnetstat.c35 struct num_cache *inodes;
39 struct num_cache { struct
40 struct num_cache *next; argument
46 static struct num_cache *get_num_cache(struct num_cache *cache, long long num) in get_num_cache() argument
58 static struct num_cache *add_num_cache(struct num_cache **cache, long long num, in add_num_cache()
61 struct num_cache *old = get_num_cache(*cache, num); in add_num_cache()
65 old = xzalloc(sizeof(struct num_cache)+len); in add_num_cache()
191 struct num_cache *nc = get_num_cache(TT.inodes, inode); in show_ip()
230 struct num_cache *nc = get_num_cache(TT.inodes, inode); in show_unix_sockets()
/external/toybox/android/device/generated/
Dglobals.h89 struct num_cache *inodes;