Searched refs:bitopvar (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dtest_bitmap.c1236 unsigned long bitopvar = 0; local
1251 * the same time stops treating @bitmap and @bitopvar as compile-time
1260 /* Equals to `unsigned long bitopvar = BIT(20)` */
1261 __change_bit(31, &bitopvar);
1262 bitmap_shift_right(&bitopvar, &bitopvar, 11, BITS_PER_LONG);
1275 res = !test_bit(18, &bitopvar);

Completed in 165 milliseconds