Lines Matching full:cleared
36 * @cleared: word holding cleared bits
38 unsigned long cleared ____cacheline_aligned_in_smp;
41 * @swap_lock: serializes simultaneous updates of ->word and ->cleared
143 * @completion_cnt: Number of bits cleared passed to the
272 word = sb->map[index].word & ~sb->map[index].cleared; in __sbitmap_for_each_set()
330 * sets the corresponding bit in the ->cleared mask instead. Paired with
336 unsigned long *addr = &sb->map[SB_NR_TO_INDEX(sb, bitnr)].cleared; in sbitmap_deferred_clear_bit()
342 * Pair of sbitmap_get, and this one applies both cleared bit and
387 * sbitmap_weight() - Return how many set and not cleared bits in a &struct
391 * Return: How many set and not cleared bits set
589 * @nr: Number of bits cleared.