Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c175 struct _slot { struct
193 sizeof(struct _slot)); argument
196 struct _slot _slots[_CHT_BUCKET_SLOTS];
222 __slot_set(struct _slot *slt, uint32_t hash, struct cuckoo_node *node) in __slot_set()
229 __slot_reset(struct _slot *slt) in __slot_reset()
270 static inline struct _slot *
277 __slot_empty(struct _slot *s) in __slot_empty()
560 struct _slot *s = __bucket_slot(b, i); in __add_to_bucket()
725 struct _slot *s = __bucket_slot(b, i); in cuckoo_probe()
804 struct _slot *s = __bucket_slot(b, j);
/xnu-8019.80.24/libsyscall/wrappers/skywalk/
H A Dos_channel.c83 #define _SLOT_INDEX(_chrd, _slot) \ argument
84 ((slot_idx_t)((_slot - (_chrd)->chrd_slot_desc)))