Home
last modified time | relevance | path

Searched refs:GENRADIX (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dbtree_gc_types.h32 typedef GENRADIX(struct reflink_gc) reflink_gc_table;
H A Dquota_types.h30 typedef GENRADIX(struct bch_memquota) bch_memquota_table;
H A Dbcachefs.h557 GENRADIX(struct bucket) buckets_gc;
1009 GENRADIX(struct gc_stripe) gc_stripes;
1084 GENRADIX(struct journal_replay *) journal_entries;
H A Drcu_pending.c87 GENRADIX(struct rcu_head *) objs;
/linux-6.15/include/linux/
H A Dgeneric-radix-tree.h128 #define GENRADIX(_type) \ macro
135 GENRADIX(_type) _name = __GENRADIX_INITIALIZER
/linux-6.15/include/net/sctp/
H A Dstructs.h1459 GENRADIX(struct sctp_stream_out) out;
1460 GENRADIX(struct sctp_stream_in) in;
/linux-6.15/fs/proc/
H A Dbase.c2402 GENRADIX(struct map_files_info) fa; in proc_map_files_readdir()