Home
last modified time | relevance | path

Searched refs:PACKET_MERGE_SEGS (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Dpktcdvd.h51 #define PACKET_MERGE_SEGS 4 /* perform segment merging to keep */ macro
/Linux-v6.6/drivers/block/
Dpktcdvd.c949 clear_bit(PACKET_MERGE_SEGS, &pd->flags); in pkt_set_segment_merging()
958 set_bit(PACKET_MERGE_SEGS, &pd->flags); in pkt_set_segment_merging()
1292 if (test_bit(PACKET_MERGE_SEGS, &pd->flags) || (pkt->write_size < pkt->frames)) in pkt_start_write()