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

/linux-master/lib/
H A Dtest_bitmap.c1236 unsigned long bitopvar = 0; local
1253 /* Equals to `unsigned long bitopvar = BIT(20)` */
1254 __change_bit(31, &bitopvar);
1255 bitmap_shift_right(&bitopvar, &bitopvar, 11, BITS_PER_LONG);
1268 res = !test_bit(18, &bitopvar);

Completed in 262 milliseconds