Searched defs:test_bit (Results 1 – 4 of 4) sorted by relevance
44 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
216 uint64_t pmcr_n, test_bit = BIT(pmc_idx); in test_bitmap_pmu_regs() local
827 static bool test_bit(int bit, unsigned long val) in test_bit() function
42 static inline bool test_bit(unsigned int nr, unsigned long *addr) in test_bit() function
Completed in 13 milliseconds