Home
last modified time | relevance | path

Searched refs:count_bits (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/resctrl/
H A Dresctrl.h202 unsigned int count_bits(unsigned long n);
227 unsigned int bits = count_bits(full_cache_mask); in cache_portion_size()
236 return cache_size * count_bits(portion_mask) / bits; in cache_portion_size()
H A Dcat_test.c89 bits = count_bits(current_mask); in check_results()
316 bit_center = count_bits(full_cache_mask) / 2; in noncont_cat_run_test()
/linux/Documentation/admin-guide/kdump/
H A Dgdbmacros.txt298 set var $desc_count = 1U << prb->desc_ring.count_bits
/linux/fs/f2fs/
H A Dgc.c28 static unsigned int count_bits(const unsigned long *addr,
294 p->max_search = count_bits(p->dirty_bitmap, in select_policy()
412 static unsigned int count_bits(const unsigned long *addr, in count_bits() function
/linux/kernel/printk/
H A Dprintk.c999 VMCOREINFO_OFFSET(prb_desc_ring, count_bits); in log_buf_vmcoreinfo_setup()