Searched refs:nbits (Results 1 – 13 of 13) sorted by relevance
| /include/linux/ |
| A D | bitmap.h | 157 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 D | nodemask.h | 139 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 D | bitmap-str.h | 7 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 D | find.h | 11 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 D | mpi.h | 32 int nbits; /* the real number of valid bits (info only) */ member
|
| A D | nvmem-provider.h | 71 unsigned int nbits; member
|
| /include/asm-generic/ |
| A D | bitsperlong.h | 35 #define small_const_nbits(nbits) \ argument 36 (__builtin_constant_p(nbits) && (nbits) <= BITS_PER_LONG && (nbits) > 0)
|
| /include/crypto/ |
| A D | ecc_curve.h | 38 u32 nbits; member
|
| /include/linux/firmware/cirrus/ |
| A D | cs_dsp.h | 353 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 D | drm_print.h | 202 const char * const bits[], unsigned int nbits);
|
| /include/sound/ |
| A D | sdca_function.h | 763 int nbits; member
|
| A D | soc.h | 366 {.regbase = xregbase, .regcount = xregcount, .nbits = xnbits, \ 1249 unsigned int regbase, regcount, nbits, invert; member
|
| /include/linux/mtd/ |
| A D | rawnand.h | 1618 unsigned int src_off, unsigned int nbits);
|
Completed in 40 milliseconds