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

/linux-4.4.14/security/selinux/ss/
H A Debitmap.c451 int bit, last_bit, last_startbit, rc; ebitmap_write() local
457 last_startbit = -1; ebitmap_for_each_positive_bit()
459 if (rounddown(bit, (int)BITS_PER_U64) > last_startbit) { ebitmap_for_each_positive_bit()
461 last_startbit = rounddown(bit, BITS_PER_U64); ebitmap_for_each_positive_bit()
473 last_startbit = INT_MIN; ebitmap_for_each_positive_bit()
475 if (rounddown(bit, (int)BITS_PER_U64) > last_startbit) { ebitmap_for_each_positive_bit()
480 last_startbit = rounddown(bit, BITS_PER_U64); ebitmap_for_each_positive_bit()
481 map = (u64)1 << (bit - last_startbit); ebitmap_for_each_positive_bit()
486 buf[0] = cpu_to_le32(last_startbit); ebitmap_for_each_positive_bit()
498 last_startbit = rounddown(bit, BITS_PER_U64); ebitmap_for_each_positive_bit()
500 map |= (u64)1 << (bit - last_startbit); ebitmap_for_each_positive_bit()
507 buf[0] = cpu_to_le32(last_startbit);

Completed in 72 milliseconds