Home
last modified time | relevance | path

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

/include/linux/
Dnodemask.h353 #define node_remap(oldbit, old, new) \ argument
354 __node_remap((oldbit), &(old), &(new), MAX_NUMNODES)
355 static __always_inline int __node_remap(int oldbit, in __node_remap() argument
358 return bitmap_bitremap(oldbit, oldp->bits, newp->bits, nbits); in __node_remap()
Dbitmap.h219 int bitmap_bitremap(int oldbit,