Searched refs:cluster (Results 101 - 125 of 131) sorted by relevance

123456

/linux-master/arch/mips/kernel/
H A Dcpu-probe.c2014 void cpu_set_cluster(struct cpuinfo_mips *cpuinfo, unsigned int cluster) argument
2017 WARN_ON(cluster > (MIPS_GLOBALNUMBER_CLUSTER >>
2021 cpuinfo->globalnumber |= cluster << MIPS_GLOBALNUMBER_CLUSTER_SHF;
/linux-master/tools/perf/util/
H A Dstat-display.c205 snprintf(buf, sizeof(buf), "S%d-D%d-CLS%d", id.socket, id.die, id.cluster);
259 id.socket, id.die, id.cluster, sep, aggr_nr, sep);
311 fprintf(output, "\"cluster\" : \"S%d-D%d-CLS%d\", \"aggregate-number\" : %d, ",
312 id.socket, id.die, id.cluster, aggr_nr);
/linux-master/fs/ocfs2/
H A Dreservations.c23 #include <cluster/masklog.h>
H A Dextent_map.c16 #include <cluster/masklog.h>
337 * cluster size minus v_cluster.
H A Dlocalalloc.c16 #include <cluster/masklog.h>
81 * default to a reasonable size (256M) on larger cluster sizes.
87 * alloc maximums at various cluster sizes (4k blocksize)
114 * descriptors - 512 byte blocksize at cluster sizes lower
115 * than 16K and also 1k blocksize with 4k cluster size.
141 * gives us a cluster group size of 504M. Paring the
144 * cluster group. Instead, find the first size below
147 * Larger cluster group sizes actually work out pretty
471 * we'll need a cluster lock to do so, but we must clear the local
1163 * cluster grou
[all...]
H A Dmove_extents.c12 #include <cluster/masklog.h>
477 * make goal become cluster aligned.
496 * let's compromise to the latter cluster.
660 * probe the victim cluster group to find a proper
H A Dquota_global.c17 #include <cluster/masklog.h>
39 * - any modification of global quota file holds inode cluster lock, i_rwsem,
61 * Note that all the above operations also hold the inode cluster lock of lf.
63 * inode cluster lock of recovered lf
165 * afford acquiring the locks... We use quota cluster lock to serialize
724 * other cluster lock to proceed but with blocked downconvert thread we cannot
H A Dinode.c19 #include <cluster/masklog.h>
417 * the cluster lock here if possible.
420 * unless it's holding a cluster lock, so taking it here isn't
429 * cluster locks (local alloc, truncate log).
442 * cluster lock before trusting anything anyway.
883 /* Query the cluster to determine whether we should wipe an inode from
886 * Requires the inode to have the cluster lock. */
900 /* While we were waiting for the cluster lock in
950 * within the cluster. Every node takes a shared read lock on
1060 /* Query the cluster
[all...]
H A Dquota_local.c12 #include <cluster/masklog.h>
H A Djournal.c20 #include <cluster/masklog.h>
407 * cluster locks associated with this handle.
886 * changes in a live cluster so it can be considered an
1257 * during cluster locking, just like any other ocfs2 process.
1463 * immediately because we have to obtain cluster locks from
1859 /* This is called with the super block cluster lock, so we
2371 /* Reads all the journal inodes without taking any cluster locks. Used
H A Daops.c18 #include <cluster/masklog.h>
175 * raced us and removed the cluster. In this case, we clear
395 * during blocked lock processing. It can't block on any cluster locks
534 * of the cluster boundary.
536 * from == to == 0 is code for "zero the entire cluster region"
620 * For an allocating write with cluster size >= page
697 * Describe the state of a single cluster to be written to.
712 /* Logical cluster position / len of write */
716 /* First cluster allocated in a nonsparse extend */
739 * page_size < cluster siz
[all...]
H A Dnamei.c30 #include <cluster/masklog.h>
171 /* Don't drop the cluster lock until *after* the d_add --
336 /* Reserve a cluster if creating an extent based directory. */
1167 * An error return must mean that no cluster locks
1413 * someone else in the cluster must have raced our
1746 /* links can never be larger than one cluster so we know this
2289 /* we're a cluster, and nlink can change on disk from
H A Dsuper.c33 #include <cluster/masklog.h>
71 MODULE_DESCRIPTION("OCFS2 cluster file system");
575 * wide. i_clusters is 32 bits, in cluster-sized units. So on
576 * 64 bit platforms, cluster size will be the limiting factor.
596 * Trim by a whole cluster when we can actually approach the
853 "cluster stack passed to mount, but this filesystem "
862 "cluster stack passed to mount (\"%s\") does not "
1136 * for cluster locks recovery now. That also means that truncation
1792 mlog(ML_ERROR, "couldn't mount because cluster name on"
1793 " disk does not match the running cluster nam
[all...]
/linux-master/include/trace/events/
H A Dbtrfs.h1475 const struct btrfs_free_cluster *cluster,
1478 TP_ARGS(block_group, cluster, size, bitmap),
1492 __entry->start = cluster->window_start;
1493 __entry->max_size = cluster->max_size;
/linux-master/fs/exfat/
H A Dexfat_fs.h85 * helpers for cluster size to byte conversion.
109 * helpers for cluster size to dentry size conversion.
177 /* the cluster that first empty slot exists in */
185 unsigned int off; /* cluster offset */
247 unsigned int cluster_size; /* cluster size in bytes */
249 unsigned int sect_per_clus; /* cluster size in sectors */
255 unsigned int root_dir; /* root dir cluster */
256 unsigned int dentries_per_clu; /* num of dentries per cluster */
261 unsigned int map_clu; /* allocation bitmap start cluster */
267 unsigned int clu_srch_ptr; /* cluster searc
[all...]
/linux-master/drivers/memstick/core/
H A Dmspro_block.c121 unsigned short cluster; member in struct:mspro_specfile
395 rc += sysfs_emit_at(buffer, rc, "start cluster: %x\n", x_spfile->cluster);
/linux-master/drivers/net/ethernet/sun/
H A Dcassini.c2167 int cluster; local
2175 cluster = -1;
2205 cluster = entry;
2213 if (cluster < 0)
2217 writel(cluster, cp->regs + REG_RX_KICK);
2220 writel(cluster, cp->regs + REG_PLUS_RX_KICK1);
/linux-master/arch/arm/mach-tegra/
H A Dsleep-tegra30.S709 orrne r0, r0, #(1 << 31) @ enable PllP bypass on fast cluster
/linux-master/fs/ext4/
H A Dmballoc.c124 * dependent on the cluster size; for non-bigalloc file systems, it is
1018 * cluster ratio otherwise __ext4_fill_super exists early.
1044 * stripe size (in cluster units) multiple for
3676 * systems, this is probably too big (i.e, if the cluster size
3679 * group pralloc size for cluster sizes up to 64k, and after
3681 * 32 clusters. This translates to 8 megs when the cluster
3682 * size is 256k, and 32 megs when the cluster size is 1 meg,
3835 ext4_group_t block_group, ext4_grpblk_t cluster, int count)
3839 discard_block = (EXT4_C2B(EXT4_SB(sb), cluster) +
6300 ext4_grpblk_t cluster; local
3834 ext4_issue_discard(struct super_block *sb, ext4_group_t block_group, ext4_grpblk_t cluster, int count) argument
[all...]
H A Dext4.h368 /* Translate a block number to a cluster number */
370 /* Translate a cluster number to a block number */
371 #define EXT4_C2B(sbi, cluster) ((cluster) << (sbi)->s_cluster_bits)
375 /* Mask out the low bits to get the starting block of the cluster */
380 /* Fill in the low bits to get the last block of the cluster */
383 /* Get the cluster offset */
1126 /* pending cluster reservations for bigalloc file systems */
1309 __le32 s_log_cluster_size; /* Allocation cluster size */
1504 unsigned int s_cluster_ratio; /* Number of blocks per cluster */
[all...]
/linux-master/tools/perf/
H A Dbuiltin-stat.c1241 OPT_SET_UINT(0, "per-cluster", &stat_config.aggr_mode,
1242 "aggregate counts per processor cluster", AGGR_CLUSTER),
1433 [AGGR_CLUSTER] = "cluster",
1768 id.cluster = env->cpu[cpu.cpu].cluster_id;
1781 * core_id is relative to socket, die and cluster, we need a
1782 * global id. So we set socket, die id, cluster id and core id.
1786 id.cluster = env->cpu[cpu.cpu].cluster_id;
2445 OPT_SET_UINT(0, "per-cluster", &perf_stat.aggr_mode,
2446 "aggregate counts perf processor cluster", AGGR_CLUSTER),
/linux-master/drivers/media/radio/si4713/
H A Dsi4713.c1140 ctrl = ctrl->cluster[c];
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas.h1302 * HA cluster information
1324 } cluster; member in struct:megasas_ctrl_info
/linux-master/drivers/scsi/aacraid/
H A Daacraid.h1369 __le32 cluster; member in struct:aac_adapter_info
/linux-master/fs/ntfs3/
H A Dsuper.c9 * cluster - allocation unit - 512,1K,2K,4K,...,2M
10 * vcn - virtual cluster number - Offset inside the file in clusters.
12 * lcn - logical cluster number - 0 based cluster in clusters heap.
18 * index - unit inside directory - 2K, 4K, <=page size, does not depend on cluster size.
31 * ntfs limits, cluster size is 4K (2^12)
39 * To mount large volumes as ntfs one should use large cluster size (up to 2M)
42 * ntfs limits, cluster size is 2M (2^21)
459 * cluster size
926 /* cluster siz
[all...]

Completed in 616 milliseconds

123456