Lines Matching refs:offset
390 static inline void emit_byte(struct seq_file *m, unsigned int offset, u8 byte) in emit_byte() argument
392 if ((offset & 0xf) == 0) { in emit_byte()
393 if (offset != 0) in emit_byte()
395 seq_printf(m, "%08x:", offset); in emit_byte()
397 if ((offset & 0x1) == 0) in emit_byte()
406 unsigned int offset = 0; in sbitmap_bitmap_show() local
422 emit_byte(m, offset, byte); in sbitmap_bitmap_show()
425 offset++; in sbitmap_bitmap_show()
432 emit_byte(m, offset, byte); in sbitmap_bitmap_show()
433 offset++; in sbitmap_bitmap_show()
435 if (offset) in sbitmap_bitmap_show()
516 unsigned int *offset) in __sbitmap_queue_get_batch() argument
552 *offset = nr + (index << sb->shift); in __sbitmap_queue_get_batch()
554 *offset + nr_tags - 1); in __sbitmap_queue_get_batch()
642 void sbitmap_queue_clear_batch(struct sbitmap_queue *sbq, int offset, in sbitmap_queue_clear_batch() argument
652 const int tag = tags[i] - offset; in sbitmap_queue_clear_batch()
673 tags[nr_tags - 1] - offset); in sbitmap_queue_clear_batch()