Home
last modified time | relevance | path

Searched refs:PACKET_MERGE_SEGS (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dpktcdvd.h61 #define PACKET_MERGE_SEGS 4 /* perform segment merging to keep */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dpktcdvd.h51 #define PACKET_MERGE_SEGS 4 /* perform segment merging to keep */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dpktcdvd.h34 #define PACKET_MERGE_SEGS 4 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dpktcdvd.h25 #define PACKET_MERGE_SEGS 4 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dpktcdvd.h34 #define PACKET_MERGE_SEGS 4 macro
/kernel/linux/linux-5.10/drivers/block/
H A Dpktcdvd.c931 clear_bit(PACKET_MERGE_SEGS, &pd->flags); in pkt_set_segment_merging()
939 set_bit(PACKET_MERGE_SEGS, &pd->flags); in pkt_set_segment_merging()
1238 if (test_bit(PACKET_MERGE_SEGS, &pd->flags) || (pkt->write_size < pkt->frames)) in pkt_start_write()
/kernel/linux/linux-6.6/drivers/block/
H A 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()

Completed in 8 milliseconds