Home
last modified time | relevance | path

Searched refs:levels (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dbitmap.c24 binfo->levels[0].group_offset = 0; in bitmap_info_init()
28 binfo->levels[i].group_offset = binfo->levels[i-1].group_offset in bitmap_info_init()
32 binfo->levels[i].group_offset = binfo->levels[i-1].group_offset in bitmap_info_init()
34 assert(binfo->levels[i].group_offset <= BITMAP_GROUPS_MAX); in bitmap_info_init()
41 return binfo->levels[binfo->nlevels].group_offset; in bitmap_info_ngroups()
70 bitmap[binfo->levels[1].group_offset - 1] >>= extra; in bitmap_init()
73 size_t group_count = binfo->levels[i].group_offset - in bitmap_init()
74 binfo->levels[i-1].group_offset; in bitmap_init()
78 bitmap[binfo->levels[i+1].group_offset - 1] >>= extra; in bitmap_init()
/f-stack/freebsd/kern/
H A Dkern_cpu.c458 struct cf_level *levels; in cf_get_method() local
466 levels = NULL; in cf_get_method()
502 levels = malloc(count * sizeof(*levels), M_TEMP, M_NOWAIT); in cf_get_method()
503 if (levels == NULL) in cf_get_method()
509 free(levels, M_TEMP); in cf_get_method()
560 if (levels) in cf_get_method()
561 free(levels, M_TEMP); in cf_get_method()
704 levels[i] = *lev; in cf_levels_method()
939 struct cf_level *levels; in cpufreq_curr_sysctl() local
945 levels = sc->levels_buf; in cpufreq_curr_sysctl()
[all …]
H A Dcpufreq_if.m58 # Get the current possible levels, based on all drivers.
60 METHOD int levels {
62 struct cf_level *levels;
/f-stack/freebsd/contrib/device-tree/Bindings/leds/backlight/
H A Dpwm-backlight.yaml42 brightness-levels:
44 Array of distinct brightness levels. Typically these are in the range
54 "brightness-levels" property).
59 Number of interpolated steps between each value of brightness-levels
65 default-brightness-level: [brightness-levels]
66 num-interpolated-steps: [brightness-levels]
81 brightness-levels = <0 4 8 16 32 64 128 255>;
96 brightness-levels = <0 2048 4096 8192 16384 65535>;
H A Dled-backlight.txt12 - brightness-levels: Array of distinct brightness levels. The levels must be
26 brightness-levels = <0 4 8 16 32 64 128 255>;
H A Dled-backlight.yaml27 brightness-levels:
29 Array of distinct brightness levels. The levels must be in the range
38 "brightness-levels" property).
53 brightness-levels = <0 4 8 16 32 64 128 255>;
H A Dpwm-backlight.txt17 - brightness-levels: Array of distinct brightness levels. Typically these
24 array defined by the "brightness-levels" property).
26 of brightness-levels table. This way a high
40 brightness-levels = <0 4 8 16 32 64 128 255>;
55 brightness-levels = <0 2048 4096 8192 16384 65535>;
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dbitmap.h164 bitmap_level_t levels[BITMAP_MAX_LEVELS+1]; member
178 size_t rgoff = binfo->levels[binfo->nlevels].group_offset - 1; in bitmap_full()
227 gp = &bitmap[binfo->levels[i].group_offset + goff]; in bitmap_set()
250 bitmap_t group = bitmap[binfo->levels[level].group_offset + (bit in bitmap_ffu()
310 g = bitmap[binfo->levels[i].group_offset]; in bitmap_sfu()
314 g = bitmap[binfo->levels[i].group_offset + bit]; in bitmap_sfu()
354 gp = &bitmap[binfo->levels[i].group_offset + goff]; in bitmap_unset()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A Dstate023.cfg34 # when each levels properties are set locally, results in the top level
38 # the top levels (now default) values
41 # the middle levels (now default) values
H A Dstate013.cfg34 # and bottom levels properties are set locally results in the middle and
35 # bottom levels inheriting values from the next level up in the hierarchy.
H A Dstate024.cfg34 # when each levels properties are set locally, results in the top level
38 # Executing 'zfs inherit -r' at the middle and bottom levels after doing so
H A Dstate019.cfg37 # levels inheriting the changed values.
39 # Executing 'zfs inherit' at the middle and bottom levels is somewhat
H A Dstate020.cfg37 # levels inheriting the changed values.
39 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat
H A Dstate022.cfg37 # levels inheriting the changed values.
39 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_vfio.h50 uint32_t levels; member
66 uint32_t levels; member
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_intr.c1643 hns3_atomic_set_bit(req_level, levels); in hns3_handle_hw_error()
1900 hns3_atomic_clear_bit(HNS3_IMP_RESET, levels); in hns3_clear_reset_level()
1903 tmp = hns3_test_and_clear_bit(HNS3_FUNC_RESET, levels); in hns3_clear_reset_level()
1907 hns3_atomic_clear_bit(HNS3_GLOBAL_RESET, levels); in hns3_clear_reset_level()
1908 tmp = hns3_test_and_clear_bit(HNS3_FUNC_RESET, levels); in hns3_clear_reset_level()
1912 hns3_atomic_clear_bit(HNS3_FUNC_RESET, levels); in hns3_clear_reset_level()
1915 hns3_atomic_clear_bit(HNS3_VF_RESET, levels); in hns3_clear_reset_level()
1922 hns3_atomic_clear_bit(HNS3_VF_FULL_RESET, levels); in hns3_clear_reset_level()
1927 hns3_atomic_clear_bit(HNS3_VF_PF_FUNC_RESET, levels); in hns3_clear_reset_level()
1932 hns3_atomic_clear_bit(HNS3_VF_FUNC_RESET, levels); in hns3_clear_reset_level()
[all …]
H A Dhns3_intr.h100 void hns3_handle_msix_error(struct hns3_adapter *hns, uint64_t *levels);
101 void hns3_handle_ras_error(struct hns3_adapter *hns, uint64_t *levels);
/f-stack/freebsd/x86/x86/
H A Dtsc.c715 struct cf_level *levels; in tsc_levels_changed() local
732 levels = malloc(count * sizeof(*levels), M_TEMP, M_NOWAIT); in tsc_levels_changed()
733 if (levels == NULL) in tsc_levels_changed()
735 error = CPUFREQ_LEVELS(cf_dev, levels, &count); in tsc_levels_changed()
737 max_freq = (uint64_t)levels[0].total_set.freq * 1000000; in tsc_levels_changed()
741 free(levels, M_TEMP); in tsc_levels_changed()
/f-stack/freebsd/contrib/device-tree/Bindings/hwmon/
H A Daspeed-pwm-tacho.txt34 For PWM port can be configured cooling-levels to create cooling device.
42 - cooling-levels: PWM duty cycle values in a range from 0 to 255
65 cooling-levels = /bits/ 8 <125 151 177 203 229 255>;
H A Dnpcm750-pwm-fan.txt28 For PWM channel can be configured cooling-levels to create cooling device.
43 - cooling-levels: PWM duty cycle values in a range from 0 to 255
73 cooling-levels = <127 255>;
H A Dpwm-fan.txt6 - cooling-levels : PWM duty cycle values in a range from 0 to 255
26 cooling-levels = <0 102 170 230>;
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-nanopc-t4.dts59 * With 20KHz PWM and an EVERCOOL EC4007H12SA fan, these levels
62 cooling-levels = <0 12 18 255>;
/f-stack/freebsd/sys/
H A Dbacklight.h38 uint32_t levels[BACKLIGHTMAXLEVELS]; member
/f-stack/dpdk/doc/guides/compressdevs/
H A Disal.rst59 The ISA-L levels have been mapped to somewhat correspond to the same ZLIB level,
65 The compressdev API has 10 levels, 0-9. ISA-L has 4 levels of compression, 0-3.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dlpm6_lib.rst52 In this case, instead of using two levels, one with a tbl24 and a second with a tbl8, 14 levels are…
57 This effectively means that the trie has 14 levels at the most, depending on the rules that are add…
75 or the subsequent tbl8s we might need to continue the lookup process in deeper levels of the tree.
81 By splitting the process in different tables/levels and limiting the number of tbl8s,
87 Table split into different levels
191 which is the number of levels minus one, since the first three bytes are resolved in the tbl24. How…
198 This might happen again in deeper levels, so, effectively,

12345678910>>...12