Lines Matching refs:round_up
187 return l->key + round_up(key_size, 8); in htab_elem_value()
331 u32 size = round_up(htab->map.value_size, 8); in prealloc_init()
459 if (percpu && round_up(attr->value_size, 8) > PCPU_MIN_UNIT_SIZE) in htab_map_alloc_check()
584 round_up(htab->map.key_size, 8); in htab_map_alloc()
588 htab->elem_size += round_up(htab->map.value_size, 8); in htab_map_alloc()
651 round_up(htab->map.value_size, 8), true); in htab_map_alloc()
784 round_up(map->key_size, 8)); in htab_map_gen_lookup()
833 round_up(map->key_size, 8)); in htab_lru_map_gen_lookup()
1024 u32 size = round_up(htab->map.value_size, 8); in pcpu_copy_value()
1139 size = round_up(size, 8); in alloc_htab_elem()
1700 u32 roundup_value_size = round_up(map->value_size, 8); in __htab_map_lookup_and_delete_elem()
1817 size = round_up(value_size, 8); in __htab_map_lookup_and_delete_batch()
2183 roundup_value_size = round_up(map->value_size, 8); in __bpf_hash_map_seq_show()
2223 buf_size = round_up(map->value_size, 8) * num_possible_cpus(); in bpf_iter_init_hash_map()
2315 u32 value_size = round_up(htab->map.value_size, 8); in htab_map_mem_usage()
2481 size = round_up(map->value_size, 8); in bpf_percpu_hash_copy()
2710 round_up(map->key_size, 8)); in htab_of_map_gen_lookup()