Home
last modified time | relevance | path

Searched refs:bitmap_weight_andnot (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dbitmap.h493 unsigned long bitmap_weight_andnot(const unsigned long *src1, in bitmap_weight_andnot() function
H A Dcpumask.h898 return bitmap_weight_andnot(cpumask_bits(srcp1), cpumask_bits(srcp2), small_cpumask_bits); in cpumask_weight_andnot()
/linux/lib/
H A Dtest_bitmap.c1544 ret = bitmap_weight_andnot(NULL, NULL, 0); in test_zero_nbits()