Searched full:mergeable (Results 1 – 17 of 17) sorted by relevance
/linux-3.3/Documentation/vm/ |
D | ksm.txt | 64 but leave mergeable areas registered for next run 74 full_scans - how many times all mergeable areas have been scanned
|
/linux-3.3/arch/arm/include/asm/ |
D | bug.h | 29 * preferable to this unpleasantness. We use mergeable string sections to
|
/linux-3.3/drivers/vhost/ |
D | net.c | 374 int err, headcount, mergeable; in handle_rx() local 390 mergeable = vhost_has_feature(&net->dev, VIRTIO_NET_F_MRG_RXBUF); in handle_rx() 397 likely(mergeable) ? UIO_MAXIOV : 1); in handle_rx() 441 if (likely(mergeable) && in handle_rx()
|
/linux-3.3/include/linux/ |
D | blk_types.h | 55 * sizes of the first and last mergeable segments in this bio.
|
D | blkdev.h | 574 * mergeable request must not have _NOMERGE or _BARRIER bit set, nor may
|
D | fs.h | 125 * if the IO isn't mergeable. If the caller is going to be waiting
|
D | reiserfs_fs.h | 1606 | | k_offset | k_uniqueness | mergeable? |
|
/linux-3.3/mm/ |
D | Kconfig | 241 mergeable. When it finds pages of identical content, it replaces
|
D | slub.c | 3835 * Find a mergeable slab cache
|
/linux-3.3/fs/reiserfs/ |
D | lbalance.c | 240 /* item becomes non-mergeable */ in leaf_copy_boundary_item() 241 /* or mergeable if left item was */ in leaf_copy_boundary_item() 698 "vs-10280: item must be mergeable"); in leaf_shift_left()
|
D | item_ops.c | 231 // if it is not first item of the body, then it is mergeable
|
D | fix_node.c | 167 /* set right merge flag we take right delimiting key and check whether it is a mergeable item */ in create_virtual_node()
|
/linux-3.3/arch/ia64/kernel/ |
D | setup.c | 124 * mergeable by the I/O MMU (i.e., the end address of the first buffer and the start 126 * mergeable). By default, we assume there is no I/O MMU which can merge physically
|
/linux-3.3/block/ |
D | blk-core.c | 1383 * may now be mergeable after it had proven unmergeable (above). in blk_queue_bio()
|
/linux-3.3/drivers/net/ethernet/neterion/ |
D | s2io.c | 8285 /* LLC, SNAP etc are considered non-mergeable */ in check_L2_lro_capable() 8411 /* If we see CE codepoint in IP header, packet is not mergeable */ in verify_l3_l4_lro_capable() 8415 /* If we see ECE or CWR flags in TCP header, packet is not mergeable */ in verify_l3_l4_lro_capable()
|
/linux-3.3/fs/btrfs/ |
D | extent_io.c | 914 * clear_bits. This is only meant to be used by things that are mergeable, ie
|
/linux-3.3/drivers/md/ |
D | raid5.c | 3666 return biovec->bv_len; /* always allow writes to be mergeable */ in raid5_mergeable_bvec()
|