Lines Matching refs:offset
376 static inline void emit_byte(struct seq_file *m, unsigned int offset, u8 byte) in emit_byte() argument
378 if ((offset & 0xf) == 0) { in emit_byte()
379 if (offset != 0) in emit_byte()
381 seq_printf(m, "%08x:", offset); in emit_byte()
383 if ((offset & 0x1) == 0) in emit_byte()
392 unsigned int offset = 0; in sbitmap_bitmap_show() local
408 emit_byte(m, offset, byte); in sbitmap_bitmap_show()
411 offset++; in sbitmap_bitmap_show()
418 emit_byte(m, offset, byte); in sbitmap_bitmap_show()
419 offset++; in sbitmap_bitmap_show()
421 if (offset) in sbitmap_bitmap_show()
502 unsigned int *offset) in __sbitmap_queue_get_batch() argument
538 *offset = nr + (index << sb->shift); in __sbitmap_queue_get_batch()
540 *offset + nr_tags - 1); in __sbitmap_queue_get_batch()
628 void sbitmap_queue_clear_batch(struct sbitmap_queue *sbq, int offset, in sbitmap_queue_clear_batch() argument
638 const int tag = tags[i] - offset; in sbitmap_queue_clear_batch()
659 tags[nr_tags - 1] - offset); in sbitmap_queue_clear_batch()