Home
last modified time | relevance | path

Searched refs:nbits (Results 1 – 6 of 6) sorted by relevance

/include/linux/
Dbitmap.h111 extern unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags);
112 extern unsigned long *bitmap_zalloc(unsigned int nbits, gfp_t flags);
119 extern int __bitmap_empty(const unsigned long *bitmap, unsigned int nbits);
120 extern int __bitmap_full(const unsigned long *bitmap, unsigned int nbits);
122 const unsigned long *bitmap2, unsigned int nbits);
126 unsigned int nbits);
128 unsigned int nbits);
130 unsigned int shift, unsigned int nbits);
132 unsigned int shift, unsigned int nbits);
134 const unsigned long *bitmap2, unsigned int nbits);
[all …]
Dnodemask.h140 static inline void __nodes_setall(nodemask_t *dstp, unsigned int nbits) in __nodes_setall() argument
142 bitmap_fill(dstp->bits, nbits); in __nodes_setall()
146 static inline void __nodes_clear(nodemask_t *dstp, unsigned int nbits) in __nodes_clear() argument
148 bitmap_zero(dstp->bits, nbits); in __nodes_clear()
164 const nodemask_t *src2p, unsigned int nbits) in __nodes_and() argument
166 bitmap_and(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_and()
172 const nodemask_t *src2p, unsigned int nbits) in __nodes_or() argument
174 bitmap_or(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_or()
180 const nodemask_t *src2p, unsigned int nbits) in __nodes_xor() argument
182 bitmap_xor(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_xor()
[all …]
Dmpi.h32 int nbits; /* the real number of valid bits (info only) */ member
Dnvmem-consumer.h27 unsigned int nbits; member
Dof.h398 unsigned int nbits);
925 unsigned int nbits) in of_alias_get_alias_list() argument
/include/sound/
Dsoc.h342 {.regbase = xregbase, .regcount = xregcount, .nbits = xnbits, \
1216 unsigned int regbase, regcount, nbits, invert; member