Searched refs:nr_bits (Results 1 – 5 of 5) sorted by relevance
50 uint64_t nr_bits; member88 struct axmap *axmap_new(unsigned long nr_bits) in axmap_new() argument98 i = (nr_bits + BLOCKS_PER_UNIT - 1) >> UNIT_SHIFT; in axmap_new()106 axmap->nr_bits = nr_bits; in axmap_new()112 al->map_size = (nr_bits + BLOCKS_PER_UNIT - 1) >> UNIT_SHIFT; in axmap_new()117 nr_bits = (nr_bits + BLOCKS_PER_UNIT - 1) >> UNIT_SHIFT; in axmap_new()190 unsigned int nr_bits; member221 unsigned int nr_bits; in axmap_set_fn() local223 nr_bits = min(data->nr_bits, BLOCKS_PER_UNIT - bit); in axmap_set_fn()225 mask = bit_masks[nr_bits] << bit; in axmap_set_fn()[all …]
7 struct axmap *axmap_new(unsigned long nr_bits);12 unsigned int axmap_set_nr(struct axmap *axmap, uint64_t bit_nr, unsigned int nr_bits);
53 unsigned nr_bits; in update_sample_mask() local54 nr_bits = st->ctx->Multisample.SampleCoverageValue * (float)sample_count; in update_sample_mask()60 sample_mask = (1 << nr_bits) - 1; in update_sample_mask()
77 vki_uint32_t nr_bits; member
719 domctl->u.vcpuaffinity.cpumap.nr_bits / 8); in PRE()723 __PRE_XEN_DOMCTL_READ(nodeaffinity, nodeaffinity, nodemap.nr_bits); in PRE()726 __PRE_XEN_DOMCTL_READ(nodeaffinity, nodeaffinity, nodemap.nr_bits); in PRE()729 domctl->u.nodeaffinity.nodemap.nr_bits / 8); in PRE()1342 domctl->u.vcpuaffinity.cpumap.nr_bits / 8); in POST()1347 domctl->u.nodeaffinity.nodemap.nr_bits / 8); in POST()