Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/memshr/
A Dbidir-namedefs.h36 #define __k_t BIDIR_KEY_T macro
63 int __key_lookup (struct __hash *h, __k_t k, __v_t *vp);
64 int __value_lookup(struct __hash *h, __v_t v, __k_t *kp);
65 int __insert (struct __hash *h, __k_t k, __v_t v);
66 int __key_remove (struct __hash *h, __k_t k, __v_t *vp);
67 int __value_remove(struct __hash *h, __v_t v, __k_t *kp);
69 void (*entry_consumer)(__k_t k, __v_t v, void *p),
72 int (*entry_consumer)(__k_t k, __v_t v, void *p),
A Dbidir-hash.c53 __k_t key;
89 int __key_lookup (struct __hash *h, __k_t k, __v_t *vp);
90 int __value_lookup(struct __hash *h, __v_t v, __k_t *kp);
91 int __insert (struct __hash *h, __k_t k, __v_t v);
92 int __key_remove (struct __hash *h, __k_t k, __v_t *vp);
93 int __value_remove(struct __hash *h, __v_t v, __k_t *kp);
744 #define __prim_t __k_t
802 #define __sec_t __k_t
834 int __insert(struct __hash *h, __k_t k, __v_t v) in __insert()
901 #define __prim_t __k_t
[all …]

Completed in 5 milliseconds