Home
last modified time | relevance | path

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

/include/linux/
Dbitmap.h176 #define BITMAP_LAST_WORD_MASK(nbits) \ argument
182 #define small_const_nbits(nbits) \ argument
185 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero()
195 static inline void bitmap_fill(unsigned long *dst, int nbits) in bitmap_fill()
206 int nbits) in bitmap_copy()
217 const unsigned long *src2, unsigned int nbits) in bitmap_and()
225 const unsigned long *src2, unsigned int nbits) in bitmap_or()
234 const unsigned long *src2, unsigned int nbits) in bitmap_xor()
243 const unsigned long *src2, unsigned int nbits) in bitmap_andnot()
251 unsigned int nbits) in bitmap_complement()
[all …]
Dnodemask.h131 static inline void __nodes_setall(nodemask_t *dstp, int nbits) in __nodes_setall()
137 static inline void __nodes_clear(nodemask_t *dstp, int nbits) in __nodes_clear()
155 const nodemask_t *src2p, int nbits) in __nodes_and()
163 const nodemask_t *src2p, int nbits) in __nodes_or()
171 const nodemask_t *src2p, int nbits) in __nodes_xor()
179 const nodemask_t *src2p, int nbits) in __nodes_andnot()
187 const nodemask_t *srcp, int nbits) in __nodes_complement()
195 const nodemask_t *src2p, int nbits) in __nodes_equal()
203 const nodemask_t *src2p, int nbits) in __nodes_intersects()
211 const nodemask_t *src2p, int nbits) in __nodes_subset()
[all …]
Dcpumask.h897 static inline void __cpus_setall(cpumask_t *dstp, int nbits) in __cpus_setall()
903 static inline void __cpus_clear(cpumask_t *dstp, int nbits) in __cpus_clear()
919 const cpumask_t *src2p, int nbits) in __cpus_and()
926 const cpumask_t *src2p, int nbits) in __cpus_or()
933 const cpumask_t *src2p, int nbits) in __cpus_xor()
941 const cpumask_t *src2p, int nbits) in __cpus_andnot()
948 const cpumask_t *src2p, int nbits) in __cpus_equal()
955 const cpumask_t *src2p, int nbits) in __cpus_intersects()
962 const cpumask_t *src2p, int nbits) in __cpus_subset()
968 static inline int __cpus_empty(const cpumask_t *srcp, int nbits) in __cpus_empty()
[all …]
Dmpi.h50 int nbits; /* the real number of valid bits (info only) */ member
Disdn.h378 int nbits; /* Number of used bits in streambyte */ member
/include/sound/
Dsoc.h1169 unsigned int regbase, regcount, nbits, invert; member