| /linux/include/trace/stages/ |
| H A D | stage5_get_offsets.h | 94 #define __bitmask_size_in_bytes_raw(nr_bits) \ argument 97 #define __bitmask_size_in_longs(nr_bits) \ argument 106 #define __bitmask_size_in_bytes(nr_bits) \ argument 110 #define __bitmask(item, nr_bits) __dynamic_array(unsigned long, item, \ argument 117 #define __rel_bitmask(item, nr_bits) __rel_dynamic_array(unsigned long, item, \ argument
|
| H A D | stage6_event_callback.h | 55 __bitmask(item,nr_bits) global() argument 61 __assign_bitmask(dst,src,nr_bits) global() argument 105 __rel_bitmask(item,nr_bits) global() argument 111 __assign_rel_bitmask(dst,src,nr_bits) global() argument
|
| H A D | stage4_event_fields.h | 48 #define __bitmask(item, nr_bits) __dynamic_array(unsigned long, item, -1) argument 72 #define __rel_bitmask(item, nr_bits) __rel_dynamic_array(unsigned long, item, -1) argument
|
| H A D | stage1_struct_define.h | 33 #define __bitmask(item, nr_bits) __dynamic_array(char, item, -1) argument 51 #define __rel_bitmask(item, nr_bits) __rel_dynamic_array(char, item, -1) argument
|
| H A D | stage2_data_offsets.h | 39 #define __bitmask(item, nr_bits) __dynamic_array(unsigned long, item, -1) argument 57 #define __rel_bitmask(item, nr_bits) __rel_dynamic_array(unsigned long, item, -1) argument
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_device_info.c | 56 const u32 nr_bits = min(bitmask_size * 64, mapping_max); in pvr_device_info_set_common() local 221 const u32 nr_bits = min(features_size * 64, mapping_max); in pvr_device_info_set_features() local
|
| /linux/arch/sh/include/asm/ |
| H A D | heartbeat.h | 12 unsigned int nr_bits; member
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc_fs.c | 87 u8 nr_bits, int start_kwi, int offset, u8 intf) in npc_set_kw_masks() 218 u8 nr_bits, lid, lt, ld; in npc_check_overlap() local 315 u8 nr_bits = 4; /* bits in a nibble */ in npc_scan_exact_result() local 334 u8 nr_bits = 4; /* bits in a nibble */ in npc_cn20k_scan_parse_result() local 387 u8 nr_bits = 4; /* bits in a nibble */ in npc_scan_parse_result() local
|
| /linux/drivers/md/ |
| H A D | dm-zoned-metadata.c | 2367 unsigned int bit, unsigned int nr_bits) in dmz_set_bits() 2476 unsigned int count, bit, nr_bits; in dmz_validate_blocks() local 2524 static int dmz_clear_bits(unsigned long *bitmap, int bit, int nr_bits) in dmz_clear_bits() 2557 unsigned int count, bit, nr_bits; in dmz_invalidate_blocks() local 2633 unsigned int bit, set_bit, nr_bits; in dmz_to_next_set_block() local 2712 static int dmz_count_bits(void *bitmap, int bit, int nr_bits) in dmz_count_bits() 2744 unsigned int bit, nr_bits; in dmz_get_zone_weight() local
|
| H A D | dm-era-target.c | 31 uint32_t nr_bits; member 56 unsigned int nr_bits, dm_block_t *root) in setup_on_disk_bitset() 67 static size_t bitset_size(unsigned int nr_bits) in bitset_size() 163 __le32 nr_bits; member 683 unsigned int nr_bits, current_bit; member
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | syscall.c | 31 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ argument
|
| /linux/kernel/bpf/ |
| H A D | bloom_filter.c | 97 u32 bitset_bytes, bitset_mask, nr_hash_funcs, nr_bits; in bloom_map_alloc() local
|
| H A D | btf.c | 982 u8 nr_bits = BTF_INT_BITS(int_data); in __btf_type_int_is_regular() local 1022 u8 nr_bits; in btf_member_is_reg_int() local 2320 u32 struct_bits_off, nr_bits, nr_int_data_bits, bytes_offset; in btf_int_check_kflag_member() local 2375 u32 int_data, nr_bits, meta_needed = sizeof(int_data); in btf_int_check_meta() local 2514 u8 nr_bits, struct btf_show *show) in btf_bitfield_show() 2544 u8 nr_bits = BTF_INT_BITS(int_data); in btf_int_bits_show() local 2564 u8 nr_bits = BTF_INT_BITS(int_data); in btf_int_show() local 4413 u32 struct_bits_off, nr_bits, bytes_end, struct_size; in btf_enum_check_kflag_member() local
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_btf.h | 15 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ argument
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-bitset.c | 45 unsigned int nr_bits; member
|
| /linux/mm/ |
| H A D | percpu-internal.h | 32 int nr_bits; /* total bits responsible for */ member
|
| /linux/fs/btrfs/ |
| H A D | raid56.c | 338 const u32 nr_bits = page_nr_to_num_sectors(rbio, page_nr); in full_page_sectors_uptodate() local 379 const u32 nr_bits = page_nr_to_num_sectors(src, page_nr); in steal_rbio_page() local
|
| /linux/tools/perf/ |
| H A D | builtin-record.c | 3100 record__mmap_cpu_mask_alloc(struct mmap_cpu_mask * mask,int nr_bits) record__mmap_cpu_mask_alloc() argument 3116 record__thread_mask_alloc(struct thread_mask * mask,int nr_bits) record__thread_mask_alloc() argument 3742 record__alloc_thread_masks(struct record * rec,int nr_threads,int nr_bits) record__alloc_thread_masks() argument
|
| /linux/drivers/memory/ |
| H A D | omap-gpmc.c | 444 int nr_bits; in get_gpmc_timing_reg() local 613 int ticks, mask, nr_bits; in set_gpmc_timing_reg() local
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 772 u32 nr_bits; in this_pmu_has() local 1012 u32 nr_bits; in kvm_pmu_has() local
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf_internal.h | 82 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ argument
|
| /linux/include/linux/ |
| H A D | netdevice.h | 4122 unsigned int nr_bits) in netif_attr_test_mask() 4138 unsigned int nr_bits) in netif_attr_test_online() 4158 unsigned int nr_bits) in netif_attrmask_next() 4182 unsigned int nr_bits) in netif_attrmask_next_and()
|
| /linux/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-decoder.c | 1550 int nr_bits; intel_pt_eptw_lookahead_cb() local
|
| /linux/drivers/media/dvb-frontends/drx39xyj/ |
| H A D | drxj.c | 2730 u32 nr_bits = 0; in ctrl_set_cfg_mpeg_output() local
|