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

/linux-master/include/trace/events/
H A Dblock.h561 __field( unsigned int, nr_bios )
571 __entry->nr_bios = blk_rq_count_bios(rq);
580 (unsigned long long)__entry->old_sector, __entry->nr_bios)
/linux-master/drivers/block/aoe/
H A Daoe.h104 unsigned long nr_bios; member in struct:aoe_req
H A Daoedev.c175 req->nr_bios--;
178 if (!req->nr_bios)
H A Daoecmd.c859 req->nr_bios = 0;
861 req->nr_bios++;
1062 if (--req->nr_bios == 0)
/linux-master/include/linux/
H A Dblk-mq.h1096 unsigned int nr_bios = 0; local
1100 nr_bios++;
1102 return nr_bios;
/linux-master/fs/erofs/
H A Dzdata.c1600 unsigned int nr_bios = 0; local
1676 ++nr_bios;
1709 if (!*force_fg && !nr_bios) {
1713 z_erofs_decompress_kickoff(q[JQ_SUBMIT], nr_bios);

Completed in 145 milliseconds