Home
last modified time | relevance | path

Searched refs:PACKET_MERGE_SEGS (Results 1 – 2 of 2) sorted by last modified time

/linux/drivers/block/
H A Dpktcdvd.c956 clear_bit(PACKET_MERGE_SEGS, &pd->flags); in pkt_set_segment_merging()
965 set_bit(PACKET_MERGE_SEGS, &pd->flags); in pkt_set_segment_merging()
1300 if (test_bit(PACKET_MERGE_SEGS, &pd->flags) || (pkt->write_size < pkt->frames)) in pkt_start_write()
/linux/include/uapi/linux/
H A Dpktcdvd.h51 #define PACKET_MERGE_SEGS 4 /* perform segment merging to keep */ macro