HomeSort by relevance Sort by last modified time
    Searched defs:icache (Results 1 - 3 of 3) sorted by null

  /external/iproute2/lib/
inet_proto.c 28 static int icache = -1; local
31 if (proto == icache)
36 icache = proto;
48 static int icache = -1; local
51 if (icache>=0 && strcmp(ncache, buf) == 0)
52 return icache;
63 icache = pe->p_proto;
ll_map.c 161 static int icache; local
167 if (icache && strcmp(name, ncache) == 0)
168 return icache;
172 icache = im->index;
  /external/e2fsprogs/lib/ext2fs/
ext2fs.h 247 struct ext2_inode_cache *icache; member in struct:struct_ext2_filsys
    [all...]

Completed in 21 milliseconds