Home
last modified time | relevance | path

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

/include/linux/
Dbitmap.h132 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags);
133 unsigned long *bitmap_zalloc(unsigned int nbits, gfp_t flags);
134 unsigned long *bitmap_alloc_node(unsigned int nbits, gfp_t flags, int node);
135 unsigned long *bitmap_zalloc_node(unsigned int nbits, gfp_t flags, int node);
142 unsigned int nbits, gfp_t flags);
144 unsigned int nbits, gfp_t flags);
151 const unsigned long *bitmap2, unsigned int nbits);
155 unsigned int nbits);
157 unsigned int nbits);
159 unsigned int shift, unsigned int nbits);
[all …]
Dnodemask.h141 static __always_inline void __nodes_setall(nodemask_t *dstp, unsigned int nbits) in __nodes_setall() argument
143 bitmap_fill(dstp->bits, nbits); in __nodes_setall()
147 static __always_inline void __nodes_clear(nodemask_t *dstp, unsigned int nbits) in __nodes_clear() argument
149 bitmap_zero(dstp->bits, nbits); in __nodes_clear()
165 const nodemask_t *src2p, unsigned int nbits) in __nodes_and() argument
167 bitmap_and(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_and()
173 const nodemask_t *src2p, unsigned int nbits) in __nodes_or() argument
175 bitmap_or(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_or()
181 const nodemask_t *src2p, unsigned int nbits) in __nodes_xor() argument
183 bitmap_xor(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_xor()
[all …]
Dbitmap-str.h5 int bitmap_parse_user(const char __user *ubuf, unsigned int ulen, unsigned long *dst, int nbits);
11 int bitmap_parse(const char *buf, unsigned int buflen, unsigned long *dst, int nbits);
14 unsigned long *dst, int nbits);
Dfind.h11 unsigned long _find_next_bit(const unsigned long *addr1, unsigned long nbits,
14 unsigned long nbits, unsigned long start);
16 unsigned long nbits, unsigned long start);
18 unsigned long nbits, unsigned long start);
19 unsigned long _find_next_zero_bit(const unsigned long *addr, unsigned long nbits,
Dmpi.h32 int nbits; /* the real number of valid bits (info only) */ member
Dnvmem-provider.h71 unsigned int nbits; member
/include/asm-generic/
Dbitsperlong.h35 #define small_const_nbits(nbits) \ argument
36 (__builtin_constant_p(nbits) && (nbits) <= BITS_PER_LONG && (nbits) > 0)
/include/crypto/
Decc_curve.h38 u32 nbits; member
/include/linux/firmware/cirrus/
Dcs_dsp.h355 int cs_dsp_chunk_write(struct cs_dsp_chunk *ch, int nbits, u32 val);
357 int cs_dsp_chunk_read(struct cs_dsp_chunk *ch, int nbits);
/include/drm/
Ddrm_print.h196 const char * const bits[], unsigned int nbits);
/include/sound/
Dsoc.h395 {.regbase = xregbase, .regcount = xregcount, .nbits = xnbits, \
1301 unsigned int regbase, regcount, nbits, invert; member
/include/linux/mtd/
Drawnand.h1618 unsigned int src_off, unsigned int nbits);