Searched refs:max_slots (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dtargethw.h83 short max_slots ; /* maximum number of slots */ member in struct:s_smt_hw
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dheartbeat.c243 unsigned int max_slots)
271 while(cs < max_slots) {
276 (max_slots-cs) * (PAGE_CACHE_SIZE/spp) );
294 unsigned int max_slots)
303 while(current_slot < max_slots) {
304 bio = o2hb_setup_one_bio(reg, &wc, &current_slot, max_slots);
240 o2hb_setup_one_bio(struct o2hb_region *reg, struct o2hb_bio_wait_ctxt *wc, unsigned int *current_slot, unsigned int max_slots) argument
293 o2hb_read_slots(struct o2hb_region *reg, unsigned int max_slots) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dsuper.c1328 osb->max_slots = le16_to_cpu(di->id2.i_super.s_max_slots);
1329 if (osb->max_slots > OCFS2_MAX_SLOTS || osb->max_slots == 0) {
1331 osb->max_slots);
1335 mlog(0, "max_slots for this device: %u\n", osb->max_slots);
1338 osb->osb_orphan_wipes = kcalloc(osb->max_slots,
H A Dslot_map.c185 si->si_num_slots = osb->max_slots;
H A Docfs2.h219 u16 max_slots; member in struct:ocfs2_super
H A Djournal.c1486 for(slot = 0; slot < osb->max_slots; slot++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp_core.c59 static int max_slots; variable
616 if ((number > max_slots) || (number < 0))
1383 max_slots = get_max_slots();

Completed in 64 milliseconds