Home
last modified time | relevance | path

Searched refs:DNAME_INLINE_WORDS (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/
H A Ddcache.h72 # define DNAME_INLINE_WORDS 5 /* 192 bytes */ macro
75 # define DNAME_INLINE_WORDS 9 /* 128 bytes */ macro
77 # define DNAME_INLINE_WORDS 11 /* 128 bytes */ macro
81 #define DNAME_INLINE_LEN (DNAME_INLINE_WORDS*sizeof(unsigned long))
85 unsigned long words[DNAME_INLINE_WORDS];
/linux-6.15/fs/
H A Ddcache.c2738 for (int i = 0; i < DNAME_INLINE_WORDS; i++) in swap_names()