Searched refs:mca_alloc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | btree.c | 898 static struct btree *mca_alloc(struct cache_set *c, struct btree_op *op, in mca_alloc() function 997 b = mca_alloc(c, op, k, level); in bch_btree_node_get() 1043 b = mca_alloc(parent->c, NULL, k, parent->level - 1); in btree_node_prefetch() 1112 b = mca_alloc(c, op, &k.key, level); in __bch_btree_node_alloc()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | mcast.c | 847 static struct ifmcaddr6 *mca_alloc(struct inet6_dev *idev, in mca_alloc() function 911 mc = mca_alloc(idev, addr, mode); in __ipv6_dev_mc_inc()
|
/kernel/linux/linux-6.6/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()
|
Completed in 14 milliseconds