Searched refs:zones (Results 1 - 25 of 156) sorted by relevance

1234567

/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dexynos4-cpu-thermal.dtsi11 thermal-zones {
H A Domap443x.dtsi31 thermal-zones {
H A Domap4460.dtsi29 thermal-zones {
H A Dexynos5422-odroidhc1.dts30 thermal-zones {
H A Dsun5i-a13.dtsi50 thermal-zones {
H A Dgemini-dlink-dns-313.dts99 thermal-zones {
/src/sys/external/bsd/drm2/dist/include/drm/ttm/
H A Dttm_memory.h56 * @zones: Array of pointers to accounting zones.
57 * @num_zones: Number of populated entries in the @zones array.
76 struct ttm_mem_zone *zones[TTM_MEM_MAX_ZONES]; member in struct:ttm_mem_global
/src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_memory.c254 zone = glob->zones[i];
339 glob->zones[glob->num_zones++] = zone;
380 glob->zones[glob->num_zones++] = zone;
431 glob->zones[glob->num_zones++] = zone;
473 zone = glob->zones[i];
498 zone = glob->zones[i];
521 zone = glob->zones[i];
544 zone = glob->zones[i];
599 zone = glob->zones[i];
612 zone = glob->zones[
[all...]
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
H A Darmada-ap806-dual.dtsi57 thermal-zones {
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dpm6150.dtsi11 thermal-zones {
H A Dpm660l.dtsi13 thermal-zones {
H A Dpm8150b.dtsi12 thermal-zones {
H A Dpm8150l.dtsi12 thermal-zones {
H A Dpm8998.dtsi11 thermal-zones {
H A Dpmm8155au_1.dtsi12 thermal-zones {
H A Dpmm8155au_2.dtsi11 thermal-zones {
H A Dpm8150.dtsi13 thermal-zones {
H A Dpm8994.dtsi8 thermal-zones {
H A Dpms405.dtsi10 thermal-zones {
H A Dpm660.dtsi13 thermal-zones {
H A Dsc7180-trogdor-coachz.dtsi30 thermal-zones {
H A Dsc7180-trogdor-pompom.dtsi16 thermal-zones {
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/
H A Dk3-am65-wakeup.dtsi104 thermal_zones: thermal-zones {
/src/tests/lib/libutil/
H A Dt_parsedate.c179 /* numeric zones not permitted with am/pm ... */
513 ATF_TC(zones);
515 ATF_TC_HEAD(zones, tc)
517 atf_tc_set_md_var(tc, "descr", "Test parsing dates with zones");
520 ATF_TC_BODY(zones, tc)
630 ATF_TP_ADD_TC(tp, zones);
/src/lib/libc/time/
H A Dzic.c447 static struct zone * zones; variable in typeref:struct:zone *
448 static ptrdiff_t nzones; /* number of zones */
1396 for (j = i + 1; j < nzones && zones[j].z_name == NULL; ++j)
1398 outzone(&zones[i], j - i);
1860 ** Associate sets of rules with zones.
1908 zp = &zones[i];
1918 zp = &zones[i];
1926 zp = &zones[i];
2179 if (zones[i].z_name != NULL &&
2180 strcmp(zones[
[all...]

Completed in 22 milliseconds

1234567