Searched refs:mca_alloc (Results  1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/md/bcache/ | 
| D | btree.c | 888 static struct btree *mca_alloc(struct cache_set *c, struct btree_op *op,  in mca_alloc()  function 984 		b = mca_alloc(c, op, k, level);  in bch_btree_node_get() 1031 	b = mca_alloc(parent->c, NULL, k, parent->level - 1);  in btree_node_prefetch() 1080 	b = mca_alloc(c, op, &k.key, level);  in __bch_btree_node_alloc()
  | 
| /linux-4.4.14/net/ipv6/ | 
| D | mcast.c | 820 static struct ifmcaddr6 *mca_alloc(struct inet6_dev *idev,  in mca_alloc()  function 884 	mc = mca_alloc(idev, addr);  in ipv6_dev_mc_inc()
  |