Searched refs:nbits (Results 1 – 12 of 12) sorted by relevance
| /include/linux/ |
| D | bitmap.h | 132 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 …]
|
| D | nodemask.h | 141 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 …]
|
| D | bitmap-str.h | 5 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);
|
| 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,
|
| D | mpi.h | 32 int nbits; /* the real number of valid bits (info only) */ member
|
| D | nvmem-provider.h | 71 unsigned int nbits; member
|
| /include/asm-generic/ |
| D | bitsperlong.h | 35 #define small_const_nbits(nbits) \ argument 36 (__builtin_constant_p(nbits) && (nbits) <= BITS_PER_LONG && (nbits) > 0)
|
| /include/crypto/ |
| D | ecc_curve.h | 38 u32 nbits; member
|
| /include/linux/firmware/cirrus/ |
| D | cs_dsp.h | 355 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/ |
| D | drm_print.h | 196 const char * const bits[], unsigned int nbits);
|
| /include/sound/ |
| D | soc.h | 395 {.regbase = xregbase, .regcount = xregcount, .nbits = xnbits, \ 1301 unsigned int regbase, regcount, nbits, invert; member
|
| /include/linux/mtd/ |
| D | rawnand.h | 1618 unsigned int src_off, unsigned int nbits);
|