Home
last modified time | relevance | path

Searched defs:packet_iosched (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dpktcdvd.h66 struct packet_iosched struct
68 atomic_t attention; /* Set to non-zero when queue processing is needed */
69 int writing; /* Non-zero when writing, zero when reading */
70 spinlock_t lock; /* Protecting read/write queue manipulations */
71 struct bio_list read_queue;
72 struct bio_list write_queue;
73 sector_t last_write; /* The sector where the last write ended */
74 int successive_reads;

Completed in 4 milliseconds