Searched refs:nbits (Results 1 – 10 of 10) sorted by relevance
/include/linux/ |
D | bitmap.h | 122 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags); 123 unsigned long *bitmap_zalloc(unsigned int nbits, gfp_t flags); 124 unsigned long *bitmap_alloc_node(unsigned int nbits, gfp_t flags, int node); 125 unsigned long *bitmap_zalloc_node(unsigned int nbits, gfp_t flags, int node); 130 unsigned int nbits, gfp_t flags); 132 unsigned int nbits, gfp_t flags); 139 const unsigned long *bitmap2, unsigned int nbits); 143 unsigned int nbits); 145 unsigned int nbits); 147 unsigned int shift, unsigned int nbits); [all …]
|
D | nodemask.h | 141 static 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 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 | mpi.h | 32 int nbits; /* the real number of valid bits (info only) */ member 51 static inline MPI mpi_new(unsigned int nbits) in mpi_new() argument 53 return mpi_alloc((nbits + BITS_PER_MPI_LIMB - 1) / BITS_PER_MPI_LIMB); in mpi_new() 200 unsigned int nbits; /* Number of bits. */ member 252 MPI_POINT mpi_point_new(unsigned 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); 17 unsigned long _find_next_zero_bit(const unsigned long *addr, unsigned long nbits,
|
D | nvmem-consumer.h | 27 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/linux/firmware/cirrus/ |
D | cs_dsp.h | 324 int cs_dsp_chunk_write(struct cs_dsp_chunk *ch, int nbits, u32 val); 326 int cs_dsp_chunk_read(struct cs_dsp_chunk *ch, int nbits);
|
/include/drm/ |
D | drm_print.h | 97 const char * const bits[], unsigned int nbits);
|
/include/linux/mtd/ |
D | rawnand.h | 1579 unsigned int src_off, unsigned int nbits);
|
/include/sound/ |
D | soc.h | 380 {.regbase = xregbase, .regcount = xregcount, .nbits = xnbits, \ 1188 unsigned int regbase, regcount, nbits, invert; member
|