Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/lib/
H A Dcuckoo_hashtable.c196 struct _bucket { struct
215 struct _bucket *__counted_by(_n_buckets) _buckets; argument
222 static_assert(sizeof(struct _bucket) <= _CHT_CACHELINE_CHUNK);
247 static inline struct _bucket *
253 static inline struct _bucket *
259 static inline struct _bucket *
267 __bucket_idx(struct cuckoo_hashtable *h, struct _bucket *b) in __bucket_idx()
269 return ((uintptr_t)b - (uintptr_t)&h->_buckets[0]) / sizeof(struct _bucket); in __bucket_idx()
274 __bucket_slot(struct _bucket *b, uint32_t slot_idx) in __bucket_slot()
326 __lock_bucket_with_backoff(struct _bucket *b) in __lock_bucket_with_backoff()
[all …]
/xnu-12377.1.9/doc/scheduler/
H A Dsched_clutch_edge.md190 …preferred cluster per QoS within the thread group i.e. per sched\_clutch\_bucket\_group. The abili…
194 When the performance controller changes the preferred cluster for a sched\_clutch\_bucket\_group, t…