Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dmcache.c519 ccp->cc_pfilled->bkt_next = bkt_list; in mcache_alloc_ext()
522 if (bkt->bkt_next == NULL) { in mcache_alloc_ext()
535 ccp->cc_filled->bkt_next = bkt_list; in mcache_alloc_ext()
811 ccp->cc_pfilled->bkt_next = bkt_list; in mcache_free_ext()
814 if (bkt->bkt_next == NULL) { in mcache_free_ext()
827 ccp->cc_filled->bkt_next = bkt_list; in mcache_free_ext()
873 ASSERT(bkt->bkt_next == NULL); in mcache_free_ext()
1089 if (__probable(bkt->bkt_next != NULL)) { in mcache_cpu_batch_refill()
1090 ccp->cc_pfilled = bkt->bkt_next; in mcache_cpu_batch_refill()
1092 bkt->bkt_next = NULL; in mcache_cpu_batch_refill()
[all …]
/xnu-10063.141.1/bsd/sys/
H A Dmcache.h134 void *bkt_next; /* next bucket in list */ member