Searched refs:mca_alloc (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/md/bcache/ | 
| D | btree.c | 936 static struct btree *mca_alloc(struct cache_set *c, struct btree_op *op,  in mca_alloc()  function1032 		b = mca_alloc(c, op, k, level);  in bch_btree_node_get()
 1079 	b = mca_alloc(parent->c, NULL, k, parent->level - 1);  in btree_node_prefetch()
 1142 	b = mca_alloc(c, op, &k.key, level);  in __bch_btree_node_alloc()
 
 | 
| /Linux-v5.4/net/ipv6/ | 
| D | mcast.c | 850 static struct ifmcaddr6 *mca_alloc(struct inet6_dev *idev,  in mca_alloc()  function914 	mc = mca_alloc(idev, addr, mode);  in __ipv6_dev_mc_inc()
 
 |