Home
last modified time | relevance | path

Searched refs:bitmap (Results 1 – 12 of 12) sorted by relevance

/tools/lib/
Dbitmap.c8 int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight() argument
13 w += hweight_long(bitmap[k]); in __bitmap_weight()
16 w += hweight_long(bitmap[k] & BITMAP_LAST_WORD_MASK(bits)); in __bitmap_weight()
31 size_t bitmap_scnprintf(unsigned long *bitmap, int nbits, in bitmap_scnprintf() argument
39 rbot = cur = find_first_bit(bitmap, nbits); in bitmap_scnprintf()
42 cur = find_next_bit(bitmap, nbits, cur + 1); in bitmap_scnprintf()
/tools/testing/selftests/lib/
DMakefile7 TEST_PROGS := printf.sh bitmap.sh prime_numbers.sh strscpy.sh
/tools/perf/util/
Dcpumap.c526 unsigned char *bitmap; in cpu_map__snprint_mask() local
532 bitmap = zalloc(last_cpu / 8 + 1); in cpu_map__snprint_mask()
533 if (bitmap == NULL) { in cpu_map__snprint_mask()
540 bitmap[cpu / 8] |= 1 << (cpu % 8); in cpu_map__snprint_mask()
544 unsigned char bits = bitmap[cpu / 8]; in cpu_map__snprint_mask()
556 free(bitmap); in cpu_map__snprint_mask()
Dpython-ext-sources18 ../lib/bitmap.c
DBuild31 perf-y += bitmap.o
225 $(OUTPUT)util/bitmap.o: ../lib/bitmap.c FORCE
/tools/include/linux/
Dbitmap.h13 int __bitmap_weight(const unsigned long *bitmap, int bits);
133 size_t bitmap_scnprintf(unsigned long *bitmap, int nbits,
/tools/perf/
DMANIFEST18 tools/lib/bitmap.c
/tools/testing/radix-tree/
Didr-test.c465 DECLARE_BITMAP(bitmap, 2048); in ida_check_random()
470 memset(bitmap, 0, sizeof(bitmap)); in ida_check_random()
474 if (test_bit(bit, bitmap)) { in ida_check_random()
475 __clear_bit(bit, bitmap); in ida_check_random()
478 __set_bit(bit, bitmap); in ida_check_random()
DMakefile8 CORE_OFILES := xarray.o radix-tree.o idr.o linux.o test.o find_bit.o bitmap.o
/tools/perf/Documentation/
Dperf.data-file-format.txt65 The bits are the flags bits in a 256 bit bitmap starting with
307 u64 size; // size of bitmap
308 struct bitmap {
309 /* size of bitmap again */
311 /* bitmap of memory indexes that belongs to node */
/tools/perf/tests/
DBuild50 perf-y += bitmap.o
/tools/include/uapi/linux/
Dkvm.h1129 __u64 bitmap; member