Home
last modified time | relevance | path

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

/include/linux/
A Dbitmap.h157 unsigned int nbits);
229 #define bitmap_size(nbits) (ALIGN(nbits, BITS_PER_LONG) / BITS_PER_BYTE) argument
270 dst[nbits / BITS_PER_LONG] &= BITMAP_LAST_WORD_MASK(nbits); in bitmap_copy_clear_tail()
429 return find_first_bit(src, nbits) == nbits; in bitmap_empty()
438 return find_first_zero_bit(src, nbits) == nbits; in bitmap_full()
470 if (__builtin_constant_p(nbits) && nbits == 1) in bitmap_set()
486 if (__builtin_constant_p(nbits) && nbits == 1) in bitmap_clear()
774 if (unlikely(!nbits || nbits > BITS_PER_LONG)) in bitmap_read()
777 if (space >= nbits) in bitmap_read()
810 if (unlikely(!nbits || nbits > BITS_PER_LONG)) in bitmap_write()
[all …]
A Dnodemask.h139 bitmap_fill(dstp->bits, nbits); in __nodes_setall()
145 bitmap_zero(dstp->bits, nbits); in __nodes_clear()
192 const nodemask_t *srcp, unsigned int nbits) in __nodes_copy() argument
194 bitmap_copy(dstp->bits, srcp->bits, nbits); in __nodes_copy()
200 const nodemask_t *srcp, unsigned int nbits) in __nodes_complement() argument
232 return bitmap_empty(srcp->bits, nbits); in __nodes_empty()
238 return bitmap_full(srcp->bits, nbits); in __nodes_full()
244 return bitmap_weight(srcp->bits, nbits); in __nodes_weight()
329 nodemask_t *dstp, int nbits) in __nodemask_parse_user() argument
359 const nodemask_t *relmapp, int nbits) in __nodes_onto() argument
[all …]
A Dbitmap-str.h7 int bitmap_parse_user(const char __user *ubuf, unsigned int ulen, unsigned long *dst, int nbits);
13 int bitmap_parse(const char *buf, unsigned int buflen, unsigned long *dst, int nbits);
16 unsigned long *dst, int nbits);
A 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,
A Dmpi.h32 int nbits; /* the real number of valid bits (info only) */ member
A Dnvmem-provider.h71 unsigned int nbits; member
/include/asm-generic/
A Dbitsperlong.h35 #define small_const_nbits(nbits) \ argument
36 (__builtin_constant_p(nbits) && (nbits) <= BITS_PER_LONG && (nbits) > 0)
/include/crypto/
A Decc_curve.h38 u32 nbits; member
/include/linux/firmware/cirrus/
A Dcs_dsp.h353 int cs_dsp_chunk_write(struct cs_dsp_chunk *ch, int nbits, u32 val);
355 int cs_dsp_chunk_read(struct cs_dsp_chunk *ch, int nbits);
/include/drm/
A Ddrm_print.h202 const char * const bits[], unsigned int nbits);
/include/sound/
A Dsdca_function.h763 int nbits; member
A Dsoc.h366 {.regbase = xregbase, .regcount = xregcount, .nbits = xnbits, \
1249 unsigned int regbase, regcount, nbits, invert; member
/include/linux/mtd/
A Drawnand.h1618 unsigned int src_off, unsigned int nbits);

Completed in 33 milliseconds