Home
last modified time | relevance | path

Searched full:mergeable (Results 1 – 17 of 17) sorted by relevance

/linux-3.3/Documentation/vm/
Dksm.txt64 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/
Dbug.h29 * preferable to this unpleasantness. We use mergeable string sections to
/linux-3.3/drivers/vhost/
Dnet.c374 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/
Dblk_types.h55 * sizes of the first and last mergeable segments in this bio.
Dblkdev.h574 * mergeable request must not have _NOMERGE or _BARRIER bit set, nor may
Dfs.h125 * if the IO isn't mergeable. If the caller is going to be waiting
Dreiserfs_fs.h1606 | | k_offset | k_uniqueness | mergeable? |
/linux-3.3/mm/
DKconfig241 mergeable. When it finds pages of identical content, it replaces
Dslub.c3835 * Find a mergeable slab cache
/linux-3.3/fs/reiserfs/
Dlbalance.c240 /* 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()
Ditem_ops.c231 // if it is not first item of the body, then it is mergeable
Dfix_node.c167 /* 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/
Dsetup.c124 * 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/
Dblk-core.c1383 * may now be mergeable after it had proven unmergeable (above). in blk_queue_bio()
/linux-3.3/drivers/net/ethernet/neterion/
Ds2io.c8285 /* 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/
Dextent_io.c914 * clear_bits. This is only meant to be used by things that are mergeable, ie
/linux-3.3/drivers/md/
Draid5.c3666 return biovec->bv_len; /* always allow writes to be mergeable */ in raid5_mergeable_bvec()