Home
last modified time | relevance | path

Searched defs:nbits (Results 1 – 25 of 87) sorted by relevance

1234

/Linux-v6.1/include/linux/
Dbitmap.h238 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) argument
240 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero()
250 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill()
261 unsigned int nbits) in bitmap_copy()
275 const unsigned long *src, unsigned int nbits) in bitmap_copy_clear_tail()
296 #define bitmap_from_arr32(bitmap, buf, nbits) \ argument
299 #define bitmap_to_arr32(buf, bitmap, nbits) \ argument
314 #define bitmap_from_arr64(bitmap, buf, nbits) \ argument
316 #define bitmap_to_arr64(buf, bitmap, nbits) \ argument
321 const unsigned long *src2, unsigned int nbits) in bitmap_and()
[all …]
Dnodemask.h141 static inline void __nodes_setall(nodemask_t *dstp, unsigned int nbits) in __nodes_setall()
147 static inline void __nodes_clear(nodemask_t *dstp, unsigned int nbits) in __nodes_clear()
165 const nodemask_t *src2p, unsigned int nbits) in __nodes_and()
173 const nodemask_t *src2p, unsigned int nbits) in __nodes_or()
181 const nodemask_t *src2p, unsigned int nbits) in __nodes_xor()
189 const nodemask_t *src2p, unsigned int nbits) in __nodes_andnot()
197 const nodemask_t *srcp, unsigned int nbits) in __nodes_complement()
205 const nodemask_t *src2p, unsigned int nbits) in __nodes_equal()
213 const nodemask_t *src2p, unsigned int nbits) in __nodes_intersects()
221 const nodemask_t *src2p, unsigned int nbits) in __nodes_subset()
[all …]
Dmpi.h32 int nbits; /* the real number of valid bits (info only) */ member
51 static inline MPI mpi_new(unsigned int nbits) in mpi_new()
200 unsigned int nbits; /* Number of bits. */ member
/Linux-v6.1/tools/include/linux/
Dbitmap.h26 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) argument
28 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero()
38 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill()
48 static inline bool bitmap_empty(const unsigned long *src, unsigned int nbits) in bitmap_empty()
56 static inline bool bitmap_full(const unsigned long *src, unsigned int nbits) in bitmap_full()
64 static inline unsigned int bitmap_weight(const unsigned long *src, unsigned int nbits) in bitmap_weight()
72 const unsigned long *src2, unsigned int nbits) in bitmap_or()
118 static inline unsigned long *bitmap_zalloc(int nbits) in bitmap_zalloc()
150 const unsigned long *src2, unsigned int nbits) in bitmap_and()
166 const unsigned long *src2, unsigned int nbits) in bitmap_equal()
[all …]
/Linux-v6.1/net/ethtool/
Dbitset.c128 static void ethnl_bitmap32_update(u32 *dst, unsigned int nbits, in ethnl_bitmap32_update()
171 int ethnl_bitset32_size(const u32 *val, const u32 *mask, unsigned int nbits, in ethnl_bitset32_size()
233 const u32 *mask, unsigned int nbits, in ethnl_put_bitset32()
377 static int ethnl_parse_bit(unsigned int *index, bool *val, unsigned int nbits, in ethnl_parse_bit()
429 ethnl_update_bitset32_verbose(u32 *bitmap, unsigned int nbits, in ethnl_update_bitset32_verbose()
480 static int ethnl_compact_sanity_checks(unsigned int nbits, in ethnl_compact_sanity_checks()
552 int ethnl_update_bitset32(u32 *bitmap, unsigned int nbits, in ethnl_update_bitset32()
605 unsigned int nbits, const struct nlattr *attr, in ethnl_parse_bitset()
700 unsigned int nbits, ethnl_string_array_t names, in ethnl_bitset_size()
736 unsigned int nbits, ethnl_string_array_t names, in ethnl_put_bitset()
[all …]
/Linux-v6.1/lib/
Dbitmap.c104 unsigned shift, unsigned nbits) in __bitmap_shift_right()
149 unsigned int shift, unsigned int nbits) in __bitmap_shift_left()
211 unsigned int first, unsigned int cut, unsigned int nbits) in bitmap_cut()
296 const unsigned long *mask, unsigned int nbits) in __bitmap_replace()
650 unsigned int nbits; member
963 static int bitmap_pos_to_ord(const unsigned long *buf, unsigned int pos, unsigned int nbits) in bitmap_pos_to_ord()
1005 unsigned int nbits) in bitmap_remap()
1210 unsigned int sz, unsigned int nbits) in bitmap_fold()
1372 void bitmap_copy_le(unsigned long *dst, const unsigned long *src, unsigned int nbits) in bitmap_copy_le()
1386 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags) in bitmap_alloc()
[all …]
Dtest_bitmap.c78 unsigned int nbits) in __check_eq_bitmap()
92 const unsigned long *bitmap, unsigned int nbits) in __check_eq_pbl()
337 unsigned int nbits = 64; in test_replace() local
367 const int nbits; member
605 unsigned int nbits, next_bit; in test_bitmap_arr32() local
631 unsigned int nbits, next_bit; in test_bitmap_arr64() local
663 unsigned int start, nbits; in test_mem_optimisations() local
965 unsigned int nbits; member
1021 unsigned long nbits; member
Dfind_bit.c131 unsigned long _find_next_bit(const unsigned long *addr, unsigned long nbits, unsigned long start) in _find_next_bit()
160 unsigned long nbits, unsigned long start) in _find_next_and_bit()
169 unsigned long nbits, unsigned long start) in _find_next_andnot_bit()
177 unsigned long _find_next_zero_bit(const unsigned long *addr, unsigned long nbits, in _find_next_zero_bit()
/Linux-v6.1/tools/lib/
Dfind_bit.c103 unsigned long _find_next_bit(const unsigned long *addr, unsigned long nbits, unsigned long start) in _find_next_bit()
111 unsigned long nbits, unsigned long start) in _find_next_and_bit()
118 unsigned long _find_next_zero_bit(const unsigned long *addr, unsigned long nbits, in _find_next_zero_bit()
/Linux-v6.1/lib/mpi/
Dmpicoder.c40 unsigned nbits, nlimbs; in mpi_read_raw_data() local
85 unsigned int nbits, nbytes; in mpi_read_from_buffer() local
121 unsigned int nbits, nbytes, nlimbs; in mpi_fromstr() local
440 unsigned int nbits, nlimbs; in mpi_read_raw_from_sgl() local
557 unsigned int nbits = mpi_get_nbits(a); in mpi_print() local
Dmpi-bit.c183 unsigned int nbits = (n%BITS_PER_MPI_LIMB); in mpi_rshift() local
276 unsigned int nbits = (n%BITS_PER_MPI_LIMB); in mpi_lshift() local
/Linux-v6.1/fs/ntfs3/
Dbitfunc.c33 bool are_bits_clear(const ulong *lmap, size_t bit, size_t nbits) in are_bits_clear()
81 bool are_bits_set(const ulong *lmap, size_t bit, size_t nbits) in are_bits_set()
/Linux-v6.1/fs/omfs/
Dbitmap.c13 int nbits = sb->s_blocksize * 8; in omfs_count_free() local
26 static int count_run(unsigned long **addr, int nbits, in count_run()
49 int nbits, int bit, int count, int set) in set_run()
/Linux-v6.1/drivers/regulator/
Dtps6586x-regulator.c109 #define TPS6586X_REGULATOR(_id, _ops, _pin_name, vdata, vreg, shift, nbits, \ argument
133 uv_step, vreg, shift, nbits, ereg0, \ argument
157 #define TPS6586X_LDO(_id, _pname, vdata, vreg, shift, nbits, \ argument
165 shift, nbits, ereg0, ebit0, ereg1, ebit1) \ argument
172 #define TPS6586X_FIXED_LDO(_id, _pname, vdata, vreg, shift, nbits, \ argument
180 nbits, ereg0, ebit0, ereg1, ebit1, goreg, gobit) \ argument
Dda903x-regulator.c309 #define DA903x_LDO(_pmic, _id, min, max, step, vreg, shift, nbits, ereg, ebit) \ argument
329 #define DA903x_DVC(_pmic, _id, min, max, step, vreg, nbits, ureg, ubit, ereg, ebit) \ argument
351 #define DA9034_LDO(_id, min, max, step, vreg, shift, nbits, ereg, ebit) \ argument
354 #define DA9030_LDO(_id, min, max, step, vreg, shift, nbits, ereg, ebit) \ argument
357 #define DA9030_DVC(_id, min, max, step, vreg, nbits, ureg, ubit, ereg, ebit) \ argument
361 #define DA9034_DVC(_id, min, max, step, vreg, nbits, ureg, ubit, ereg, ebit) \ argument
365 #define DA9035_DVC(_id, min, max, step, vreg, nbits, ureg, ubit, ereg, ebit) \ argument
/Linux-v6.1/fs/btrfs/
Dsubpage.c247 const int nbits = len >> fs_info->sectorsize_bits; in btrfs_subpage_start_reader() local
258 const int nbits = len >> fs_info->sectorsize_bits; in btrfs_subpage_end_reader() local
300 const int nbits = (len >> fs_info->sectorsize_bits); in btrfs_subpage_start_writer() local
314 const int nbits = (len >> fs_info->sectorsize_bits); in btrfs_subpage_end_and_test_writer() local
370 unsigned int nbits) in bitmap_test_range_all_set()
381 unsigned int nbits) in bitmap_test_range_all_zero()
/Linux-v6.1/fs/xfs/
Dxfs_buf_item.c64 int nbits) in xfs_buf_item_straddle()
95 int nbits; in xfs_buf_item_size_segment() local
260 uint nbits) in xfs_buf_item_copy_iovec()
281 uint nbits; in xfs_buf_item_format_segment() local
Dxfs_buf_item_recover.c454 int nbits; in xlog_recover_do_reg_buffer() local
595 int nbits = 0; in xlog_recover_do_inode_buffer() local
/Linux-v6.1/drivers/net/wireless/broadcom/brcm80211/include/
Dbrcmu_utils.h44 #define NBITVAL(nbits) (1 << (nbits)) argument
45 #define MAXBITVAL(nbits) ((1 << (nbits)) - 1) argument
46 #define NBITMASK(nbits) MAXBITVAL(nbits) argument
/Linux-v6.1/include/asm-generic/
Dbitsperlong.h35 #define small_const_nbits(nbits) \ argument
/Linux-v6.1/tools/include/asm-generic/
Dbitsperlong.h21 #define small_const_nbits(nbits) \ argument
/Linux-v6.1/tools/perf/tests/
Dbitmap.c11 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap()
Dmem2node.c24 static unsigned long *get_bitmap(const char *str, int nbits) in get_bitmap()
/Linux-v6.1/arch/sparc/include/asm/
Dadi_64.h16 __u64 nbits; member
/Linux-v6.1/arch/ia64/mm/
Dtlb.c250 unsigned long end, unsigned long nbits) in ia64_global_tlb_purge()
316 unsigned long nbits; in __flush_tlb_range() local

1234