/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | msi_bitmap.h | 14 unsigned long *bitmap; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | msi_bitmap.h | 14 unsigned long *bitmap; member
|
/kernel/linux/linux-5.10/lib/ |
H A D | memweight.c | 15 const unsigned char *bitmap = ptr; in memweight() local
|
H A D | find_bit_benchmark.c | 36 static int __init test_find_first_bit(void *bitmap, unsigned long len) in test_find_first_bit() argument 52 static int __init test_find_next_bit(const void *bitmap, unsigned long len) in test_find_next_bit() argument 66 test_find_next_zero_bit(const void *bitmap, unsigned long len) test_find_next_zero_bit() argument 80 test_find_last_bit(const void *bitmap, unsigned long len) test_find_last_bit() argument 99 test_find_next_and_bit(const void *bitmap, const void *bitmap2, unsigned long len) test_find_next_and_bit() argument [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | memweight.c | 15 const unsigned char *bitmap = ptr; in memweight() local
|
H A D | find_bit_benchmark.c | 36 static int __init test_find_first_bit(void *bitmap, unsigned long len) in test_find_first_bit() argument 52 static int __init test_find_first_and_bit(void *bitmap, const void *bitmap2, unsigned long len) in test_find_first_and_bit() argument 71 test_find_next_bit(const void *bitmap, unsigned long len) test_find_next_bit() argument 85 test_find_next_zero_bit(const void *bitmap, unsigned long len) test_find_next_zero_bit() argument 99 test_find_last_bit(const void *bitmap, unsigned long len) test_find_last_bit() argument 118 test_find_nth_bit(const unsigned long *bitmap, unsigned long len) test_find_nth_bit() argument 134 test_find_next_and_bit(const void *bitmap, const void *bitmap2, unsigned long len) test_find_next_and_bit() argument 177 __set_bit(get_random_u32_below(BITMAP_LEN), bitmap); find_bit_test() local [all...] |
/kernel/linux/linux-5.10/drivers/hyperhold/ |
H A D | hp_space.h | 16 unsigned long *bitmap; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/ |
H A D | firmware.c | 81 void wcn36xx_firmware_set_feat_caps(u32 *bitmap, in wcn36xx_firmware_set_feat_caps() argument 96 int wcn36xx_firmware_get_feat_caps(u32 *bitmap, in wcn36xx_firmware_get_feat_caps() argument 112 void wcn36xx_firmware_clear_feat_caps(u32 *bitmap, in wcn36xx_firmware_clear_feat_caps() argument
|
/kernel/linux/linux-6.6/drivers/hyperhold/ |
H A D | hp_space.h | 16 unsigned long *bitmap; member
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/smp/ |
H A D | It_smp_los_task_029.c | 54 UINT32 bitmap; in Testcase() local
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | io_bitmap.h | 13 unsigned long bitmap[IO_BITMAP_LONGS]; member
|
/kernel/linux/linux-5.10/mm/ |
H A D | cma.h | 10 unsigned long *bitmap; member
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | bitmap.c | 14 unsigned int ext4_count_free(char *bitmap, unsigned int numchars) in ext4_count_free() argument
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | io_bitmap.h | 13 unsigned long bitmap[IO_BITMAP_LONGS]; member
|
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | bitmap.c | 29 static u32 hfs_find_set_zero_bits(__be32 *bitmap, u32 size, u32 offset, u32 *max) in hfs_find_set_zero_bits() argument 141 void *bitmap; in hfs_vbm_search_free() local [all...] |
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | bitmap.c | 14 unsigned int ext4_count_free(char *bitmap, unsigned int numchars) in ext4_count_free() argument
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | bitmap.c | 29 static u32 hfs_find_set_zero_bits(__be32 *bitmap, u32 size, u32 offset, u32 *max) in hfs_find_set_zero_bits() argument 141 void *bitmap; in hfs_vbm_search_free() local [all...] |
/kernel/linux/common_modules/newip/src/common/ |
H A D | nip_hdr_decap.c | 15 _get_nip_hdr_bitmap(struct nip_buff *nbuf, unsigned char bitmap[], unsigned char bitmap_index_max) _get_nip_hdr_bitmap() argument 42 _get_nip_hdr_ttl(struct nip_buff *nbuf, unsigned char bitmap, struct nip_hdr_decap *niph) _get_nip_hdr_ttl() argument 63 _get_nip_hdr_len(struct nip_buff *nbuf, unsigned char bitmap, struct nip_hdr_decap *niph) _get_nip_hdr_len() argument 87 _get_nip_hdr_nexthdr(struct nip_buff *nbuf, unsigned char bitmap, struct nip_hdr_decap *niph) _get_nip_hdr_nexthdr() argument 106 _get_nip_hdr_daddr(struct nip_buff *nbuf, unsigned char bitmap, struct nip_hdr_decap *niph) _get_nip_hdr_daddr() argument 128 _get_nip_hdr_saddr(struct nip_buff *nbuf, unsigned char bitmap, struct nip_hdr_decap *niph) _get_nip_hdr_saddr() argument 150 _get_nip_total_len(struct nip_buff *nbuf, unsigned char bitmap, struct nip_hdr_decap *niph) _get_nip_total_len() argument 170 _nip_hdr_bitmap0_parse(struct nip_buff *nbuf, unsigned char bitmap, struct nip_hdr_decap *niph) _nip_hdr_bitmap0_parse() argument 200 _nip_hdr_bitmap1_parse(struct nip_buff *nbuf, unsigned char bitmap, struct nip_hdr_decap *niph) _nip_hdr_bitmap1_parse() argument 218 _nip_hdr_unknown_bit_check(struct nip_buff *nbuf, unsigned char bitmap, struct nip_hdr_decap *niph) _nip_hdr_unknown_bit_check() argument 258 unsigned char bitmap[BITMAP_MAX] = {0}; nip_hdr_parse() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | fsl_msi.h | 41 struct msi_bitmap bitmap; member
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | fsl_msi.h | 41 struct msi_bitmap bitmap; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | mpfs.c | 76 unsigned long *bitmap; member
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | idset.c | 16 unsigned long bitmap[]; member [all...] |
/kernel/linux/linux-5.10/tools/lib/ |
H A D | bitmap.c | 8 int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight() argument 31 size_t bitmap_scnprintf(unsigned long *bitmap, int nbits, in bitmap_scnprintf() argument
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_dentryfile_cloud.h | 35 __u8 bitmap[DENTRY_BITMAP_LENGTH_CLOUD]; member
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | resize.c | 23 struct reiserfs_bitmap_info *bitmap; in reiserfs_resize() local [all...] |