Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c176 struct _slot { struct
194 sizeof(struct _slot)); argument
197 struct _slot _slots[_CHT_BUCKET_SLOTS];
225 __slot_set(struct _slot *slt, uint32_t hash, struct cuckoo_node *node) in __slot_set()
232 __slot_reset(struct _slot *slt) in __slot_reset()
273 static inline struct _slot *
280 __slot_empty(struct _slot *s) in __slot_empty()
554 struct _slot *s = __bucket_slot(b, i); in __add_to_bucket()
719 struct _slot *s = __bucket_slot(b, i); in cuckoo_probe()
798 struct _slot *s = __bucket_slot(b, j);
/xnu-12377.1.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c66 #define _SLOT_INDEX(_chrd, _slot) \ argument
67 ((slot_idx_t)((_slot - (_chrd)->chrd_slot_desc)))