Searched refs:mca_alloc (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/md/bcache/ |
D | btree.c | 924 static struct btree *mca_alloc(struct cache_set *c, struct btree_op *op, in mca_alloc() function 1023 b = mca_alloc(c, op, k, level); in bch_btree_node_get() 1069 b = mca_alloc(parent->c, NULL, k, parent->level - 1); in btree_node_prefetch() 1138 b = mca_alloc(c, op, &k.key, level); in __bch_btree_node_alloc()
|
/linux-6.12.1/net/ipv6/ |
D | mcast.c | 875 static struct ifmcaddr6 *mca_alloc(struct inet6_dev *idev, in mca_alloc() function 937 mc = mca_alloc(idev, addr, mode); in __ipv6_dev_mc_inc()
|