Searched defs:node (Results 1 – 6 of 6) sorted by relevance
23 typedef struct node { struct25 struct node* llink; argument26 struct node* rlink; argument
51 struct node { struct52 node(const char* s) : s(strdup(s)) {} in node() argument58 return strcmp(reinterpret_cast<const node*>(lhs)->s, reinterpret_cast<const node*>(rhs)->s); in node_cmp() argument
20 } node; typedef
21 } node; typedef
26 __u32 node; member
1374 Entry* node = *pnode; in _cache_flush_locked() local1518 Entry* node = *pnode; in _cache_lookup_p() local