Searched refs:mca_alloc (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/md/bcache/ |
H A D | btree.c | 919 static struct btree *mca_alloc(struct cache_set *c, struct btree_op *op, in mca_alloc() function 1018 b = mca_alloc(c, op, k, level); in bch_btree_node_get() 1064 b = mca_alloc(parent->c, NULL, k, parent->level - 1); in btree_node_prefetch() 1133 b = mca_alloc(c, op, &k.key, level); in __bch_btree_node_alloc()
|
/openbmc/linux/net/ipv6/ |
H A D | mcast.c | 874 static struct ifmcaddr6 *mca_alloc(struct inet6_dev *idev, in mca_alloc() function 936 mc = mca_alloc(idev, addr, mode); in __ipv6_dev_mc_inc()
|