Home
last modified time | relevance | path

Searched refs:genradix_prealloc (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/
Dgeneric-radix-tree.h396 #define genradix_prealloc(_radix, _nr, _gfp) \ macro
/linux-6.12.1/net/sctp/
Dstream.c104 ret = genradix_prealloc(&stream->out, outcnt, gfp); in sctp_stream_alloc_out()
121 ret = genradix_prealloc(&stream->in, incnt, gfp); in sctp_stream_alloc_in()
/linux-6.12.1/fs/bcachefs/
Dbtree_gc.c919 ret = genradix_prealloc(&ca->buckets_gc, ca->mi.nbuckets, GFP_KERNEL); in bch2_gc_alloc_start()