Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Dmcache.c516 ccp->cc_pfilled->bkt_next = bkt_list; in mcache_alloc_ext()
519 if (bkt->bkt_next == NULL) { in mcache_alloc_ext()
532 ccp->cc_filled->bkt_next = bkt_list; in mcache_alloc_ext()
808 ccp->cc_pfilled->bkt_next = bkt_list; in mcache_free_ext()
811 if (bkt->bkt_next == NULL) { in mcache_free_ext()
824 ccp->cc_filled->bkt_next = bkt_list; in mcache_free_ext()
870 ASSERT(bkt->bkt_next == NULL); in mcache_free_ext()
1086 if (__probable(bkt->bkt_next != NULL)) { in mcache_cpu_batch_refill()
1087 ccp->cc_pfilled = bkt->bkt_next; in mcache_cpu_batch_refill()
1089 bkt->bkt_next = NULL; in mcache_cpu_batch_refill()
[all …]
/xnu-10002.1.13/bsd/sys/
H A Dmcache.h134 void *bkt_next; /* next bucket in list */ member