Searched refs:split (Results 201 - 211 of 211) sorted by relevance

123456789

/linux-master/tools/perf/
H A DMakefile.config853 CFLAGS += -Wno-compound-token-split-by-macro
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1516 attrs.split = 1;
/linux-master/drivers/md/
H A Draid5.c5527 struct bio *split; local
5534 split = bio_split(raid_bio, sectors, GFP_NOIO, &conf->bio_split);
5535 bio_chain(split, raid_bio);
5537 raid_bio = split;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1813 u32 split[BNXT_MAX_SPLIT_ENTRY]; member in union:bnxt_ctx_mem_type::__anon494
H A Dbnxt.c8043 ctxm->split[i] = le32_to_cpu(*p);
8477 p[i] = cpu_to_le32(ctxm->split[i]);
/linux-master/fs/bcachefs/
H A Dbtree_io.c1894 struct bch_write_bio *parent = wbio->split ? wbio->parent : NULL;
/linux-master/drivers/infiniband/hw/irdma/
H A Dverbs.c2137 cqmr->split = true;
2507 if (!cqmr->split)
/linux-master/fs/btrfs/
H A Dinode.c1374 * not be split into smaller extents, otherwise relocation breaks and
2300 struct extent_state *orig, u64 split)
2320 new_size = orig->end - split + 1;
2322 new_size = split - orig->start;
2590 /* No need to split if the ordered extent covers the entire bio. */
2598 * Don't split the extent_map for NOCOW extents, as we're writing into
7825 * Check if we are doing a partial write. If we are, we need to split
2299 btrfs_split_delalloc_extent(struct btrfs_inode *inode, struct extent_state *orig, u64 split) argument
/linux-master/kernel/sched/
H A Dcore.c5075 __splice_balance_callbacks(struct rq *rq, bool split) argument
5091 if (split && head == &balance_push_callback)
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree.c2865 XFS_BTREE_STATS_INC(cur, split);
3075 * BMBT split requests often come in with little stack to work on so we push
3290 * and the new block generated when it was split. We don't know which
3651 * A multi-level split of the tree on insert will invalidate the original
3663 union xfs_btree_ptr nptr; /* new block number (split result) */
3664 struct xfs_btree_cur *ncur; /* new cursor (split result) */
3683 * Stop when we don't get a split block, that must mean that
4885 * blocks in the space, and there's no more free space to split the tree any
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py956 self.kernel_policy = self.yaml.get('kernel-policy', 'split')
1281 words = doc.split()
2134 return family.kernel_policy == 'split' or kernel_can_gen_family_struct(family)
2174 'split': 'genl_split_ops'}
2179 elif family.kernel_policy == 'split':
2266 elif family.kernel_policy == 'split':
2367 elif family.kernel_policy == 'split':
2723 if parsed.kernel_policy in {'per-op', 'split'}:
2753 if parsed.kernel_policy in {'per-op', 'split'}:

Completed in 376 milliseconds

123456789