Searched refs:cluster (Results 1 - 12 of 12) sorted by relevance

/drivers/staging/ramster/
H A DMakefile1 obj-$(CONFIG_RAMSTER) += zcache-main.o tmem.o r2net.o xvmalloc.o cluster/
/drivers/staging/ramster/cluster/
H A Dnodemanager.c33 * cluster active at a time. Changing this will require trickling
34 * cluster references throughout where nodes are looked up */
61 struct r2nm_cluster *cluster = r2nm_single_cluster; local
63 BUG_ON(bytes < (sizeof(cluster->cl_nodes_bitmap)));
65 if (cluster == NULL)
68 read_lock(&cluster->cl_nodes_lock);
69 memcpy(map, cluster->cl_nodes_bitmap, sizeof(cluster->cl_nodes_bitmap));
70 read_unlock(&cluster->cl_nodes_lock);
76 static struct r2nm_node *r2nm_node_ip_tree_lookup(struct r2nm_cluster *cluster, argument
114 struct r2nm_cluster *cluster = r2nm_single_cluster; local
196 struct r2nm_cluster *cluster = to_r2nm_cluster_from_node(node); local
265 struct r2nm_cluster *cluster = to_r2nm_cluster_from_node(node); local
307 struct r2nm_cluster *cluster = to_r2nm_cluster_from_node(node); local
507 r2nm_cluster_attr_idle_timeout_ms_read( struct r2nm_cluster *cluster, char *page) argument
513 r2nm_cluster_attr_idle_timeout_ms_write( struct r2nm_cluster *cluster, const char *page, size_t count) argument
542 r2nm_cluster_attr_keepalive_delay_ms_read( struct r2nm_cluster *cluster, char *page) argument
548 r2nm_cluster_attr_keepalive_delay_ms_write( struct r2nm_cluster *cluster, const char *page, size_t count) argument
577 r2nm_cluster_attr_reconnect_delay_ms_read( struct r2nm_cluster *cluster, char *page) argument
583 r2nm_cluster_attr_reconnect_delay_ms_write( struct r2nm_cluster *cluster, const char *page, size_t count) argument
590 r2nm_cluster_attr_fence_method_read( struct r2nm_cluster *cluster, char *page) argument
601 r2nm_cluster_attr_fence_method_write( struct r2nm_cluster *cluster, const char *page, size_t count) argument
669 struct r2nm_cluster *cluster = to_r2nm_cluster(item); local
683 struct r2nm_cluster *cluster = to_r2nm_cluster(item); local
725 struct r2nm_cluster *cluster = local
772 struct r2nm_cluster *cluster = to_r2nm_cluster(item); local
812 struct r2nm_cluster *cluster = NULL; local
863 struct r2nm_cluster *cluster = to_r2nm_cluster(item); local
[all...]
/drivers/block/drbd/
H A DKconfig32 shared-nothing cluster. Needless to say, on top of dual-Primary
33 DRBD utilizing a cluster file system is necessary to maintain for
36 For automatic failover you need a cluster manager (e.g. heartbeat).
/drivers/media/video/
H A Dv4l2-ctrls.c42 same cluster, or 0 if there isn't any. */
993 if (!is_cur_manual(ctrl->cluster[0])) {
995 if (ctrl->cluster[0]->has_volatiles)
1030 /* Return non-zero if one or more of the controls in the cluster has a new
1038 struct v4l2_ctrl *ctrl = master->cluster[i];
1297 /* By default each control starts in a cluster of its own.
1298 new_ref->ctrl is basically a cluster array with one
1299 element, so that's perfect to use as the cluster pointer.
1301 ctrl->cluster = &new_ref->ctrl;
1558 controls[i]->cluster
[all...]
/drivers/gpio/
H A Dgpio-ab8500.c186 struct ab8500_gpio_irq_cluster *cluster = &clusters[i]; local
188 if (offset >= cluster->start && offset <= cluster->end)
189 return base + offset - cluster->start;
191 /* Advance by the number of gpios in this cluster */
192 base += cluster->end - cluster->start + 1;
/drivers/md/
H A Ddm-verity.c441 unsigned cluster = *(volatile unsigned *)&dm_verity_prefetch_cluster; local
443 cluster >>= v->data_dev_block_bits;
444 if (unlikely(!cluster))
447 if (unlikely(cluster & (cluster - 1)))
448 cluster = 1 << (fls(cluster) - 1);
450 hash_block_start &= ~(sector_t)(cluster - 1);
451 hash_block_end |= cluster - 1;
/drivers/block/paride/
H A Dpd.c74 cluster The driver will attempt to aggregate requests
76 clusters. The maximum cluster size (in 512
97 pd.cluster
132 static int cluster = 64; variable
167 module_param(cluster, int, 0);
439 static int pd_run; /* sectors in current cluster */
919 blk_queue_max_hw_sectors(pd_queue, cluster);
924 printk("%s: %s version %s, major %d, cluster %d, nice %d\n",
925 name, name, PD_VERSION, major, cluster, nice);
H A Dpf.c72 cluster The driver will attempt to aggregate requests
74 clusters. The maximum cluster size (in 512
95 pf.cluster
132 static int cluster = 64; variable
166 module_param(cluster, int, 0);
262 static int pf_run; /* sectors in current cluster */
704 printk("%s: %s version %s, major %d, cluster %d, nice %d\n",
705 name, name, PF_VERSION, major, cluster, nice);
977 blk_queue_max_segments(pf_queue, cluster);
/drivers/net/ethernet/sun/
H A Dcassini.c2223 int cluster; local
2231 cluster = -1;
2261 cluster = entry;
2269 if (cluster < 0)
2273 writel(cluster, cp->regs + REG_RX_KICK);
2276 writel(cluster, cp->regs + REG_PLUS_RX_KICK1);
/drivers/memstick/core/
H A Dmspro_block.c125 unsigned short cluster; member in struct:mspro_specfile
469 rc += scnprintf(buffer + rc, PAGE_SIZE - rc, "start cluster: %x\n",
470 x_spfile->cluster);
/drivers/scsi/aacraid/
H A Daacraid.h899 __le32 cluster; member in struct:aac_adapter_info
/drivers/scsi/
H A Dscsi_lib.c1672 q->limits.cluster = 0;

Completed in 329 milliseconds