Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Drcu_segcblist.h79 struct rcu_head **tails[RCU_CBLIST_NSEGS]; member
88 .tails[RCU_DONE_TAIL] = &n.head, \
89 .tails[RCU_WAIT_TAIL] = &n.head, \
90 .tails[RCU_NEXT_READY_TAIL] = &n.head, \
91 .tails[RCU_NEXT_TAIL] = &n.head, \
/linux-4.19.296/fs/reiserfs/
DREADME100 space problem with packing tails of files for files larger than a node
Dsuper.c957 static const arg_desc_t tails[] = { variable
1144 {"tails",.arg_required = 't',.values = tails}, in reiserfs_parse_options()