Home
last modified time | relevance | path

Searched refs:zones (Results 1 – 25 of 35) sorted by relevance

12

/linux-3.4.99/drivers/uwb/
Ddrp-ie.c145 struct uwb_drp_alloc *zones; in uwb_drp_ie_from_bm() local
150 zones = drp_ie->allocs; in uwb_drp_ie_from_bm()
161 if (current_bmp == zones[i].mas_bm) { in uwb_drp_ie_from_bm()
162 zones[i].zone_bm |= 1 << z; in uwb_drp_ie_from_bm()
169 zones[next].zone_bm = 1 << z; in uwb_drp_ie_from_bm()
170 zones[next].mas_bm = current_bmp; in uwb_drp_ie_from_bm()
179 drp_ie->allocs[i].zone_bm = cpu_to_le16(zones[i].zone_bm); in uwb_drp_ie_from_bm()
180 drp_ie->allocs[i].mas_bm = cpu_to_le16(zones[i].mas_bm); in uwb_drp_ie_from_bm()
/linux-3.4.99/mm/
Dquicklist.c30 struct zone *zones = NODE_DATA(node)->node_zones; in max_pages() local
35 zone_page_state(&zones[ZONE_DMA], NR_FREE_PAGES) + in max_pages()
38 zone_page_state(&zones[ZONE_DMA32], NR_FREE_PAGES) + in max_pages()
40 zone_page_state(&zones[ZONE_NORMAL], NR_FREE_PAGES); in max_pages()
/linux-3.4.99/include/linux/
Dvmstat.h154 struct zone *zones = NODE_DATA(node)->node_zones; in node_page_state() local
158 zone_page_state(&zones[ZONE_DMA], item) + in node_page_state()
161 zone_page_state(&zones[ZONE_DMA32], item) + in node_page_state()
164 zone_page_state(&zones[ZONE_HIGHMEM], item) + in node_page_state()
166 zone_page_state(&zones[ZONE_NORMAL], item) + in node_page_state()
167 zone_page_state(&zones[ZONE_MOVABLE], item); in node_page_state()
/linux-3.4.99/fs/btrfs/
Dreada.c73 struct reada_zone *zones[BTRFS_MAX_MIRRORS]; member
379 re->zones[nzones] = zone; in reada_find_extent()
446 zone = re->zones[nzones]; in reada_find_extent()
486 struct reada_zone *zone = re->zones[i]; in reada_extent_put()
494 struct reada_zone *zone = re->zones[i]; in reada_extent_put()
682 if (re->zones[i]->device == dev) { in reada_start_machine_dev()
830 re->zones[i]->start, in dump_devs()
831 re->zones[i]->end); in dump_devs()
832 for (j = 0; j < re->zones[i]->ndevs; ++j) { in dump_devs()
834 re->zones[i]->devs[j]->devid); in dump_devs()
[all …]
/linux-3.4.99/drivers/gpu/drm/ttm/
Dttm_memory.c189 zone = glob->zones[i]; in ttm_zones_above_swap_target()
272 glob->zones[glob->num_zones++] = zone; in ttm_mem_init_kernel_zone()
308 glob->zones[glob->num_zones++] = zone; in ttm_mem_init_highmem_zone()
355 glob->zones[glob->num_zones++] = zone; in ttm_mem_init_dma32_zone()
393 zone = glob->zones[i]; in ttm_mem_global_init()
419 zone = glob->zones[i]; in ttm_mem_global_release()
436 zone = glob->zones[i]; in ttm_check_swapping()
459 zone = glob->zones[i]; in ttm_mem_global_free_zone()
485 zone = glob->zones[i]; in ttm_mem_global_reserve()
498 zone = glob->zones[i]; in ttm_mem_global_reserve()
/linux-3.4.99/Documentation/vm/
Dbalance35 zone size (and possibly of the size of lower class zones), we can decide
38 of lower class zones, the bad part is, we might do too frequent balancing
39 due to ignoring possibly lower usage in the lower class zones. Also,
44 of a zone _and_ all its lower class zones falls below 1/64th of the
45 total memory in the zone and its lower class zones. This fixes the 2.2
48 which have different numbers and types of zones. If we wanted to get
50 zones in the future.
66 kswapd also needs to know about the zones it should balance. kswapd is
Dnuma72 an ordered "zonelist". A zonelist specifies the zones/nodes to visit when a
77 Because some nodes contain multiple zones containing different types of
80 type on the same node. This is an important consideration because some zones,
93 nodes' zones in the selected zonelist looking for the first zone in the list
119 zones [nodes] with memory in the zonelists. This means that for a memoryless
/linux-3.4.99/drivers/leds/
Dleds-lm3530.c154 u8 zones[LM3530_ALS_ZB_MAX]; in lm3530_init_registers() local
191 zones[i] = (((als_vmin + LM3530_ALS_OFFSET_mV) + in lm3530_init_registers()
222 reg_val[5] = zones[0]; /* LM3530_ALS_ZB0_REG */ in lm3530_init_registers()
223 reg_val[6] = zones[1]; /* LM3530_ALS_ZB1_REG */ in lm3530_init_registers()
224 reg_val[7] = zones[2]; /* LM3530_ALS_ZB2_REG */ in lm3530_init_registers()
225 reg_val[8] = zones[3]; /* LM3530_ALS_ZB3_REG */ in lm3530_init_registers()
/linux-3.4.99/drivers/mtd/
Dsm_ftl.c459 struct ftl_zone *zone = &ftl->zones[zone_num]; in sm_erase_block()
761 struct ftl_zone *zone = &ftl->zones[zone_num]; in sm_init_zone()
885 zone = &ftl->zones[zone_num]; in sm_get_zone()
945 zone = &ftl->zones[zone_num]; in sm_cache_flush()
1160 ftl->zones = kzalloc(sizeof(struct ftl_zone) * ftl->zone_count, in sm_add_mtd()
1162 if (!ftl->zones) in sm_add_mtd()
1220 kfree(ftl->zones); in sm_add_mtd()
1240 if (!ftl->zones[i].initialized) in sm_remove_dev()
1243 kfree(ftl->zones[i].lba_to_phys_table); in sm_remove_dev()
1244 kfifo_free(&ftl->zones[i].free_sectors); in sm_remove_dev()
[all …]
Dsm_ftl.h32 struct ftl_zone *zones; /* FTL tables for each zone */ member
/linux-3.4.99/sound/synth/emux/
Dsoundfont.c295 sf->zones = NULL; in newsf()
367 zp->next = sf->zones; in sf_zone_new()
368 sf->zones = zp; in sf_zone_new()
445 for (zp = sf->zones; zp; prevp = zp, zp = zp->next) { in load_map()
457 zp->next = sf->zones; in load_map()
458 sf->zones = zp; in load_map()
497 for (p = sf->zones; p; p = next) { in remove_info()
505 sf->zones = next; in remove_info()
563 for (zone = sf->zones; zone; zone = zone->next) { in load_info()
1155 for (cur = sf->zones; cur; cur = cur->next) { in rebuild_presets()
[all …]
/linux-3.4.99/sound/soc/
Dsoc-jack.c127 struct snd_soc_jack_zone *zones) in snd_soc_jack_add_zones() argument
132 INIT_LIST_HEAD(&zones[i].list); in snd_soc_jack_add_zones()
133 list_add(&(zones[i].list), &jack->jack_zones); in snd_soc_jack_add_zones()
/linux-3.4.99/Documentation/hwmon/
Dasc762146 We offer flexible mapping of temperature readings to thermal zones. Any
51 a set of zones to control the PWM of an individual fan, but there is no
84 Using temperature information from these four zones, an automatic fan speed
90 temperature zones. Both high- and low-frequency PWM ranges are supported.
204 Only the following combination of zones (and their corresponding masks)
Ddme1737163 temperature zones. The chip features 3 zones whose assignments to temperature
170 pwm[1-3]_auto_pwm_min, respectively. The thermal thresholds of the zones are
Dlm85170 sensors and therefore three zones (# 1, 2 and 3). Each zone has the following
193 to be associated with the zones not the PWMs. This contradicts all the
Df71882fg94 to the border between the highest and one but highest temperature zones, and
Dlm9353 controlled by up to four temperature zones. The fancontrol algorithm is lookup
161 The eight control sources are: temp1-temp4 (aka "zones" in the datasheet),
/linux-3.4.99/include/drm/ttm/
Dttm_memory.h85 struct ttm_mem_zone *zones[TTM_MEM_MAX_ZONES]; member
/linux-3.4.99/drivers/media/common/tuners/
Dmt2063.c586 struct MT2063_FIFZone_t zones[MT2063_MAX_ZONES]; in MT2063_ChooseFirstIF() local
630 if ((j > 0) && (tmpMin < zones[j - 1].max_)) in MT2063_ChooseFirstIF()
631 zones[j - 1].max_ = tmpMax; in MT2063_ChooseFirstIF()
634 zones[j].min_ = tmpMin; in MT2063_ChooseFirstIF()
635 zones[j].max_ = tmpMax; in MT2063_ChooseFirstIF()
654 bestDiff = zones[0].min_; in MT2063_ChooseFirstIF()
656 if (abs(zones[i].min_) < abs(bestDiff)) in MT2063_ChooseFirstIF()
657 bestDiff = zones[i].min_; in MT2063_ChooseFirstIF()
658 if (abs(zones[i].max_) < abs(bestDiff)) in MT2063_ChooseFirstIF()
659 bestDiff = zones[i].max_; in MT2063_ChooseFirstIF()
/linux-3.4.99/include/sound/
Dsoundfont.h63 struct snd_sf_zone *zones; /* Font information */ member
/linux-3.4.99/Documentation/sysctl/
Dvm.txt72 all zones are compacted such that free memory is available in contiguous
228 in defending these lower zones.
239 Note: # of this elements is one fewer than number of zones. Because the highest
243 pages for each zones from them. These are shown as array of protection pages
288 pages of higher zones on the node.
670 zone reclaim occurs. Allocations will be satisfied from other zones / nodes
680 from remote zones will cause a measurable performance reduction. The
/linux-3.4.99/arch/c6x/
DKconfig111 blocks into "zones", where each zone is a power of two number of
/linux-3.4.99/Documentation/thermal/
Dsysfs-api.txt143 ACPI thermal zones.
203 Attribute is only present for zones in which the passive cooling
/linux-3.4.99/drivers/acpi/
DKconfig233 This driver supports ACPI thermal zones. Most mobile and
234 some desktop systems support ACPI thermal zones. It is HIGHLY
/linux-3.4.99/arch/sh/mm/
DKconfig35 blocks into "zones", where each zone is a power of two number of

12