Home
last modified time | relevance | path

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

/include/linux/
Dnodemask.h345 #define node_remap(oldbit, old, new) \ argument
346 __node_remap((oldbit), &(old), &(new), MAX_NUMNODES)
347 static inline int __node_remap(int oldbit, in __node_remap() argument
350 return bitmap_bitremap(oldbit, oldp->bits, newp->bits, nbits); in __node_remap()
Dbitmap.h211 int bitmap_bitremap(int oldbit,